# Yandex Webmaster

> |

- **Type:** Skill
- **Install:** `agentstack add skill-atomachinskiy-claude-yandex-skills-yandex-webmaster`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [atomachinskiy](https://agentstack.voostack.com/s/atomachinskiy)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [atomachinskiy](https://github.com/atomachinskiy)
- **Source:** https://github.com/atomachinskiy/claude-yandex-skills/tree/main/plugins/yandex-webmaster/skills/yandex-webmaster

## Install

```sh
agentstack add skill-atomachinskiy-claude-yandex-skills-yandex-webmaster
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# yandex-webmaster

Webmaster API v4. Управление сайтами и анализ поискового трафика.

## Конфигурация
Общий токен из `yandex-auth`. Scope: `webmaster:hostinfo`, `webmaster:verify`.

## Скрипты

| Скрипт | Назначение | Аргументы |
|---|---|---|
| `user-info.sh` | Текущий user_id (используется другими скриптами) | — |
| `list-hosts.sh` | Все сайты пользователя | `[--json]` |
| `host-info.sh` | Детали сайта: SQI, страницы в поиске, индексация | ` [--json]` |
| `popular-queries.sh` | Топ поисковых запросов сайта за период | ` [--from --to] [--limit N] [--json]` |

## Host ID

Yandex использует составной ID вида `https:dariabot.ru:443` (схема + домен + порт). Получить через `list-hosts.sh`.

## Workflow

```bash
bash scripts/list-hosts.sh
bash scripts/host-info.sh "https:dariabot.ru:443"
bash scripts/popular-queries.sh "https:dariabot.ru:443" --limit 20
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [atomachinskiy](https://github.com/atomachinskiy)
- **Source:** [atomachinskiy/claude-yandex-skills](https://github.com/atomachinskiy/claude-yandex-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-atomachinskiy-claude-yandex-skills-yandex-webmaster
- Seller: https://agentstack.voostack.com/s/atomachinskiy
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
