# Instagram Transcriber — Yandex Cloud (`/ig-yandex`)

> Транскрибирует аудио из Instagram Reels (и других видео) через Yandex SpeechKit. Скачивает видео, загружает в Object Storage, распознает речь и возвращает текст.

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

## Install

```sh
agentstack add skill-tpitsunov-obsidian-skills-ig-transcribe-yandex
```

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

## About

# Yandex Cloud Transcriber

Когда пользователь дает команду `/ig-yandex ` (или просит транскрибировать видео через Яндекс), выполни один шаг:

### Zero-LLM-Contact
**КРИТИЧНО:** Никогда не проси пользователя вставлять API ключи в чат.

### Системные требования
На машине пользователя должен быть установлен **ffmpeg**.

### Step 1: Выполни одну команду
```bash
/absolute/path/to/Obsidian-AI-Skills/ig_transcribe_yandex/run.sh fetch "URL_HERE"
```

Если скрипт выдает ошибку авторизации:
```bash
/absolute/path/to/Obsidian-AI-Skills/ig_transcribe_yandex/run.sh auth
```

Для первоначальной настройки Yandex Cloud — смотри `SETUP.md` в этой директории.

### Step 2: Очисти текст
Скрипт вернет сырой транскрипт. Твоя задача:
1. Расставить знаки пунктуации.
2. Исправить ошибки распознавания.
3. Оформить как Markdown заметку.

## Source & license

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

- **Author:** [tpitsunov](https://github.com/tpitsunov)
- **Source:** [tpitsunov/obsidian-skills](https://github.com/tpitsunov/obsidian-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-tpitsunov-obsidian-skills-ig-transcribe-yandex
- Seller: https://agentstack.voostack.com/s/tpitsunov
- 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%.
