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.
npx skills add maxschottke-spec/seo-survival-kit --skill psi-weekly-cron-baselinegit clone --depth 1 https://github.com/maxschottke-spec/seo-survival-kitWrote 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.
[](https://agentmods.dev/skills/maxschottke-spec/seo-survival-kit/psi-weekly-cron-baseline)<a href="https://agentmods.dev/skills/maxschottke-spec/seo-survival-kit/psi-weekly-cron-baseline"><img src="https://agentmods.dev/badge/skills/maxschottke-spec/seo-survival-kit/psi-weekly-cron-baseline/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.
<a href="https://agentmods.dev/skills/maxschottke-spec/seo-survival-kit/psi-weekly-cron-baseline"><img src="https://agentmods.dev/badge/skills/maxschottke-spec/seo-survival-kit/psi-weekly-cron-baseline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00117 | $0.02345 |
| Opus 5 | $0.00059 | $0.01172 |
| Sonnet 5 | $0.00023 | $0.00469 |
| Haiku 4.5 | $0.00012 | $0.00234 |
Grade A, and why
psi-weekly-cron-baseline scanned grade A with 1 finding 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 12d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
allowed-tools: [Read, Write, Bash(node:*), Bash(curl:*), Bash(launchctl:*), Bash(crontab:*)] How it starts
The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PSI Weekly Cron Baseline
Overview
Automates Google PageSpeed Insights v5 tracking for a configurable list of URLs. Runs on a cron schedule (launchd on macOS, systemd timers on Linux, or GitHub Actions for cloud-ready setup). Stores each run as a row in an NDJSON file for easy historical analysis. Optional regression detection compares current run to N-week average and alerts when scores drop > threshold.
Why: PSI single-shot tells you the current state. PSI over time tells you whether your optimizations stuck — and catches regressions from theme updates, plugin installs, or third-party-script bloat before customers notice.
When to use
- After a performance optimization sprint — verify it stays optimized
- Set up on a site you're consulting — get a 12-week baseline before recommendations
- E-commerce shop using lots of plugins — catch each plugin's perf impact
- Any site where Core Web Vitals are critical to revenue
Don't use for:
- One-shot audits (use
seo-audit-freeinstead) - Sites with <5 critical URLs (manual checking is fine)
- Internal/staging sites (PSI can't reach them — use Lighthouse CLI locally)
Architecture choices
digraph arch {
"Where does the cron run?" [shape=diamond];
"launchd (macOS)" [shape=box,fillcolor=lightgreen,style=filled];
"systemd (Linux)" [shape=box,fillcolor=lightgreen,style=filled];
"GitHub Actions (cloud)" [shape=box,fillcolor=lightblue,style=filled];
"AWS Lambda + EventBridge" [shape=box,fillcolor=lightyellow,style=filled];
"Where does the cron run?" -> "launchd (macOS)" [label="dev machine, simple"];
"Where does the cron run?" -> "systemd (Linux)" [label="server, simple"];
"Where does the cron run?" -> "GitHub Actions (cloud)" [label="prod, team-shared, auditable"];
"Where does the cron run?" -> "AWS Lambda + EventBridge" [label="needs HA + alerting"];
}
Recommendation: start with launchd locally to validate. Migrate to GitHub Actions for team-shared / production use. AWS Lambda only if you need true 24/7 reliability beyond your local machine's uptime.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 215 lines · 117 tokens per session scan A fbb764b9416f
psi-weekly-cron-baseline is a skill published in the GitHub repository maxschottke-spec/seo-survival-kit (9 stars, last pushed 1mo ago), licensed MIT. It adds 117 tokens to every session and 2,345 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
content-seo
When the user wants to brief, write, review, optimize, or publish public SEO content. Also use for article outlines, blog posts, landing-page copy, refreshes, and ranking-oriented editorial drafts.
backlink-analysis
When the user wants backlink, referring-domain, anchor, link-quality, link-gap, link-intersect, anchor-diff, link-velocity, brand-mention, or competitor link-profile analysis for one target domain or URL.
brain-keeper
When the user wants to ingest sources, change brain pages, register decisions, catalog content publications, or lint brain pages for provenance and link integrity.
competitive-analysis
When the user wants to compare domains or URLs against competitors across SEO footprint, share of voice, keyword/content gap, head-to-head pages, off-page link gap (via backlink-analysis), and brand positioning. Orchestrates evidence from serp-extract, keyword-research, backlink-analysis, and topic-cluster without…
internal-links
When the user wants internal link opportunities, contextual link recommendations, anchor text improvements, or validation before applying internal links.
start
Friendly first-run alias that routes new Agentic SEO users to the canonical agentic-seo and project-init workflow without duplicating process rules.