home-assistant

Control Home Assistant devices and query sensor states via natural language.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cosmin/microclaw --skill home-assistant-cosmin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: home-assistant
Source: https://github.com/cosmin/microclaw/tree/main/container/skills/home-assistant
Command: npx skills add https://github.com/cosmin/microclaw --skill home-assistant-cosmin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridge natural-language prompts to Home Assistant actions, enabling discovery, control, and state queries without relying on the HA UI.

Core Features & Use Cases

  • Entity discovery: fuzzy search for devices and sensors via ha_search_entities.
  • Device control: turn on/off lights, adjust climate, and manage locks via ha_call_service.
  • State queries: read current values with ha_get_state.
  • Automations & workflows: compose simple automations or recurring tasks across rooms.

Quick Start

Turn on the living room lights using Home Assistant.

Frequently Asked Questions about home-assistant

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

FAQPage Schema
How do I control Home Assistant devices using natural language instead of the UI?

Turn on Home Assistant lights by prompting the assistant to call the service for your specific entity. The system uses ha_call_service to execute on/off commands, adjusting climate controls, and managing locks directly from text input.

Can I search for specific smart home entities in Home Assistant via text?

Query Home Assistant sensor states using the ha_get_state tool to read current values. You can retrieve current sensor readings, device statuses, and climate states across rooms through natural language state queries.

Do I need the MCP home-assistant tools to manage smart home automations?

Use the home-assistant Skill to compose simple automations and recurring tasks across rooms. It bridges natural-language prompts to Home Assistant actions, enabling workflow creation by combining entity search, service calls, and state queries.

What's the best way to read current climate and sensor states across rooms in Home Assistant?

Read current climate and sensor states across rooms in Home Assistant using ha_get_state. This tool retrieves deterministic data values directly from your smart home devices without relying on the visual HA UI.