Expert in building voice interfaces, speech recognition, and text-to-speech systems
Expert in building voice interfaces, speech recognition, and text-to-speech systems.
# Activate skill
claude-code --skill voice-interface-builder
"Add voice input to this search field using the Web Speech API"
"Add a 'read aloud' button that speaks the article content"
"Implement voice navigation commands like 'go home' and 'open menu'"
"Create a voice-enabled search component with visual feedback"
// Voice-enabled search
const { isListening, transcript, start } = useSpeechRecognition()
<button onClick={start}>
{isListening ? '🔴 Listening...' : '🎤 Speak'}
</button>
accessibility-auditor - Accessible voice UIui-designer - Voice interaction designmobile-developer - Mobile voice featuresSee SKILL.md for comprehensive voice interface patterns.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer
Tags:voice, speech-recognition, text-to-speech, web-speech-api, accessibility