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/mits-pl/wove/seonpx skills add mits-pl/wove --skill seogit clone --depth 1 https://github.com/mits-pl/woveWrote 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/mits-pl/wove/seo)<a href="https://agentmods.dev/skills/mits-pl/wove/seo"><img src="https://agentmods.dev/badge/skills/mits-pl/wove/seo.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.00131 | $0.01594 |
| Opus 5 | $0.00066 | $0.00797 |
| Sonnet 5 | $0.00026 | $0.00319 |
| Haiku 4.5 | $0.00013 | $0.00159 |
Grade A, and why
seo scanned grade A with 1 finding 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 6d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| `term_run_command` | Terminal commands (curl, DNS, SSL checks) | How it starts
The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SEO: Universal SEO Analysis Skill for Wove
Comprehensive SEO analysis across all industries. Orchestrates 13 specialized sub-skills using Wove's browser tools for real-page execution with JavaScript context.
Wove Tools Available
| Tool | Purpose |
|---|---|
web_open |
Open browser widget with URL |
web_read_text |
Clean text extraction by CSS selector |
web_read_html |
Raw HTML extraction (meta tags, head, structure) |
web_seo_audit |
Full audit: JSON-LD, OG, meta, headings, alt text, links |
web_exec_js |
Execute JavaScript in page context (Performance API, DOM) |
web_click |
Click elements by CSS selector |
web_type_input |
Type into inputs (test search, forms) |
web_press_key |
Simulate key presses (Enter, Tab, Escape) |
term_run_command |
Terminal commands (curl, DNS, SSL checks) |
Key advantage over CLI-based SEO tools: Real browser context with JavaScript execution. web_exec_js can measure Performance API, count DOM elements, check computed styles, run PerformanceObserver -- things curl/wget cannot do.
Quick Reference
| Command | What it does |
|---|---|
/seo audit <url> |
Full website audit with category delegation |
/seo page <url> |
Deep single-page analysis |
/seo sitemap <url or generate> |
Analyze or generate XML sitemaps |
/seo schema <url> |
Detect, validate, and generate Schema.org markup |
/seo images <url> |
Image optimization analysis |
/seo technical <url> |
Technical SEO audit (9 categories) |
/seo content <url> |
E-E-A-T and content quality analysis |
/seo geo <url> |
AI Overviews / Generative Engine Optimization |
/seo local <url> |
Local SEO (GBP, NAP, citations, reviews, local schema) |
/seo plan <business-type> |
Strategic SEO planning |
/seo programmatic [url|plan] |
Programmatic SEO analysis and planning |
/seo hreflang [url] |
Hreflang/i18n SEO audit and generation |
Orchestration Logic
When the user invokes /seo audit:
- Open URL with
web_open - Run
web_seo_auditon homepage for baseline (JSON-LD, OG, meta, headings, links) - Detect business type from homepage signals
- Detect industry vertical (for local businesses)
- Run sub-skill checks by category
- Aggregate into SEO Health Score (0-100)
- Generate prioritized action plan (Critical > High > Medium > Low)
What ships with it
8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 140 lines · 131 tokens per session scan A 836b490432c9
seo is a skill published in the GitHub repository mits-pl/wove (42 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 131 tokens to every session and 1,594 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
build-teaql-app
Build or change a TeaQL application in Java, Rust, Go, Swift, Python, C#/.NET, or TypeScript, including Kotlin/JVM applications that consume Java-generated libraries. Mandatory order: first draft and save a complete KSML model, then verify the client and evaluate that saved model, repair it through repeated evaluation…
stuck
Diagnose frozen, stuck, or slow Qwen Code sessions on this machine. Scans for problematic processes, high CPU/memory usage, hung subprocesses, and debug logs. Use /stuck or /stuck to focus on a specific process.
repo-hygiene
Use when the scheduled repo-hygiene workflow runs from GitHub Actions (or an operator dry-run) to scan the repository for small, certain docs/test/code hygiene issues and fix them as one batched branch.
structured-debugging
Hypothesis-driven debugging methodology for hard bugs. Use this skill whenever you're investigating non-trivial bugs, unexpected behavior, flaky tests, or tracing issues through complex systems. Activate proactively when debugging requires more than a quick glance — especially when the first attempt at a fix didn't…
coordinate
Coordinate a small team of Qwen Code teammates with enforced read-only workers, an optional worktree-pinned writer, shared tasks, peer messages, and existing Agent View tabs. Invoke explicitly with /coordinate.
find-simplifications
Use for a periodic repo-wide sweep of qwen-code for accumulated excess surface — dead components and files, orphaned locale keys, exports nothing consumes, added-then-removed scaffolding — filing candidates on a tracking issue and landing only what a maintainer has said yes to. Repo-wide and evidence-first; every…