# Yandex Forms

> |

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

## Install

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

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

## About

# yandex-forms

⚠️ **Публичного REST API у Яндекс Форм нет** (на 2026). Это известное ограничение —
у конкурентов (Google Forms, Typeform) API есть, у Яндекса — пока нет.

## Что доступно

- `scripts/list-surveys.sh` — пробинг известных endpoint'ов (`forms.yandex.ru/api/v1/`,
  `forms.yandex.ru/api/v2/`). Возвращает HTTP-коды и подсказки по обходу.

## Workaround'ы

1. **Webhook в форме**: в редакторе формы → настройки → «Уведомления» → добавить URL.
   Каждый ответ POST'ится на твой сервер (n8n / Cloudflare Worker / собственный).
2. **Интеграция с Yandex Tracker**: создавать тикет на каждый ответ (если у тебя есть Tracker).
3. **Экспорт в Яндекс.Таблицу**: в форме → «Связать с таблицей» → ответы автоматически
   ложатся в Sheet → читать через `yandex-disk` или `yandex-calendar` (Sheets in Disk).
4. **Yandex 360 admin API** (`api360.yandex.net`) — если у тебя 360 для бизнеса,
   возможно там есть формы. Проверь scope в OAuth.

## Когда добавим реальные команды

Если Яндекс выкатит публичный API (планы есть, см. https://yandex.ru/dev/forms/),
обновим скилл — добавим `responses.sh`, `export-csv.sh`, `create-survey.sh`.

## Структура папки

| Файл | Назначение |
|---|---|
| `scripts/list-surveys.sh` | Probe endpoints, report status |
| `scripts/common.sh` | Shared helpers (от templates) |

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