← 返回
效率工具 中文

TG Voice Whisper Transcriber

Automation skill for TG Voice Whisper Transcriber.
TG语音耳语转录器自动化技能。
drones277
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 4,088
下载
💾 157
安装
1
版本
#latest

概述


name: tg-voice-whisper

description: Auto-transcribe Telegram voice messages (.ogg Opus) to text using local OpenAI Whisper (tiny model). Reply with transcription + auto-delete file for privacy. No API keys, fully offline after install.

emoji: 🎙️🔊

requires:

bins: [whisper, ffmpeg]

install:

  • kind: apt

packages: [ffmpeg]

  • kind: pip

packages: [openai-whisper]

flags: [--break-system-packages]

min-server: 4GB RAM recommended for fast/stable work (cached model <1s transcribe on 1vCPU).

Safe: Local-only, auto-rm files, no external APIs/credentials stored.

Usage (agent):

When voice .ogg arrives in /root/.openclaw/media/inbound/:

exec 'whisper PATH --model tiny --language ru --output_format txt --output_dir /tmp/whisper; text=$(cat /tmp/whisper/*.txt); message action=send message="🔊 [text]" reply_to_current; rm PATH /tmp/whisper/*'

Auto-setup (non-block):

Spawn sub-agent or cron every 5s:

sessions_spawn task="LOOP: find /root/.openclaw/media/inbound/*.ogg -mmin -1 → background whisper ru tiny → message reply text → rm" label="voice-auto" cleanup="keep"

Or cron:

cron add job={"name":"voice-auto","schedule":{"kind":"every","everyMs":5000},"payload":{"kind":"systemEvent","text":"🔊 VOICE_CHECK"},"sessionTarget":"main"}

Test:

whisper /path.ogg --model tiny --language ru

Notes:

  • First run: ~15s model download (72MB ~/.cache/whisper/tiny.bin).
  • Cached: <1s on 1vCPU/4GB.
  • Languages: ru/en best; --language detect auto.
  • Accuracy: tiny 85-95% ru speech; upgrade to base/small for better.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 12:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

TG Image Sender

drones277
使用消息工具附带Picsum.photos链接或自定义媒体,直接向Telegram聊天发送测试或生成图片。用于用户请求“发送照片”、“在TG生成图片”或在Telegram展示或测试图片时。
★ 2 📥 2,052
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,910
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 147,918