🎤
AutomationTypeScript

Voice Transcription

by sbusso

Voice Transcription is an Automation skill for Claude Code, published by sbusso in claudeclaw.

193 stars60 forkson sbusso/claudeclawAdded 2026/09/06Repository updated 2026/08/12
agentagentic-aiclaude-codeopenclaw
Install in seconds
Install Voice Transcription
Copy Voice Transcription into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sbusso/claudeclaw/tree/main/skills/add-voice-transcription ~/.claude/skills/add-voice-transcription

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sbusso/claudeclaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/add-voice-transcription/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/add-voice-transcription
Collection
One of 25 skills cataloged from this repository
Category
Automation2032 skills

What Voice Transcription does

Voice Transcription adds Whisper-based transcription to ClaudeClaw's WhatsApp channel. Use it when you want incoming voice notes converted into readable text for the agent to process and reply to.

Voice Transcription is cataloged under Automation on DirSkills. Voice Transcription comes from a repository tagged agent, agentic-ai, claude-code and openclaw.

Documentation

README

Add Voice Transcription

This skill adds automatic voice message transcription to ClaudeClaw's WhatsApp channel using OpenAI's Whisper API. When a voice note arrives, it is downloaded, transcribed, and delivered to the agent as [Voice: <transcript>].

Phase 1: Pre-flight

Check if already applied

Check if src/transcription.ts exists. If it does, skip to Phase 3 (Configure). The code changes are already in place.

Ask the user

Use AskUserQuestion to collect information:

AskUserQuestion: Do you have an OpenAI API key for Whisper transcription?

If yes, collect it now. If no, direct them to create one at https://platform.openai.com/api-keys.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Voice Transcription

  • What else does sbusso publish alongside Voice Transcription?

    Voice Transcription is one of 25 skills that DirSkills catalogs from sbusso/claudeclaw, the repository it ships in. Its siblings there include Add Compact Command, Add Gmail and Add Reactions. Each one is a separate skill with its own page in this directory, installs the same way Voice Transcription does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does Voice Transcription compare to other Automation skills?

    Voice Transcription ranks #1831 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Voice Transcription against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

Voice Transcription is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills