SkillHub

wyoming-clawdbot

v1.0.2

Wyoming Protocol bridge for Home Assistant voice assistant integration with Clawdbot.

Sourced from ClawHub, Authored by vglafirov

Installation

Please help me install the skill `wyoming-clawdbot` from SkillHub official store. npx skills add vglafirov/wyoming-clawdbot

Wyoming-Clawdbot

Bridge Home Assistant Assist voice commands to Clawdbot via Wyoming Protocol.

What it does

  • Receives voice commands from Home Assistant Assist
  • Forwards them to Clawdbot for processing
  • Returns AI responses to be spoken by Home Assistant TTS

Setup

  1. Clone and run the server:
git clone https://github.com/vglafirov/wyoming-clawdbot.git
cd wyoming-clawdbot
docker compose up -d
  1. Add Wyoming integration in Home Assistant:
  2. Settings → Devices & Services → Add Integration
  3. Search "Wyoming Protocol"
  4. Enter host:port (e.g., 192.168.1.100:10600)

  5. Configure Voice Assistant pipeline to use "clawdbot" as Conversation Agent

Requirements

  • Clawdbot running on the same host
  • Home Assistant with Wyoming integration
  • Docker (recommended) or Python 3.11+
  • GitHub: https://github.com/vglafirov/wyoming-clawdbot