wordstat-collector

wordstat-collector is a skill for Claude Code, Codex from axelfreeman/yandex-wordstat-guide. It costs 84 tokens per session (443 once invoked), scanned A, original, MIT.

A tool that collects search statistics from Yandex Wordstat, the Yandex service for researching what people search for. It returns search phrases and their frequencies for Russian-language market research.

In plain words
What is it for?
Collecting keyword ideas, checking query frequency, analyzing seasonal demand, clustering search phrases, and creating SEO pages or content plans from the results.
Why use it?
It replaces guesswork with data about query popularity, seasonality, and groupings when planning Russian SEO or advertising.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/collect.py "фраза1" "фраза2".

Good fit Collecting keyword ideas, checking query frequency, analyzing seasonal demand, clustering search phrases, and creating SEO pages or content plans from the results.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/axelfreeman/yandex-wordstat-guide
agentmods
npx agentmods add skills/axelfreeman/yandex-wordstat-guide/skill

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for wordstat-collector

README.md
[![agentmods](https://agentmods.dev/badge/skills/axelfreeman/yandex-wordstat-guide/skill/github.svg)](https://agentmods.dev/skills/axelfreeman/yandex-wordstat-guide/skill)
Your own site
<a href="https://agentmods.dev/skills/axelfreeman/yandex-wordstat-guide/skill"><img src="https://agentmods.dev/badge/skills/axelfreeman/yandex-wordstat-guide/skill/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.

agentmods 80×15 button for wordstat-collector

Your own site · 80×15
<a href="https://agentmods.dev/skills/axelfreeman/yandex-wordstat-guide/skill"><img src="https://agentmods.dev/badge/skills/axelfreeman/yandex-wordstat-guide/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 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 content
    Fix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
  • medium MCP Rug Pull · line 5
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00084 $0.00443
Opus 5 $0.00042 $0.00221
Sonnet 5 $0.00017 $0.00089
Haiku 4.5 $0.00008 $0.00044

Measured 9d ago against content hash 015addb07494, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

wordstat-collector 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.

skill/SKILL.md · 51 lines

What it actually says

Wordstat Collector

Что делает

Собирает поисковую статистику Яндекса через API и возвращает структурированные данные. Агент может использовать их для генерации SEO-страниц, рекламных кампаний и контент-планов.

Команды для агента

«Собери семантику по теме [тема] через Wordstat»
«Покажи топ-20 запросов по [ключ]»
«Сгенерируй SEO-страницы на основе семантики из semantic_results.json»

Переменные

WORDSTAT_API_KEY     # API-ключ Яндекс.Облака
WORDSTAT_FOLDER_ID   # ID каталога (20 символов)

Скрипт

scripts/collect.py — принимает список seed-фраз, возвращает JSON с фразами и частотами.

python3 scripts/collect.py "фраза1" "фраза2"

Лимиты

  • 100 запросов в час
  • 0.3 sec между запросами
  • Не больше 90 запросов за сессию (запас 10%)

Питфоллы

  • Все числа приходят строками → int(count)
  • folderId ровно 20 символов → .strip()
  • Дата для dynamics — последний день месяца/недели
Changes

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.

  1. 9d ago First seen · 51 lines · 84 tokens per session scan A 015addb07494

Subscribe to this mod's changes

wordstat-collector is a skill published in the GitHub repository axelfreeman/yandex-wordstat-guide (34 stars, last pushed 18d ago), licensed MIT. It adds 84 tokens to every session and 443 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

minify

Regenerates lib/js/.min.js and lib/css/.min.css via babel-tsf and cleancss-tsf. Use after editing unminified lib/js or lib/css sources, or when the user asks to minify. Do not hand-edit min files.

sybrew/the-seo-framework · 57 tokens

seo-pipeline-llm

4-stage SEO content pipeline: keyword research → competitor scraping → SEO analysis → content creation. Outputs local files, no CMS integration.

attaxr/attaxr-seo-pipeline · 33 tokens

seo-pipeline-bash

One-shot SEO content pipeline: scrape keywords from SERP and produce article markdown files via Browser Use SDK or DuckDuckGo fallback.

attaxr/attaxr-seo-pipeline · 32 tokens

marketing-seo

SEO keyword research, content planning, and competitor analysis with anti-hallucination gates.

itsbariscan/claude-code-marketing · 21 tokens

non-json-content-types

Handle FormData, file uploads, Blob, Uint8Array, and ReadableStream inputs in tRPC mutations. Use octetInputParser from @trpc/server/http for binary data. Route non-JSON requests with splitLink and isNonJsonSerializable() from @trpc/client. FormData and binary inputs only work with mutations (POST).

trpc/trpc · 75 tokens

launch-monitor

Use when the user asks to "monitor my launch", "track our Product Hunt / Hacker News ranking", or "watch the launch window"; runs the T-0 to T+30 window watch — pre-launch instrumentation verification (UTM/event checks, the upstream of RAMP P1), HN rank/points/comments polling with a comments-over-points flamewar…

aaron-he-zhu/aaron-marketing-skills · 183 tokens