mh-openai-whisper-apiTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
Install via ClawdBot CLI:
clawdbot install mohdalhashemi98-hue/mh-openai-whisper-apiGrade Limited — 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://platform.openai.com/docs/guides/speech-to-textUses known external API (expected, informational)
api.openai.comAI Analysis
The skill's external API usage (api.openai.com) is fully consistent with its stated purpose of audio transcription via OpenAI's Whisper API. While it accesses the OPENAI_API_KEY credential, this is expected for API functionality and is documented. No hidden instructions, credential harvesting patterns, or obfuscation were found.
Generated Mar 22, 2026
Automatically transcribe podcast episodes for content creators to repurpose into blog posts, show notes, or subtitles. This saves time and improves accessibility for listeners.
Transcribe audio recordings of business meetings to create accurate minutes and action items. Useful for remote teams or legal compliance in corporate settings.
Convert recorded lectures or seminars into text for students with hearing impairments or for creating study materials. Enhances educational accessibility and resource availability.
Transcribe customer service calls to analyze sentiment, identify common issues, and train AI models for better support automation. Helps improve service quality and efficiency.
Transcribe audio notes from healthcare professionals into structured text for patient records or reports. Assists in maintaining accurate and timely medical documentation.
Offer a free tier with limited transcriptions per month and charge for higher volumes or advanced features like multilingual support. Targets small businesses and individual creators.
License the transcription skill to other software companies for embedding into their products, such as video conferencing tools or content management systems. Generates revenue through licensing agreements.
Provide the transcription capability as a branded service for agencies or enterprises, allowing them to offer it under their own name without developing the technology in-house.
💬 Integration Tip
Ensure the OPENAI_API_KEY is securely stored and the curl binary is available; test with sample audio files to verify setup before deployment.
Scored Apr 19, 2026
Audited Apr 17, 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.