con un clic
hass-claude
hass-claude contiene 2 skills recopiladas de benrowe, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Propose a better name for a Home Assistant device or entity, then rename it live and patch every consumer once approved. Input is a device name/id or an entity_id (e.g. light.lr_1, or a device name like "Living Room Plug 3"). This skill both proposes the rename and (once approved) applies it and patches consumers — it is not read-only. Trigger when the user wants to rename, rebrand, or fix a poorly-named device/entity.
Facilitate live testing/verification of Home Assistant automations, scripts, scenes, and entities by proposing acceptance criteria, setting up baseline state via service calls, asking the user to perform any real-world trigger, then asserting the outcome via live MCP queries (ha_get_state/ha_get_history/ha_get_automation_traces). Use this every time after making a persistent config change on the live HA instance (automation, script, scene, helper, entity edit) — verification happens before logging to CHANGELOG.md. Also use it standalone when the user wants to debug or diagnose why something isn't behaving as expected, with no config change involved — the test-setup-trigger-assert loop is identical either way. Trigger on phrases like "test this", "verify it works", "check if X happens", "why isn't X triggering", "debug this automation".