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 seo-outreach-reportgit 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/seo-outreach-report)<a href="https://agentmods.dev/skills/maxschottke-spec/seo-survival-kit/seo-outreach-report"><img src="https://agentmods.dev/badge/skills/maxschottke-spec/seo-survival-kit/seo-outreach-report/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/seo-outreach-report"><img src="https://agentmods.dev/badge/skills/maxschottke-spec/seo-survival-kit/seo-outreach-report.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.00164 | $0.02982 |
| Opus 5 | $0.00082 | $0.01491 |
| Sonnet 5 | $0.00033 | $0.00596 |
| Haiku 4.5 | $0.00016 | $0.00298 |
Grade B, and why
seo-outreach-report scanned grade B with 3 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 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.
Instruction-override phrasingmediumPrompt injection
Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.
- Pattern-matches known prompt-injection imperatives ("ignore previous instructions", `<system>...`, "act as ...", etc.) and replaces matched fields with `[REDACTED: suspected prompt-injection pattern in scraped content] Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Asks for rootlowPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
mkdir -p "$CACHE_DIR" && chmod 700 "$CACHE_DIR" Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
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:*)] How it starts
The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SEO Outreach Report
Overview
Generates a 10-chapter PDF report per domain for non-technical decision-makers. Data sources: Sistrix VI, DataForSEO Labs (rankings + competitors + backlinks), Google PSI v5 (lab + CrUX). Renders via Chrome-headless without puppeteer.
Output: ~/Downloads/SEO-Auswertung-<domain>-<YYYY-MM-DD>.pdf (~1 MB per report)
When to use
- A shop owner / executive needs SEO clarity in plain language
- Client onboarding or recurring quarterly status update
- Multi-domain audit for competitive analysis or portfolio review
- You need a printable, sendable snapshot for a non-technical reader
Don't use for:
- Deep technical SEO audit (too much detail, wrong audience)
- Your own domain optimization — work directly with the data, no PDF needed
- Pure keyword research
- YMYL domains (medical, legal, financial) without expert review — see YMYL notice below
YMYL notice
The PDF this skill generates contains a concrete action plan with cost ranges, timelines, and prioritized recommendations. For Your-Money-Your-Life sites (medical / health, legal, financial, regulated industries), have a domain expert review the action plan before publication or client delivery. Examples of recommendations that need expert review in those contexts:
- Author-page suggestions touching credentials, licensing, or chamber-association display
- Schema-markup recommendations for medical / legal entities (MedicalBusiness, Physician, Attorney) — these have specific data-quality expectations from Google
- Off-page link-building suggestions that could conflict with industry advertising codes (e.g. medical marketing regulations in DE, US, EU)
- Cost ranges quoted in EUR are typical for the DE consulting market — verify against your local market before quoting to a client
The plugin treats all sites uniformly at the SEO-mechanics level; it does not validate domain-specific compliance, fiduciary obligations, or industry-specific marketing regulations.
API cost expectation per run
What ships with it
12 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.
- .env.example 839 B
- audit-config.example.json 2.6 KB
- LESSONS.md 7.4 KB
- seo-audit-fetch-v2.js 6.8 KB runs code
- seo-extract-v2.js 7.2 KB runs code
- seo-onpage.js 7.7 KB runs code
- seo-report-gen.js 33 KB runs code
- seo-weekly-gen.js 16 KB runs code
- seo-weekly-review.js 3.9 KB runs code
- SHOP-SYSTEMS.md 15 KB
- TOOLS.md 12 KB
- weekly-runner.example.sh 5.5 KB runs code
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 · 178 lines · 164 tokens per session scan B 5cae78531d89
seo-outreach-report is a skill published in the GitHub repository maxschottke-spec/seo-survival-kit (9 stars, last pushed 1mo ago), licensed MIT. It adds 164 tokens to every session and 2,982 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 3 findings (instruction-override phrasing, asks for root, 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
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
add-pdf-report
Internal implementation skill invoked by /add-native for app-generated PDF report workflows using expo-print and, when present, expo-sharing.
add-pdf-viewer
Internal implementation skill invoked by /add-native for native PDF control workflows. Handles HTTPS and file URI PDF viewing with @microsoft/power-apps-native-pdf-viewer 0.2.9+.
extract-resume
Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.
analyze
Analyze a large file (CSV, Excel, PDF, JSON, code) and return a token-efficient summary. Instead of reading thousands of rows or pages, get schema + statistics + sample in under 500 tokens. Use when user mentions a file path, asks to analyze data, pastes many rows, or references a CSV/Excel/PDF/JSON file.
fulcra-lab-results
Parse a lab-report PDF (LabCorp, Quest, hospital labs — any provider) into one canonical Fulcra data track per marker (LDL-C, HbA1c, TSH, ferritin, …). You read the PDF; the fulcra-labs engine normalizes units, validates, and ingests. Verify-before-ingest: nothing is written without passing validation or explicit…