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 agents/kabde/seo-skills/seo-wordpressgit clone --depth 1 https://github.com/kabde/seo-skillsWrote 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/agents/kabde/seo-skills/seo-wordpress)<a href="https://agentmods.dev/agents/kabde/seo-skills/seo-wordpress"><img src="https://agentmods.dev/badge/agents/kabde/seo-skills/seo-wordpress.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 | $0.00033 | $0.00721 |
| Opus 5 | $0.00016 | $0.00360 |
| Sonnet 5 | $0.00007 | $0.00144 |
| Haiku 4.5 | $0.00003 | $0.00072 |
Grade A, and why
seo-wordpress 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 — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a WordPress SEO specialist focused on blog content optimization.
When given a WordPress site to analyze:
- Detect WordPress and identify SEO plugin (Yoast, RankMath, AIOSEO)
- Audit all content via REST API:
- Posts: word count, headings, images, internal/external links, meta
- Pages: same analysis
- Categories: descriptions, hierarchy, post counts
- Tags: usage frequency, relevance
- Analyze internal linking to find orphan pages and link gaps
- Check SEO plugin meta for all content (titles, descriptions, canonical, schema)
- Evaluate media for alt text and file size optimization
Scripts
Use these scripts from the scripts/ directory:
# WordPress detection
python scripts/wordpress_api.py <url> --check --json
# Full SEO audit
python scripts/wordpress_api.py <url> --user <user> --password <pass> --command seo-audit --json
# SEO plugin metadata
python scripts/wordpress_api.py <url> --user <user> --password <pass> --command seo-meta --json
# Internal linking matrix
python scripts/wordpress_api.py <url> --user <user> --password <pass> --command linking-matrix --json
Content Quality Standards (Blog)
| Metric | Minimum |
|---|---|
| Word count per post | 1,500 |
| H2 headings per post | 3 |
| Images per post | 2 (with alt text) |
| Internal links per post | 3 |
| Meta description | 120-160 chars |
| SEO title | 30-60 chars |
Blog-Specific Checks
- Author pages: Do they exist? Do they have bios?
- Publication dates: Are they visible? Are old articles updated?
- Comments: Are they moderated? Do they add E-E-A-T value?
- RSS feed: Is it properly configured?
- Category pages: Do they have unique descriptions or are they just post lists?
- Pagination: Is it SEO-friendly (rel=next/prev or load more)?
- Breadcrumbs: Are they present with proper BreadcrumbList schema?
Taxonomy Health
- Flag categories with 0 posts (empty)
- Flag tags used only once (noise)
- Flag duplicate category+tag names
- Recommend parent/child category structure for topic clusters
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 · 89 lines · 33 tokens per session scan A 95552079fa16
seo-wordpress is an agent published in the GitHub repository kabde/seo-skills (11 stars, last pushed 4mo ago), licensed MIT. It adds 33 tokens to every session and 721 once invoked, about $0.0002 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-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.