homeassistant-assist
Installation
SKILL.md
Home Assistant Assist
Control smart home devices by passing natural language to Home Assistant's Assist (Conversation) API. Fire and forget — trust Assist to handle intent parsing, entity resolution, and execution.
When to Use This Skill
Use this skill when the user wants to control or query any smart home device. If it's in Home Assistant, Assist can handle it.
How It Works
Pass the user's request directly to Assist:
curl -s -X POST "$HASS_SERVER/api/conversation/process" \
-H "Authorization: Bearer $HASS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"text": "USER REQUEST HERE", "language": "en"}'