Remote voice via VoiceMode Connect. Use when users want to add voice to Droid using their phone or web app, without local STT/TTS setup.
From voicemodenpx claudepluginhub harshav167/ava --plugin voicemodeThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
Voice conversations through the voicemode.dev cloud platform. Connect Droid to voice clients (iOS app, web app) without running local STT/TTS services.
Agents (Droid, Claude Code) connect via MCP to voicemode.dev. Clients (iOS app, web app) connect via WebSocket. The platform routes voice messages between them.
Add to your Droid MCP configuration:
{
"mcpServers": {
"voicemode-dev": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://voicemode.dev/mcp"]
}
}
}
Note: This is separate from local VoiceMode. Local VoiceMode uses HTTP transport on port 8765:
{
"mcpServers": {
"voicemode": {
"type": "http",
"url": "http://127.0.0.1:8765/mcp"
}
}
}
When you first use a Connect tool, Droid will prompt for OAuth authentication. Sign in with your voicemode.dev account.
Open the iOS app or web dashboard (voicemode.dev/dashboard) and sign in with the same account.
Use the status tool to see connected devices, then use converse to have a voice conversation.
| Tool | Description |
|---|---|
status | Show connected devices and agents |
converse | Two-way voice conversation via connected client |