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/VKirill/claude-lane-stacknpx agentmods add skills/vkirill/claude-lane-stack/mutagenWrote 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/vkirill/claude-lane-stack/mutagen)<a href="https://agentmods.dev/skills/vkirill/claude-lane-stack/mutagen"><img src="https://agentmods.dev/badge/skills/vkirill/claude-lane-stack/mutagen/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/skills/vkirill/claude-lane-stack/mutagen"><img src="https://agentmods.dev/badge/skills/vkirill/claude-lane-stack/mutagen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium analysis-evasion · line 1 Suspicious Unicode normalization or mixed-script contentFix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
- medium Data Exfiltration · line 126 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Excessive Agency · line 215 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00262 | $0.05377 |
| Opus 5 | $0.00131 | $0.02688 |
| Sonnet 5 | $0.00052 | $0.01075 |
| Haiku 4.5 | $0.00026 | $0.00538 |
Grade A, and why
mutagen 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 3d 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.
~0.30 RUB per phrase. Results are cached 30 days, so repeating the same phrase within the TTL costs nothing. **Before calling with a large list, verify your Mutagen balance** — use `mutagen.balance()` directly (curl or a How it starts
The opening of the file, as written. The whole thing — 278 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🎯 Version Requirements (August 2026)
Primary pins:
- Mutagen API:
docs-only (stable JSON REST, no version path) - Python:
3.14.x - Node.js:
24.x (Active LTS)
Source of truth: STACK_VERSIONS.md — verified 2026-08-24
Usage
Loaded automatically when its description matches the active task. Read only the section you need, then follow the link to the relevant reference file for full detail.
Use this skill when
- Сбор семантики под Яндекс — массовая проверка точной частотности через
mutagen.parser.mass.new(wordstat_qso для "[!фраза]") - Проверка уровня конкуренции (
strong) ключевых фраз через asyncmutagen.check_key.new+mutagen.check_key.getpolling - Получение биdов Яндекс.Директа (
direct.spec/direct.first/direct.garant) для оценки стоимости трафика - Парсинг левой колонки Вордстата —
wordstat_key(до 2000 ключей, 10 страниц) илиwordstat_key_50(первые 200 с первой страницы) - SERP-анализ через
mutagen.serp.report— конкуренты домена, упавшие/поднявшиеся фразы, хвосты, страницы домена, дополняющие фразы - Region-specific data — yandex_msk, yandex_spb, yandex_minsk, yandex_nsk, yandex_ekb, yandex_rostov, yandex_kazan, yandex_nn
- Работа с проектами и
claster_id—mutagen.progects()+mutagen.progect.keywords(progect_id)для кластеризации семантического ядра - Building a Python/Node.js client с polling, idempotency, balance pre-check, deduplication, retry с exp backoff
Do not use this skill when
- Прямой парсинг Яндекс Wordstat без mutagen (own scraper, official Wordstat API) — use
wordstat-api(cascade marker) - Desktop tool Key Collector — use
key-collector(cascade marker) - Другие RU SEO-сервисы — Topvisor / Rush Analytics / SpyWords / Serpstat — different APIs, use their respective skills
- Foreign SEO SaaS — Ahrefs / Semrush / Moz / SE Ranking — use respective skills; Mutagen is Yandex-only RU domestic
- Google keyword data / Google Ads Keyword Planner — Mutagen returns ONLY Yandex data; for Google use different tooling
- Using the parsed keywords downstream in scraping / content generation — that belongs to the runtime skill (
httpx,nodejs,python)
What ships with it
19 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.
- CHANGELOG.md 1.8 KB
- references/batch-strategy.md 7.3 KB
- references/check-key-async-pattern.md 7.9 KB
- references/cookbook.md 14 KB
- references/eval-cases.md 5.7 KB
- references/filtering.md 5.8 KB
- references/integration-node.md 11 KB
- references/integration-python.md 12 KB
- references/methods.md 8.6 KB
- references/parser-types.md 7.1 KB
- references/pricing-and-balance.md 6.3 KB
- references/projects-and-clustering.md 4.5 KB
- references/recommended-defaults.md 6.5 KB
- references/REFERENCE.md 3.6 KB
- references/regions.md 4.7 KB
- references/serp-report.md 8.2 KB
- references/setup.md 5.3 KB
- references/troubleshooting.md 10 KB
- references/wrong-vs-right.md 11 KB
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.
- 3d ago First seen · 278 lines · 262 tokens per session scan A cbdbcf8e0fa0
mutagen is a skill published in the GitHub repository VKirill/claude-lane-stack (115 stars, last pushed today), licensed MIT. It adds 262 tokens to every session and 5,377 once invoked, about $0.0013 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-09-05.
Other skills, from other repositories
keyword-cluster-architect
Map 50-200+ keywords into topical clusters for SEO domination. Build content roadmaps for topical authority. Triggers on: "keyword research", "keyword clustering", "topical authority", "keyword map", "keyword strategy", "content roadmap for SEO", "keyword grouping", "topic clusters", "SEO keyword plan", "map my…
afc:release-notes
Generate release notes from git history.
afc:clean
Pipeline artifact cleanup and codebase hygiene.
afc:issue
Analyze GitHub issue — investigate bug reports, understand requirements, inspect issues.
afc:launch
Generate release artifacts — version bump, changelog, release tags.
afc:learner
Review and promote learned patterns to project rules.