π¦ ClawHub
VoiceMonkey
by @jayakumark
Control Alexa devices via VoiceMonkey API v2 - make announcements, trigger routines, start flows, and display media.
βοΈ Configuration
1. Get your secret token from Voice Monkey Console β Settings β API Credentials 2. Set environment variable:
export VOICEMONKEY_TOKEN="your-secret-token"
Or add to ~/.clawdbot/clawdbot.json:
{
"skills": {
"entries": {
"voicemonkey": {
"env": { "VOICEMONKEY_TOKEN": "your-secret-token" }
}
}
}
}
3. Find your Device IDs in the Voice Monkey Console β Settings β Devicesπ Tips & Best Practices
TERMINAL
clawhub install voicemonkey