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 agentmods add skills/yagomp/seoagent/seo-auditnpx skills add yagomp/seoagent --skill seo-auditgit clone --depth 1 https://github.com/yagomp/seoagentWrote 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/yagomp/seoagent/seo-audit)<a href="https://agentmods.dev/skills/yagomp/seoagent/seo-audit"><img src="https://agentmods.dev/badge/skills/yagomp/seoagent/seo-audit.svg" alt="Measured on agentmods" 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.00058 | $0.00585 |
| Opus 5 | $0.00029 | $0.00293 |
| Sonnet 5 | $0.00012 | $0.00117 |
| Haiku 4.5 | $0.00006 | $0.00059 |
Grade A, and why
seo-audit 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SEO Site Audit with SEOAgent
Perform comprehensive technical SEO audits using the SEOAgent MCP tools or CLI.
Prerequisites
The user must have an active project. Check with seoagent_projects_list. If no project exists, create one with seoagent_project_add.
Workflow
1. Set up project (if needed)
seoagent_project_add: { slug: "mysite", domain: "example.com", name: "My Site", niche: "tech" }
2. Crawl the site
Use seoagent_audit_crawl with appropriate maxPages:
- Small sites: 500 pages
- Medium sites: 2000 pages
- Large sites (5000+): 5000 pages
The crawler automatically discovers URLs from sitemaps AND follows internal links.
seoagent_audit_crawl: { maxPages: 5000, project: "mysite" }
3. Get the audit report
seoagent_audit_report: { project: "mysite" }
The report includes:
- Issue counts by type: missing titles, missing meta descriptions, missing H1, thin content, broken links, duplicate titles, orphan pages, redirect chains, images without alt text
- Broken links list: source URL → target URL + status code
- Duplicate titles: pages sharing the same title
- Orphan pages: pages with no internal links pointing to them
4. Audit a single page (optional)
seoagent_audit_page: { url: "https://example.com/specific-page", project: "mysite" }
Returns detailed per-page data: title, meta description, H1, word count, load time, internal/external links, images without alt, issues.
5. Present findings
Organize findings by priority:
- Critical: Broken links (4xx/5xx), missing titles on key pages
- High: Duplicate titles, missing meta descriptions, thin content (<200 words)
- Medium: Missing H1, orphan pages, redirect chains
- Low: Images without alt text
CLI Alternative
If MCP tools are not available, use the CLI:
seoagent project add mysite --domain example.com
seoagent audit crawl --max-pages 5000
seoagent audit report
seoagent audit page https://example.com/page
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.
- 5d ago First seen · 72 lines · 58 tokens per session scan A b2a127efdddf
seo-audit is a skill published in the GitHub repository yagomp/seoagent (0 stars, last pushed 5mo ago), licensed MIT. It adds 58 tokens to every session and 585 once invoked, about $0.0003 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-31.
Other skills, from other repositories
gingiris-seo-geo-agent
SEO/GEO Agent Operations SOP v2 — Rebuilt from real-world operations (analook.com 0→launch, GSC incident, DataForSEO monitoring, gingiris.tools post-migration recovery). What's new in v2: • Step-by-step onboarding (Q1→Q6), multiple choice wherever possible — no big forms • Mandatory daily SEO log — first item is…
url-ranked-keywords-extractor
Standalone extractor for Google ranked keywords of a given URL via DataForSEO Labs rankedkeywords/live. Returns Intent, Position, Volume, KD, CPC, Traffic, and Competition. Use only when the user asks to extract ranking keywords for a specific page or domain URL. Do not use for site audits, GEO, schema, content…
competitor-backlink-gap-extractor
Extract high-quality competitor backlinks via DataForSEO Backlinks API, filter live/non-broken/non-UGC/high-rank/high-traffic referring domains (nofollow allowed), and optionally compute link intersection or backlink gap vs our site. Use when the user asks for competitor backlinks, backlink gap, link intersection…
90-day-seo-sprint
Run the Distribb 90-Day SEO Sprint - a founder-built 13-week playbook for shipping pre-launch SEO, core pages, a content engine, and a backlink starter stack on the way to compounding organic traffic. Use when the user asks for an "SEO sprint", "90-day SEO plan", "SEO tracker", "SEO roadmap", "where do I even start…
seo-keyword-content
Build and normalize SEO-rich tool directory content using keyword-driven rules, including long-tail phrase patterns and modifier vocabulary, for oneLiner, longDescription, whoItsFor, notFor, workflows, features, advantages, disadvantages, tips, and faqs.
distribb
Distribb is an SEO platform that handles keyword research, original data research, content publishing to WordPress/Webflow/Shopify, high-DR backlink exchange network, link building outreach playbooks, internal linking, social media repurposing and posting, Google Business Profile management (live reviews, public…