Speech
This skill generates human-like text responses from audio input, enabling voice-based interactions and content creation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add speech npx -- -y @trustedskills/speech
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"speech": {
"command": "npx",
"args": [
"-y",
"@trustedskills/speech"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The speech skill enables AI agents to convert text into natural-sounding spoken words, allowing for voice-based interactions. It supports multiple languages and can be used to generate audio files or real-time speech synthesis.
When to use it
- Creating audiobooks or podcasts from written content
- Developing interactive voice assistants or chatbots with vocal responses
- Generating audio feedback in applications that require voice output
Key capabilities
- Text-to-speech conversion
- Support for multiple languages
- Adjustable speaking rate and tone
Example prompts
- "Convert this article into a spoken version."
- "Read the following text aloud in French."
- "Generate an audio file of this email message."
Tips & gotchas
- Ensure the input text is well-formatted to avoid unnatural speech output.
- Some language support may be limited depending on the specific implementation or model used.
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 |
🏢 Official
Published by the company or team that built the technology.