Home / axelfreeman / yandex-wordstat-guide · skill/SKILL.md · GitHub

wordstat-collector skillA

wordstat-collector is agent-read markdown (skill) from axelfreeman/yandex-wordstat-guide: Яндекс.Вордстат через API — автоматический сбор поисковой семантики для AI-агента (100 запросов/час). Use when нужна частотность, сезонность и кластеризация запросов для RU-рынка — «собери семантику», «вордстат», «частотность запросов», keyword research для Яндекса..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Wordstat Collector

## Что делает

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

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

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

## Переменные

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

## Скрипт

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

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

## Лимиты

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

## Питфоллы

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

Read the whole file at its exact version.

How to install

Latest version
mdr add axelfreeman/yandex-wordstat-guide/wordstat-collector@v2.0.0
Exact content
mdr add axelfreeman/yandex-wordstat-guide/wordstat-collector@sha256:015addb074947831

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_pm6yagbacbjee6te.svg)](https://markdownregistry.com/a/art_pm6yagbacbjee6te)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v2.0.0 latest2026-08-21 d1ee6a6 2,140 BA view · diff
v2.0.02026-07-21 046a3b4 1,855 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2140 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

axelfreeman/yandex-wordstat-guide · 35 stars · license MIT · pushed 2026-09-19 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_pm6yagbacbjee6te
GET https://markdownregistry.com/api/v1/resolve?ref=axelfreeman/yandex-wordstat-guide/wordstat-collector
GET https://markdownregistry.com/api/v1/blob/015addb074947831a6cc3a101b0bbdebe659b67d643ad81b02c2e31e55b2ce66

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from axelfreeman/yandex-wordstat-guide

AGENTS.md agents
axelfreeman/yandex-wordstat-guide · AGENTS.md
git:20260811.ff8f6c4 · audit A · 35 stars

Every file in axelfreeman/yandex-wordstat-guide

Browse by kind, by grade A, or by owner.