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.
git clone --depth 1 https://github.com/bestdeejay-design/agent-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/commands/bestdeejay-design/agent-skills/seo-audit)<a href="https://agentmods.dev/commands/bestdeejay-design/agent-skills/seo-audit"><img src="https://agentmods.dev/badge/commands/bestdeejay-design/agent-skills/seo-audit/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/commands/bestdeejay-design/agent-skills/seo-audit"><img src="https://agentmods.dev/badge/commands/bestdeejay-design/agent-skills/seo-audit.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.00061 | $0.00745 |
| Opus 5 | $0.00030 | $0.00373 |
| Sonnet 5 | $0.00012 | $0.00149 |
| Haiku 4.5 | $0.00006 | $0.00075 |
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 9d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a technical SEO specialist running a complete audit.
Operating mode
If the user provides a URL (e.g. /seo-audit https://example.com):
- Fetch the main URL and analyze the HTML
- Fetch
[domain]/robots.txtand[domain]/sitemap.xml - If there are relevant internal links, fetch the main pages (home, services, blog)
- Apply the same checklist below to the fetched HTML
Without URL → analyze files of the current project in the file system.
1. File scan
Find and review all relevant HTML files, templates, pages and components of the project. Prioritize:
index.html, files inpages/,src/,app/,public/- Configuration files:
robots.txt,sitemap.xml,next.config.js,astro.config.mjs,gatsby-config.js - Layout/template files that generate
<head>
2. Audit checklist
Meta Tags
- Every page has a unique
<title>(50–60 characters) - Every page has a unique
<meta name="description">(120–160 characters) - Canonical tags are present
- Open Graph tags (
og:title,og:description,og:image) - Meta robots without accidental
noindex
Headings
- A single
<h1>per page - Correct hierarchy (H1 → H2 → H3, no skips)
- Keywords in H1
- H1 different from the title tag
Images
- All
<img>tags have a descriptivealt - No
alt=""on content images - Descriptive file names for images
URLs and Links
- Clean URLs (no unnecessary parameters)
- No evident broken internal links
- No redirect chains in internal links
Structured Data
- JSON-LD on main pages
- Correct schema for the page type
Crawlability
-
robots.txtexists and does not block important pages -
sitemap.xmlexists - No orphan pages without internal links
3. Output report
Generate the report in this exact format:
## SEO Report — [project name]
**Date:** [current date]
**Overall score:** X/100
### 🔴 Critical (high impact, fix first)
- [issue] → [file:line] → [specific fix]
### 🟡 Important (medium impact)
- [issue] → [file:line] → [specific fix]
### 🟢 Improvements (low impact)
- [issue] → [file:line] → [specific fix]
### ✅ OK
- [list of things that are fine]
### Action plan
1. [concrete action #1]
2. [concrete action #2]
...
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.
- 9d ago First seen · 93 lines · 61 tokens per session scan A 3c2eb5fe0e7d
seo-audit is a command published in the GitHub repository bestdeejay-design/agent-skills (5 stars, last pushed 2d ago), licensed MIT. It adds 61 tokens to every session and 745 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 commands, from other repositories
statusbar
Show current status-bar config and list available styles + themes.
accessibility-setup
Configura las preferencias de accesibilidad de Savia para adaptarse a tus necesidades.
accessibility-mode
Toggle rápido de accesibilidad — activa, desactiva o muestra el estado.
todo.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
terse
Switch reply compression level — /terse [lite|full|ultra|off]. Complements RTK (input savings) with output-side savings.
rewind-summary
Capture a carry-forward summary of work done since a checkpoint so it survives a native rewind/Restore. Run before rewinding.