voice-transcriber-proVoice 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-transcriber-proGrade 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 API (Deepgram) is documented and consistent with its stated purpose. The 'UNDOCUMENTED_EXTERNAL' signal for the homepage is informational, not evidence of data exfiltration. No hidden instructions, credential harvesting, or obfuscation were found in the provided definition.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
Founders record daily voice notes to document ideas, decisions, and reflections. The skill transcribes these notes into searchable text, enabling easy archival and review for strategic planning and accountability.
Teams use this skill to transcribe audio recordings of meetings, converting discussions into text transcripts. This facilitates sharing minutes, tracking action items, and maintaining records without manual note-taking.
Support agents record customer calls or voice messages, which are transcribed for analysis. The transcripts help identify common issues, improve training, and ensure compliance by documenting interactions.
Educators and students record lectures or presentations, then transcribe them into text. This aids in creating accessible study materials, subtitles for videos, and enhancing learning through searchable content.
Legal professionals use the skill to transcribe audio recordings of depositions or interviews. This speeds up documentation, reduces errors in legal records, and supports case preparation with accurate text versions.
Offer monthly or annual subscriptions for unlimited transcription of voice notes and audio files. Target small businesses and individuals needing regular transcription, with tiered pricing based on usage volume.
Provide a free tier with limited transcriptions to attract users, then charge for higher limits, faster processing, or API access. Monetize by selling API keys to developers and enterprises integrating transcription into their apps.
License the transcription technology to other companies for integration into their products, such as CRM or project management tools. Offer white-label solutions with custom branding and support services.
💬 Integration Tip
Ensure the DEEPGRAM_API_KEY is securely stored as an environment variable and test with sample audio files to verify compatibility with supported formats before deployment.
Scored Apr 19, 2026
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.