content-decay-detector

content-decay-detector is a skill for Claude Code, Codex from Affitor/affiliate-skills. It costs 100 tokens per session (1,979 once invoked), scanned A, original, MIT.

A check of existing website content for falling rankings, declining traffic, or outdated information. It produces a prioritized list of pages that may need updating.

In plain words
What is it for?
Use it for content audits, monthly website maintenance, and planning updates to older or underperforming articles.
Why use it?
It helps identify content losing search visibility before deciding to create entirely new pages.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw; mentions Gemini CLI.

Good fit Use it for content audits, monthly website maintenance, and planning updates to older or underperforming articles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/affitor/affiliate-skills/content-decay-detector
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Affitor/affiliate-skills --skill content-decay-detector
Clone the repo
git clone --depth 1 https://github.com/Affitor/affiliate-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for content-decay-detector

README.md
[![agentmods](https://agentmods.dev/badge/skills/affitor/affiliate-skills/content-decay-detector/github.svg)](https://agentmods.dev/skills/affitor/affiliate-skills/content-decay-detector)
Your own site
<a href="https://agentmods.dev/skills/affitor/affiliate-skills/content-decay-detector"><img src="https://agentmods.dev/badge/skills/affitor/affiliate-skills/content-decay-detector/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for content-decay-detector

Your own site · 80×15
<a href="https://agentmods.dev/skills/affitor/affiliate-skills/content-decay-detector"><img src="https://agentmods.dev/badge/skills/affitor/affiliate-skills/content-decay-detector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,979 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00100 $0.01979
Opus 5 $0.00050 $0.00989
Sonnet 5 $0.00020 $0.00396
Haiku 4.5 $0.00010 $0.00198

Measured 11d ago against content hash 2abaa1b6f53f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

content-decay-detector scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

skills/blog/content-decay-detector/SKILL.md · 229 lines

How it starts

The opening of the file, as written. The whole thing — 229 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Content Decay Detector

Monitor existing content for ranking drops and generate a prioritized refresh queue. Refreshing decaying content is the highest-ROI SEO activity — it's faster and cheaper than creating new content, and recovering a lost position is easier than earning a new one.

Stage

S3: Blog & SEO — Blog maintenance and optimization. This skill keeps your existing content competitive and prevents rankings from silently eroding.

When to Use

  • User has existing blog content and wants to check for decay
  • User notices traffic declining on specific pages
  • User asks "what content needs updating?"
  • User says "content decay", "ranking drops", "stale content", "refresh", "content audit"
  • Monthly maintenance check — should run every 30 days on active blogs
  • After seo-audit reveals declining pages

Input Schema

site_url: string              # REQUIRED — the site to audit
                              # e.g., "myblog.com", "example.com/blog"

content_list: object[]        # OPTIONAL — specific pages to check
  - url: string               # Page URL
    title: string             # Page title
    publish_date: string      # Original publish date
    last_updated: string      # Last update date
    target_keyword: string    # Primary keyword

check_competitors: boolean    # OPTIONAL — whether to check if competitors published fresher content
                              # Default: true

timeframe: string             # OPTIONAL — "30d" | "90d" | "6m" | "1y"
                              # Default: "90d"

Chaining from S6 seo-audit: Use declining_pages as the content_list.

Workflow

Step 1: Gather Content Data

If content_list not provided:

  1. web_search: site:[site_url] — discover indexed pages
  2. Identify the top 15-20 most important pages (by topic relevance)
  3. For each page, note: title, URL, apparent publish/update date

Step 2: Check for Decay Signals

Read shared/references/seo-strategy.md for decay signals and refresh methodology.

Read the full file on GitHub · 229 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 229 lines · 100 tokens per session scan A 2abaa1b6f53f

Subscribe to this mod's changes

content-decay-detector is a skill published in the GitHub repository Affitor/affiliate-skills (654 stars, last pushed 5d ago), licensed MIT. It adds 100 tokens to every session and 1,979 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

content-decay-detector

Monitor existing content for ranking drops and trigger refresh workflows. Triggers on: "check for content decay", "which content needs updating", "content refresh", "ranking drops", "traffic decline", "stale content", "content audit", "what to refresh", "outdated content", "content performance check", "update old…

gabrielmoreira/agent-skills-mirror · 100 tokens

content-decay-detector

Monitor existing content for ranking drops and trigger refresh workflows. Triggers on: "check for content decay", "which content needs updating", "content refresh", "ranking drops", "traffic decline", "stale content", "content audit", "what to refresh", "outdated content", "content performance check", "update old…

Gingg7260/affiliate-skills · 100 tokens

affiliate-blog-builder

Write SEO-optimized affiliate blog articles, product reviews, comparison posts, listicles, and how-to guides. Triggers on: "write a blog post about", "review of [product]", "best [category] article", "comparison blog", "affiliate blog", "SEO article", "write a review", "product roundup", "blog content for affiliate"…

gabrielmoreira/agent-skills-mirror · 110 tokens

comparison-post-writer

Write "X vs Y" comparison blog posts that help readers choose between two competing products. Triggers on: "write a comparison post", "X vs Y blog post", "compare [product A] and [product B]", "which is better [A] or [B]", "head to head comparison", "[product] vs [product] article", "comparison review", "write a…

gabrielmoreira/agent-skills-mirror · 115 tokens

how-to-tutorial-writer

Write how-to guides and tutorials that naturally integrate affiliate product recommendations. Triggers on: "write a how-to guide", "tutorial for [task]", "step by step guide to [goal]", "how to [verb] with [product]", "write a tutorial blog post", "guide on how to [task]", "beginner guide to [topic]", "walkthrough for…

gabrielmoreira/agent-skills-mirror · 112 tokens

listicle-generator

Write "Top N best..." listicle articles for affiliate marketing with mini-reviews, pricing, pros/cons, and CTAs per entry. Triggers on: "write a best of list", "top 10 [category] tools", "best [product category] article", "roundup post", "listicle about [category]", "write a top tools article", "best [N] alternatives…

gabrielmoreira/agent-skills-mirror · 117 tokens