# Yandex Metrika

> |

- **Type:** Skill
- **Install:** `agentstack add skill-atomachinskiy-claude-yandex-skills-yandex-metrika`
- **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-metrika/skills/yandex-metrika

## Install

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

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

## About

# yandex-metrika

Аналитика Яндекс.Метрики (Reporting API v1).

## Конфигурация
Использует общий токен из `yandex-auth`. Scope: `metrika:read`.

## Скрипты

| Скрипт | Назначение | Аргументы |
|---|---|---|
| `counters.sh` | Список всех счётчиков пользователя | `[--search Q] [--json] [--full]` |
| `counter-info.sh` | Подробная инфо о счётчике | ` [--json]` |
| `traffic-summary.sh` | Трафик за период (visits/users/pageviews/bounce) | ` [--from --to] [--json]` |
| `goals.sh` | Список целей счётчика | ` [--json]` |

## Workflow

```bash
bash scripts/counters.sh                          # узнать ID
bash scripts/counter-info.sh 97431059             # детали
bash scripts/traffic-summary.sh 97431059 \
    --from 2026-04-01 --to 2026-04-30             # отчёт по трафику
bash scripts/goals.sh 97431059                    # цели
```

## Особенности
- accuracy=1 (без сэмплирования) по умолчанию.
- Метрики: `ym:s:visits, ym:s:users, ym:s:pageviews, ym:s:bounceRate, ym:s:avgVisitDurationSeconds, ym:s:percentNewVisitors`.
- Полный справочник метрик/dimensions: https://yandex.ru/dev/metrika/doc/api2/api_v1/intro.html

## 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-metrika
- 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%.
