Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:February 13, 2026 at 08:50
SKILL.md
| name | voice-config |
| description | Configure API keys and settings for the codebase voice assistant |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["mcp__codebase-voice__get_config","mcp__codebase-voice__set_config","Bash"] |
Help the user configure their API keys and preferences for the voice assistant.
mcp__codebase-voice__set_config key=deepgram_api_keyLiveKit Cloud (optional — needed for bot to join calls as its own participant)
mcp__codebase-voice__set_configTwilio (optional — needed for SIP dial-in)
mcp__codebase-voice__set_configWake word (default: "Hey Claude")
wake_wordVoice (default: "aura-2-en-US-luna")
tts_voiceSTT language (default: "en-US")
stt_languageAfter configuration, use mcp__codebase-voice__get_config to show the user their current settings (mask API keys, show only last 4 chars).
Tell the user they can now use /voice-join to join a call.
[HINT] Download the complete skill directory including SKILL.md and all related files