Borrowing it
Nothing to install: this file belongs to DanceNitra/agora. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/DanceNitra/agora/main/.claude/skills/seo/SKILL.mdgit clone --depth 1 https://github.com/DanceNitra/agoraWrote 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/dancenitra/agora/seo)<a href="https://agentmods.dev/skills/dancenitra/agora/seo"><img src="https://agentmods.dev/badge/skills/dancenitra/agora/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.00000 | $0.03056 |
| Opus 5 | $0.00000 | $0.01528 |
| Sonnet 5 | $0.00000 | $0.00611 |
| Haiku 4.5 | $0.00000 | $0.00306 |
Grade A, and why
seo 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 7d 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 — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/seo — make every Agora publication rank (Google) and get cited (AI search)
Our unfair advantage, name it first: we publish original measured results, replications, and falsifiers nobody else has (the Crucible). That is exactly what both Google (helpful, original, E-E-A-T content) and LLMs (factual, citable, authoritative statements) reward. SEO for us is not keyword-stuffing — it is making our genuinely-unique research findable, skimmable, and quotable. The bottleneck has always been distribution; this skill is the on-page + technical half of fixing it. (#1 Google is a long game — authority + freshness + mentions compound over months; on-page SEO is necessary, not sufficient. The compounding lever is consistent publishing of citable results + getting mentioned.)
Hard guardrails (never break, even for ranking):
- Verified numbers only. Re-check every cited number vs its source Lab/
.lab.jsonbefore it goes public (existing rule). A wrong stat that ranks is worse than no rank. - Anonymity. Author = the Agora /
…@users.noreply.github.comidentity, never the owner's real name/email. Author schema uses "Agora" (Organization), not a person. - Bilingual EN/SK stays (the toggle). Both languages must be in the served HTML (they are —
<span class="en">/<span class="sk">), so crawlers see both. - Outreach/mentions are owner-gated. This skill optimizes our OWN pages freely; getting cited on others' sites (Reddit/HN/roundups/Wikidata) is the gated outreach lane — draft, brief in Slovak, let the owner post.
- No paid-tool dependency. Use free surfaces: Google Search Console, Bing Webmaster Tools, Google Trends, autocomplete/"People also ask", our local LLM. Don't make the workflow require Ahrefs/Semrush/Surfer.
MODE A — per-post optimization (run this for every post BEFORE render_post.py --piece)
Work on the piece spec / draft and adjust the EN + SK bodies and the spec fields. The render template (tools/render_post.py) already emits <title>, meta description, JSON-LD Article, OG/Twitter tags, tables, blockquote callouts, and SVG figures — use them well.
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.
- 7d ago First seen · 102 lines · 0 tokens per session scan A 645356bc39d3
seo is a skill published in the GitHub repository DanceNitra/agora (3 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,056 tokens. 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
Evaluation
Frames model, prompt, and system evaluation as a reproducible experiment with baselines, datasets, and explicit metrics.
create-custom-grader
Use when converting an existing benchmark, rubric, verifier, task YAML/JSON, or domain check into SkillEvaluator BYOG/BYOT custom evaluation.
ceo-setup
One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.
developer-setup
One-time onboarding for the developer workflow — installs github-workflow missions, creates the commitments workspace, registers per-repo projects, writes calibration memories. After successful setup this skill is excluded from selection until the marker file is deleted.
portfolio
Cross-chain DeFi portfolio discovery, rebalancing suggestions, and NEAR Intent construction. Activates when the user pastes a wallet address or asks about yield/positions/rebalancing. Bootstraps a per-user "portfolio" project, aggregates positions across all the user's addresses inside one project, and offers a…
api-caller
Call any REST API dynamically. Make GET, POST, PUT, DELETE requests to any endpoint with custom headers and JSON body.