Content decay monitor setup
Skill marketingskills/seo/skills/content-decay-monitor-setup
Open-source skills that turn your agent into an SEO operator. Diagnose traffic decay, write refresh briefs, build proposals, and generate client-ready reports.
npx -y skills add marketingskills/seo --skill content-decay-monitor-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Save monitored pages and topics to schedule recurring decay scans in local agents. Use when Codex needs to set up ongoing content performance monitoring for a set of pages or topics.
SKILL.md
1.2 KB, as published. Nobody here has run it
Content Decay Monitor Setup
Overview
Configure a recurring monitor that checks a list of pages or topics for organic performance changes. The monitor runs on a schedule (weekly/monthly) and alerts when performance drops below a threshold.
Inputs
- List of URLs or topics to monitor
- Monitoring frequency (weekly, biweekly, monthly)
- Alert threshold (e.g., 15% click decline, 20% impression drop)
- Optional: GSC property or GA4 property
Workflow
- Define the monitor scope: pages, topics, or both.
- Set baseline performance from current GSC/GA4 data.
- Configure the check frequency and alert threshold.
- Store the monitor configuration in a local file or agent config.
- On each check cycle: fetch current data, compare to baseline, flag pages below threshold.
- Route alerts to the user (with traffic-decay-detector for deeper analysis).
Output
Monitor configuration file and recurring check instructions for the agent runtime.