senseaudio-audio-quality-checkerAnalyze audio quality, detect noise types, and provide improvement recommendations. Use when users need to check audio quality, validate recordings, or ident...
Install via ClawdBot CLI:
clawdbot install scikkk/senseaudio-audio-quality-checkerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://senseaudio.cnAudited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
Podcast producers can use this skill to automatically check audio recordings for noise issues before publishing. It helps ensure consistent audio quality across episodes by detecting background noise, hum, or static that might distract listeners, enabling quick fixes in post-production.
Call centers can integrate this skill to analyze customer service recordings for audio clarity, identifying noise that could affect transcription accuracy or customer experience. This supports quality monitoring and training by flagging recordings with severe noise for review or re-recording.
Online course creators and e-learning platforms can use it to validate audio quality in lecture recordings, ensuring clear sound for students. It detects issues like echo or wind noise, providing recommendations to improve recording setups for better engagement and accessibility.
Audio equipment manufacturers or rental services can employ this skill to test microphones and recording devices for performance issues. It identifies noise types like hum or static, helping diagnose faulty equipment and ensure high-quality output for professional use.
Legal professionals can utilize this skill to analyze audio evidence, such as recordings from surveillance or interviews, for noise and quality issues. It provides objective assessments of audio integrity, aiding in evidence validation and courtroom presentations.
Offer the audio quality checker as a cloud-based service with tiered pricing based on usage volume (e.g., number of audio files analyzed per month). This model targets businesses needing regular audio validation, such as media companies or call centers, with recurring revenue from subscriptions.
License the skill's API to developers and enterprises for integration into their own applications, such as video editing software or communication platforms. Charge based on API calls or data processed, providing scalable revenue from high-volume users in industries like tech or education.
Provide consulting services to customize the skill for specific client needs, such as batch analysis for large audio archives or integration with proprietary systems. This model targets organizations with unique requirements, generating project-based revenue and ongoing support contracts.
💬 Integration Tip
Ensure the SENSEAUDIO_API_KEY is securely stored as an environment variable and test with sample audio files to verify API connectivity before full 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.