yandex-speechkit-stt

Распознавание речи через Yandex SpeechKit API для голосовых сообщений в Telegram. Используй когда пользователь отправляет голосовые сообщения и хочет, чтобы они расшифровывались через Yandex SpeechKit.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "yandex-speechkit-stt" with this command: npx skills add strydex/yandex-speechkit-stt

Yandex SpeechKit STT

Скилл для быстрого и качественного распознавания голосовых сообщений через Yandex SpeechKit.

Настройка

Переменные окружения

Создай config.json в папке скилла:

{
  "id": "your-key-id",
  "service_account_id": "your-service-account-id",
  "folder_id": "your-folder-id",
  "private_key": "-----BEGIN PRIVATE KEY-----\n..."
}

Использование

Из командной строки

python scripts/yandex_stt.py voice_message.ogg

Из кода

import sys
sys.path.insert(0, 'scripts')
from yandex_stt import speech_to_text, get_token_iam

# Получить IAM токен
iam_token = get_token_iam(folder_id, service_account_id, private_key, key_id)

# Распознать речь
result = speech_to_text("voice.ogg", folder_id, iam_token)
print(result)

Особенности

  • Автоматически обрезает аудио до 28 секунд (лимит Yandex)
  • IAM токен автоматически обновляется через service account
  • Работает с OggOpus, WAV, MP3

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

LBS Market Analyzer

Comprehensive geo-spatial market intelligence and site selection evaluation using AMAP (Gaode) LBS API. Use when the user needs: (1) Competitor distribution...

Registry SourceRecently Updated
General

Pinduoduo Listing

拼多多商品文案。标题优化、详情页、SKU描述、百亿补贴文案、价格战策略、评价回复、秒杀文案。Pinduoduo listing generator with title optimization, detail page, SKU descriptions, pricing strategy, review re...

Registry SourceRecently Updated
General

Taobao Listing

淘宝商品文案。宝贝标题、详情页文案、主图文案、促销活动、关键词挖掘、大促文案。Taobao listing generator with product titles, detail pages, keyword mining, promotion copy. 淘宝运营、天猫文案、商品标题优化、关键词挖掘、双11...

Registry SourceRecently Updated
General

111

基于多维评分模型和情绪周期,提供每日盘前A股动量报告及仓位建议,适合小资金日内交易策略。

Registry SourceRecently Updated
3210ycyjy