Распознавание и синтез речи через Yandex SpeechKit
Scanned 9/5/2026
Install to Claude Code
npx -y skills add theYahia/YaAll --skill speechkit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Speechkit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/theyahia-speechkit)More formats (shields.io, HTML) on the badges page.
---
name: speechkit
description: Распознавание и синтез речи через Yandex SpeechKit
argument-hint: <recognize|synthesize> <текст или путь к аудио>
allowed-tools:
- Bash
- Read
---
# /speechkit -- Работа с речью через Yandex SpeechKit
## Используемые инструменты
| Инструмент | Что делает |
|------------|------------|
| `recognize` | Распознавание речи из аудио в текст |
| `synthesize` | Синтез речи из текста в аудио |
## Алгоритм
1. Определи тип задачи: распознавание или синтез
2. Для распознавания: прочитай аудиофайл, закодируй в Base64, вызови `recognize`
3. Для синтеза: вызови `synthesize` с текстом, голосом и форматом
4. Покажи результат
## Формат ответа
### Распознавание
```
## Результат распознавания
**Текст**: <распознанный текст>
**Язык**: ru-RU
```
### Синтез
```
## Результат синтеза
**Голос**: filipp
**Формат**: oggopus
**Язык**: ru-RU
```
## Примеры
```
/speechkit synthesize Привет, как дела?
/speechkit recognize audio.ogg
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.