Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Jasper0122/agent-seo-kitnpx agentmods add skills/jasper0122/agent-seo-kit/seo-intakeWrote 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/jasper0122/agent-seo-kit/seo-intake)<a href="https://agentmods.dev/skills/jasper0122/agent-seo-kit/seo-intake"><img src="https://agentmods.dev/badge/skills/jasper0122/agent-seo-kit/seo-intake.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.00117 | $0.01955 |
| Opus 5 | $0.00059 | $0.00978 |
| Sonnet 5 | $0.00023 | $0.00391 |
| Haiku 4.5 | $0.00012 | $0.00196 |
Grade A, and why
seo-intake 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 8d 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 — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SEO intake
Project: your clone of agent-seo-kit. Every network call goes through Monid,
so there is one key, one balance, and one place the cost is visible.
Two halves feed one queue:
- Where you stand: the keywords your domain already ranks for, and at what position.
- Where the gap is: the keywords your competitors earn traffic from and you do not appear for at all, computed as a local set difference.
The queue is the product. Everything else exists to make it trustworthy.
The rule the whole thing rests on
Every topic must trace to evidence of real demand. A keyword tool, a real thread, first party research. Never a model's suggestion.
The moment a topic is invented, every number downstream becomes decoration and the pipeline is manufacturing pages nobody wants. When asked to add a topic with no keyword behind it, say so and offer to check its volume first rather than adding it.
Setup, once
This kit has no API keys of its own. It borrows Monid's, which is the point: Semrush, Ahrefs, Reddit and the answer engine all arrive through one account instead of four contracts.
-
Install the
monidskill and its CLI, then add a key:npm install -g @monid-ai/cli@latest monid setup monid keys add -k <key from https://app.monid.ai/access/api-keys> -l main -
Copy the config and fill it in:
cp seo.config.example.json seo.config.jsonsite.domain,site.brandTermsandcompetitorsare the three fields that decide whether the output is useful. Get the competitors right by hand: see the traps below. -
Check the paid reports are enabled on the workspace. Ahrefs and Semrush are entitlements, not public endpoints, so a fresh workspace can see them in
monid discoverand still be refused at run time. If a pull fails with a permission error, the README says who to ask; it is free to enable.
Commands
node scripts/pull-organic.mjs --dry-run # quote the cost, spend nothing
node scripts/pull-organic.mjs # your domain + every competitor
node scripts/pull-organic.mjs --only competitor-a.com --limit 100
node scripts/classify.mjs # free: routes what was already bought
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.
- 8d ago First seen · 167 lines · 117 tokens per session scan A 0c2c90588883
seo-intake is a skill published in the GitHub repository Jasper0122/agent-seo-kit (6 stars, last pushed 17d ago), licensed MIT. It adds 117 tokens to every session and 1,955 once invoked, about $0.0006 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
fire-your-seo-agency
A procedure for improving how a website appears in search engines and how AI answer systems find and cite it. It covers search, answer-engine, generative-AI, and Naver visibility.
seo-audit
A checklist-based SEO review for a website. SEO, or search engine optimization, is the work of improving a site so search engines can understand and rank it.
bytesagain-geo-seo
GEO SEO — Generative Engine Optimization reference. Complete guide for optimizing websites for AI search engines. Covers llms.txt spec, GEO checklist, automated scanning, AI bot tracking with nginx, AEO (Answer Engine Optimization) for getting cited by ChatGPT/Perplexity/Gemini, citation monitoring, and content…
geo-content-research
Researches what prompts people ask AI engines (ChatGPT, Gemini, Perplexity, Claude) about a product category and produces a prompts.csv artifact — a prioritized, strictly-schema'd list of the queries where the brand should be cited. Feeds the monitor workflow.
ultimate-seo-geo-skill
Use this skill when running SEO audits, optimizing for AI search engines (AI Overviews, ChatGPT, Perplexity), generating schema markup, diagnosing traffic drops, fixing Core Web Vitals, managing site migrations, or building keyword strategies. Runs scored full-site audits (0-100 Health Score) across 21 modules…
improve-aeo-geo
Audits a website codebase and makes code changes so AI engines (ChatGPT, Claude, Perplexity, Google AI Overviews) can better discover, parse, quote, and cite the site. Covers structured data, content structure, technical signals, and freshness.