Whisper
Whisper provides a concise, interactive chat interface for quick information retrieval and task assistance, streamlining communication.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davila7-whisper npx -- -y @trustedskills/davila7-whisper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davila7-whisper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davila7-whisper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The davila7-whisper skill enables AI agents to transcribe audio into text, with support for multiple languages and noise reduction. It is optimized for frontend use cases, such as voice-to-text input in web applications or real-time transcription during user interactions.
When to use it
- Transcribing user voice commands in a web-based application
- Capturing live audio from a microphone for real-time text display
- Processing audio files uploaded by users for content analysis
Key capabilities
- Audio transcription with language detection
- Noise reduction and background filtering
- Real-time processing support
- Integration with frontend frameworks
Example prompts
- "Transcribe the audio file I just uploaded."
- "Convert this voice recording into text, and detect the spoken language."
- "Start listening to my microphone input and display the transcription in real time."
Tips & gotchas
- Ensure the user's browser supports Web Audio API for real-time processing.
- Large audio files may require additional memory or backend support for optimal performance.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.