voice-transcriberVoice note transcription and archival for OpenClaw agents. Powered by Deepgram Nova-3. Transcribes audio messages, saves both audio files and text transcript...
Install via ClawdBot CLI:
clawdbot install aiwithabidi/voice-transcriberGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
${OPENAICalls external URL not in known-safe list
https://www.agxntsix.aiUses known external API (expected, informational)
api.openai.comAI Analysis
The skill's primary external call is to the documented Deepgram API for transcription, which is consistent with its stated purpose. However, it references an external homepage and consultation link not in a known-safe list, and the rule-based scan flagged a credential access pattern (${OPENAI) which, while concerning, appears to be a scan artifact as the skill definition explicitly requires a DEEPGRAM_API_KEY.
Generated Mar 20, 2026
Entrepreneurs can record daily voice notes to capture ideas, reflections, and progress, with automatic transcription for easy review and archival. This supports productivity and mental clarity by converting spoken thoughts into searchable text.
Teams can record meetings in audio format and use this skill to transcribe them, creating accurate text records for documentation and follow-up. It saves time on manual note-taking and ensures key points are preserved.
Integrate voice transcription into AI agents or chatbots to process user audio inputs, enabling hands-free interactions and accessibility. This enhances user experience in applications like virtual assistants or customer support.
Content creators can transcribe podcast episodes or video audio to generate subtitles, show notes, or written articles. This improves accessibility and SEO while streamlining content repurposing.
Offer this transcription skill as part of a subscription service for businesses, providing regular updates, support, and API access. Revenue is generated through monthly or annual fees based on usage tiers.
Provide basic transcription features for free to attract users, with premium features like higher accuracy, faster processing, or advanced archival options available for a fee. This drives user adoption and upsells.
Offer paid consulting services to help businesses set up and customize the skill within their OpenClaw workflows, including integration with existing systems and training. Revenue comes from project-based fees or hourly rates.
💬 Integration Tip
Ensure the DEEPGRAM_API_KEY is securely stored as an environment variable and verify that curl and jq are installed on the system for smooth script execution.
Scored Apr 19, 2026
Audited Apr 16, 2026 · audit v1.0
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Local text-to-speech via sherpa-onnx (offline, no cloud)
Start voice calls via the OpenClaw voice-call plugin.