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/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 17, 2026 · audit v1.0
Generated Mar 21, 2026
Podcast creators can use this skill to automatically check audio recordings for noise issues before publishing. It helps identify background noise, hum, or static that might distract listeners, ensuring professional sound quality across episodes.
Call centers can integrate this skill to analyze customer service recordings for audio clarity. It detects noise types like echo or wind noise, helping improve agent training and equipment setup to enhance communication effectiveness.
Online course platforms can employ this skill to validate audio quality in lecture recordings. It assesses noise severity and provides recommendations, ensuring clear audio for students and reducing production rework.
Law enforcement or legal professionals can use this skill to analyze audio evidence for noise contamination. It identifies specific noise types like static or hum, aiding in clarity assessment and authenticity verification.
Music producers can apply this skill to check raw audio tracks for quality issues before mixing. It detects background noise or hum, allowing early corrections to save time in the mastering process.
Offer this skill as part of a subscription-based audio quality platform. Users pay monthly or yearly fees for API access, analysis reports, and advanced features like batch processing, targeting media companies and content creators.
Monetize the skill by charging per audio analysis request through an API. This model appeals to occasional users or developers integrating it into custom applications, with pricing based on file duration or analysis complexity.
License the skill to large organizations like call centers or educational institutions for internal use. Provide custom integrations, support, and volume discounts, generating revenue through one-time or annual license fees.
💬 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.