voice-router-multi-agent

Route voice commands to AI agents by wake words.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tangzheng202202/hermes-skills --skill voice-router-multi-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-router-multi-agent
Source: https://github.com/tangzheng202202/hermes-skills/tree/main/07-smart-home/smart-home/voice-router-multi-agent
Command: npx skills add https://github.com/tangzheng202202/hermes-skills --skill voice-router-multi-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route voice commands to multiple AI agents based on wake words, enabling seamless cross-agent orchestration without manual switching.

Core Features & Use Cases

  • Centralized wake-word routing to Hermes CLI, OpenClaw, Ollama, and Home Assistant.
  • Lightweight adapters and configuration for adding new agents.
  • Use cases include hands-free smart-home control and multi-agent task routing in an office setup.

Quick Start

Power up the system and say a wake word to route a command to the intended AI agent.

Frequently Asked Questions about voice-router-multi-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route voice commands to multiple AI agents using wake words?

Wake-word routing detects specific trigger phrases and directs the voice command to a configured AI agent like Hermes, Ollama, or Home Assistant. The system uses pluggable adapters and a configuration file to map each wake word to its corresponding CLI-backed tool.

Can I use this to control Home Assistant and Ollama hands-free in a smart home?

Yes, this system targets smart home and office setups, enabling hands-free control and multi-agent orchestration. It supports routing voice commands directly to Home Assistant and Ollama using their respective wake words.

How do I add a new AI agent to my wake-word voice routing setup?

You can add a new AI agent by configuring a lightweight adapter and updating the configuration file. The pluggable adapter architecture allows you to define new wake words and connect them to additional CLI-backed tools.

Does voice-router-multi-agent require Docker to run?

Docker is not strictly required, as the core routing logic and adapters operate via CLI-backed tools and a configuration file. However, the system includes optional docker-compose services for users who want containerized deployment.

What is the best way to orchestrate cross-agent tasks without manual switching?

The best way to orchestrate cross-agent tasks without manual switching is to implement centralized wake-word routing. By assigning a unique wake word to each AI agent, the system automatically directs voice commands to the correct target.