Speech Build
Constructs grammatically correct and contextually appropriate spoken sentences from provided keywords or concepts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add speech-build npx -- -y @trustedskills/speech-build
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"speech-build": {
"command": "npx",
"args": [
"-y",
"@trustedskills/speech-build"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The speech-build skill allows you to generate audio from text using Google's Text-to-Speech (TTS) API. It converts written prompts into spoken language, enabling your AI agent to communicate audibly. This can be used for creating voiceovers, reading out information, or adding a more human element to interactions.
When to use it
- Voice Assistant: Implement speech output for an assistant responding to user requests.
- Audiobook Creation: Generate audio versions of text content like articles or stories.
- Accessibility Features: Provide spoken alternatives to written information for users with visual impairments.
- Interactive Tutorials: Create narrated tutorials or guides where instructions are read aloud.
Key capabilities
- Text-to-Speech conversion using Google's TTS API.
- Audio generation from text prompts.
Example prompts
- "Read this: 'The quick brown fox jumps over the lazy dog.'"
- "Generate audio for: 'Please confirm your order.'"
- "Speak this sentence: 'Hello, my name is Agent AI.'"
Tips & gotchas
- Requires access to the Google Cloud Text-to-Speech API. Ensure proper authentication and billing are configured.
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.