Help us improve
Share bugs, ideas, or general feedback.
From ava
Remote voice via Ava Connect. Use when users want to add voice to an AI coding assistant using their phone or web app, without local STT/TTS setup.
npx claudepluginhub harshav167/ava --plugin avaHow this skill is triggered — by the user, by Claude, or both
Slash command
/ava:ava-connectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Voice conversations through the ava.dev cloud platform. Connect an AI coding assistant to voice clients (iOS app, web app) without running local STT/TTS services.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
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.
Structures git workflow practices for committing, branching, resolving conflicts, and organizing work across parallel streams. Use when making any code change.
Share bugs, ideas, or general feedback.
Voice conversations through the ava.dev cloud platform. Connect an AI coding assistant to voice clients (iOS app, web app) without running local STT/TTS services.
Agents (Cursor, Claude Code, Factory, or other MCP hosts) connect via MCP to ava.dev. Clients (iOS app, web app) connect via WebSocket. The platform routes voice messages between them.
Add to your MCP host configuration:
{
"mcpServers": {
"ava-dev": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://ava.dev/mcp"]
}
}
}
Note: This is separate from local Ava. Local Ava uses HTTP transport on port 8765:
{
"mcpServers": {
"ava": {
"type": "http",
"url": "http://127.0.0.1:8765/mcp"
}
}
}
When you first use a Connect tool, your MCP host will prompt for OAuth authentication. Sign in with your ava.dev account.
Open the iOS app or web dashboard (ava.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 |