Skills voice-transcriber

Voice note transcription and archival for OpenClaw agents. Powered by Deepgram Nova-3. Transcribes audio messages, saves both audio files and text transcripts. Perfect for voice-first AI workflows, founder journaling, and meeting notes.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/voice-transcriber-pro" ~/.claude/skills/clawdbot-skills-voice-transcriber && rm -rf "$T"
manifest: skills/aiwithabidi/voice-transcriber-pro/SKILL.md
source content

Voice Transcriber 🎙️

Audio transcription via Whisper + voice note journaling.

When to Use

  • Transcribing voice messages or audio files
  • Saving voice notes with full transcripts
  • Converting speech to text from any audio format

Usage

Transcribe audio

bash {baseDir}/scripts/transcribe.sh /path/to/audio.ogg
bash {baseDir}/scripts/transcribe.sh /path/to/audio.ogg --out /path/to/output.txt

Save voice note with transcript

python3 {baseDir}/scripts/save_voice_note.py /path/to/audio.ogg "Optional context"

Supported Formats

OGG, MP3, WAV, M4A, FLAC, WEBM

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation