# Yandex Webmaster

> Работать с Яндекс Вебмастером через LidFly MCP v3: сайты, диагностика, индексация, запросы, позиции, sitemap, переобход, подтверждение, feeds и Pro exports. Использовать для SEO-проверок и операций с точным host_id без client_login.

- Skill: `awaik/yandex-webmaster` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add awaik/yandex-webmaster`
- Raw SKILL.md: https://api.skillmd.com/api/skills/awaik/yandex-webmaster/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: awaik (https://skillmd.com/u/awaik)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/awaik/yandex-webmaster

---


# Yandex Webmaster

Use for Яндекс Вебмастер site checks: hosts, diagnostics, indexing, pages in search, search queries, links, sitemap, recrawl, verification, feeds, and Pro export.

## Access Model

- Webmaster uses separate OAuth.
- Do not pass `client_login`.
- Start with `webmaster_get_hosts`.
- Use exact `host_id` from returned hosts.
- If `workspace_project_id` is selected, only use hosts linked to that project; fail closed if links are absent.

## Read Workflow

1. `search_tools({ provider: "yandex", query: "webmaster ..." })`.
2. `get_tool_schema` for `webmaster_get_hosts` and selected read tools.
3. `call_tool` for host list, summary, diagnostics, query analytics, sitemap, indexing, and links.
4. Summarize SEO risks and next actions.

`webmaster_query_analytics` covers only the last two weeks; for longer periods use `webmaster_get_popular_queries` or `webmaster_get_queries_history` with explicit dates. Never claim that Webmaster is not connected while `webmaster_*` tools are present: verify access with `webmaster_check_access` and report its actual result.

## Write Workflow

Use `call_write_tool` only after explaining quota/risk and receiving explicit confirmation for:

- adding/deleting host;
- starting verification;
- adding/deleting sitemap;
- requesting recrawl;
- feed changes;
- Pro export start.

Always reread status after write when the API supports it.

## Workspace

Do not save Webmaster audits, decisions, or documents without `workspace_project_id`. If project scope is unclear, call `workspace_prepare_project_scope` with `host_id` or domain as `external_entity_key`.

