k5njm/voice-agent-router
HA custom integration: voice agent with local fast-path routing and cloud LLM fallback via OpenRouter
Platform-specific configuration:
{
"mcpServers": {
"voice-agent-router": {
"command": "npx",
"args": [
"-y",
"voice-agent-router"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/k5njm/voice-agent-router/actions/workflows/ci.yml) [](https://hacs.xyz) [](LICENSE)
A Home Assistant custom integration that provides an intelligent voice assistant with local fast-path routing for common commands (works offline) and cloud LLM fallback via OpenRouter for complex queries. Supports MCP server integration and a YAML-based skill system.
Voice Input
|
v
+-----------------------+
| Conversation Entity |
+-----------------------+
|
v
+-----------------------+ match +------------------+
| Intent Router | -----------> | Local Execution |
| (regex fast-path) | | (HA service call)|
+-----------------------+ +------------------+
| no match
v
+-----------------------+ match +------------------+
| Skill Loader | -----------> | Skill ExecutLoading reviews...