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-strategynpx skills add yagomp/seoagent --skill seo-strategygit 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-strategy)<a href="https://agentmods.dev/skills/yagomp/seoagent/seo-strategy"><img src="https://agentmods.dev/badge/skills/yagomp/seoagent/seo-strategy.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.00054 | $0.00586 |
| Opus 5 | $0.00027 | $0.00293 |
| Sonnet 5 | $0.00011 | $0.00117 |
| Haiku 4.5 | $0.00005 | $0.00059 |
Grade A, and why
seo-strategy 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 — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SEO Strategy Generation with SEOAgent
Generate comprehensive, data-driven SEO strategies using audit data, keyword data, and optionally LLM intelligence.
Prerequisites
- Active project with crawl data (run
seoagent_audit_crawlfirst) - Optional: DataForSEO credentials for keyword/backlink data
- Optional: LLM configured for AI-powered strategy (
seoagent_config_setwithllm.provider,llm.apiKey)
Without an LLM, SEOAgent uses a rule-based engine that analyzes your audit data and generates actionable recommendations.
Generate Strategy
seoagent_strategy_generate: { project: "mysite" }
Returns a structured strategy with:
- Overall SEO Health Score (0-100)
- Quick Wins — high impact, low effort actions with specific recommendations
- Technical Fixes — from audit data, prioritized by severity
- Content Plan — pages to create or improve
- Link Building — niche-relevant tactics
- DR Growth Plan — current DR → target DR with actions
- Competitor Insights — if competitors are configured
Refresh Strategy (After Changes)
After making improvements, re-run to see what changed:
seoagent_strategy_refresh: { project: "mysite" }
Returns a diff: previous score vs current, improvements, regressions.
Domain Reputation
Check backlink profile and domain authority:
seoagent_domain_reputation: { project: "mysite" }
seoagent_backlink_profile: { project: "mysite" }
seoagent_backlink_opportunities: { project: "mysite" }
Google Search Console
Connect GSC for real traffic data:
seoagent_gsc_performance: { days: 28, project: "mysite" }
seoagent_gsc_pages: { sort: "clicks", project: "mysite" }
seoagent_gsc_queries: { days: 28, project: "mysite" }
Recommended Workflow
seoagent_audit_crawl— crawl the siteseoagent_audit_report— see current issuesseoagent_strategy_generate— get prioritized action plan- Fix the issues identified
seoagent_strategy_refresh— verify improvements
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 · 80 lines · 54 tokens per session scan A 5b837e14f47b
seo-strategy is a skill published in the GitHub repository yagomp/seoagent (0 stars, last pushed 5mo ago), licensed MIT. It adds 54 tokens to every session and 586 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…