← 返回
内容创作

Transcribe

Transcribe audio files to text using local Whisper (Docker). Use when receiving voice messages, audio files (.mp3, .m4a, .ogg, .wav, .webm), or when asked to transcribe audio content.
使用本地 Whisper (Docker) 将音频转录为文本。适用于接收语音消息、音频文件(.mp3、.m4a、.ogg、.wav、.webm)或要求转录音频时。
javicasper
内容创作 clawhub v1.0.2 1 版本 99518.7 Key: 无需
★ 2
Stars
📥 3,889
下载
💾 39
安装
1
版本
#latest

概述

Transcribe

Local audio transcription using faster-whisper in Docker.

Installation

cd /path/to/skills/transcribe/scripts
chmod +x install.sh
./install.sh

This builds the Docker image whisper:local and installs the transcribe CLI.

Usage

transcribe /path/to/audio.mp3 [language]
  • Default language: es (Spanish)
  • Use auto for auto-detection
  • Outputs plain text to stdout

Examples

transcribe /tmp/voice.ogg          # Spanish (default)
transcribe /tmp/meeting.mp3 en     # English
transcribe /tmp/audio.m4a auto     # Auto-detect

Supported Formats

mp3, m4a, ogg, wav, webm, flac, aac

When Receiving Voice Messages

  1. Save the audio attachment to a temp file
  2. Run transcribe
  3. Include the transcription in your response
  4. Clean up the temp file

Files

  • scripts/transcribe - CLI wrapper (bash)
  • scripts/install.sh - Installation script (includes Dockerfile inline)

Notes

  • Model: small (fast) - edit install.sh for large-v3 (accurate)
  • Fully local, no API key needed

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-28 11:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,408
data-analysis

Reddit Scraper

javicasper
通过抓取 old.reddit.com 读取和搜索 Reddit 帖子。当 Clawdbot 需要浏览 Reddit 内容(如读取子版块帖子、搜索话题、监控特定社区)时使用。仅限读取,无法发帖或评论。
★ 9 📥 6,556
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,132