audio-playPlay audio files using Windows media player. Non-blocking execution.
Install via ClawdBot CLI:
clawdbot install banner90/audio-playGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
Used in a pipeline where audio is downloaded from YouTube, played for translation via Doubao, and subtitles are captured. This automates the creation of localized content for global audiences, reducing manual effort in transcription and translation processes.
Developers use this skill to automatically play audio files during testing phases, verifying playback functionality across different media players. It helps ensure audio features work correctly in applications like video editors or streaming services.
Integrated into educational platforms to play audio lessons or pronunciation guides. Students can listen to content while following along with text, enhancing language acquisition through automated audio playback in learning modules.
Used in assistive technology to play audio descriptions or navigation cues. This enables applications to provide audio feedback, improving accessibility for users with visual impairments in desktop environments.
Deployed in retail settings to play promotional audio or background music from stored files. It automates audio scheduling for in-store experiences, enhancing customer engagement without manual intervention.
Offer a subscription-based service that integrates this skill into a larger toolkit for automating video and audio production workflows. Creators pay monthly for access to tools that streamline tasks like audio playback in translation pipelines.
Sell licenses to agencies that handle large-scale media localization. This skill is part of a bundled software package that automates audio processing, reducing labor costs and increasing throughput for translation projects.
Provide a free version of this skill for individual developers, with premium features like advanced configuration options or priority support. Monetize through upgrades and integrations with other development tools.
💬 Integration Tip
Ensure Windows media player paths are correctly configured in the JSON config file and that the desktop is visible for GUI automation to avoid errors during playback.
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.
Start voice calls via the OpenClaw voice-call plugin.
Local text-to-speech via sherpa-onnx (offline, no cloud)