Overview
- Skill Key
- darinkishore/voice-transcribe
- Author
- darinkishore
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/darinkishore/voice-transcribe
- Latest Commit SHA
- ed92ae2bdda40ab9b6e2893cc79de70d1687d273
Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 voice-transcribe 技能。 若已安装,则直接安装 voice-transcribe 技能。
# voice-transcribe transcribe audio files using openai's gpt-4o-mini-transcribe model. ## when to use when receiving voice memos (especially via whatsapp), just run: ```bash uv run /Users/darin/clawd/skills/voice-transcribe/transcribe <audio-file> ``` then respond based on the transcribed content. ## fixing transcription errors if darin says a word was transcribed wrong, add it to `vocab.txt` (for hints) or `replacements.txt` (for guaranteed fix). see sections below. ## supported formats - mp3, mp4, mpeg, mpga, m4a, wav, webm, ogg, opus ## examples ```bash # transcribe a voice memo transcribe /tmp/voice-memo.ogg # pipe to other tools transcribe /tmp/memo.ogg | pbcopy ``` ## setup 1. add your openai api key to `/Users/darin/clawd/skills/voice-transcribe/.env`: ``` OPENAI_API_KEY=sk-... ``` ## custom vocabulary add words to `vocab.txt` (one per line) to help the model recognize names/jargon: ``` Clawdis Clawdbot ``` ## text replacements if the model still gets something wrong, add a replacement to `replacements.txt`: ``` wrong spelling -> correct spelling ``` ## notes - assumes english (no language detection) - uses gpt-4o-mini-transcribe model specifically - caches by sha256 of audio file
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.