From ha-nova
Use when organizing Home Assistant areas, floors, labels, categories, and entity/device metadata through HA NOVA Relay.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ha-nova:organizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Organization and registry metadata only:
Organization and registry metadata only:
Not in scope:
For those surfaces, hand off to ha-nova:fallback.
Verify relay CLI: ha-nova relay health
If this fails: ha-nova setup
Use file-based WS requests only:
ha-nova relay ws --data-file <payload-file>ha-nova relay ws --data-file <payload-file> --out <result-file>Registry commands owned here:
config/area_registry/list|create|update|deleteconfig/floor_registry/list|create|update|deleteconfig/label_registry/list|create|update|deleteconfig/category_registry/list|create|update|deleteconfig/entity_registry/get|list|updateconfig/device_registry/list|updateUse search/related when a delete needs a quick impact preview on linked items.
listscopeconfig/category_registry/list|create|update|delete without scopeconfig/entity_registry/get when the entity_id is knownconfig/device_registry/list and match by current name or linked entitiesname, floor_id, icon, picture, aliasesname, level, icon, aliasesname, color, icon, descriptionname, icon, exact scopecategories: {"<scope>":"<category_id>"}categories: {"<scope>": null}categories: {} when the goal is to clear one existing scoped categoryconfirm:<token>Use only exposed metadata fields:
name, new_entity_id, area_id, labels, categories, disabled_by, hidden_by, aliasesname_by_user, area_id, labels, disabled_byDo not guess unsupported fields.
TargetCurrent metadataRequested changeImpact for deletesVerificationNext stepDefault to a compact field summary, not raw registry JSON.
ha-nova:fallback.npx claudepluginhub markusleben/ha-nova --plugin ha-novaSearches and resolves Home Assistant entities by name, room, or domain via HA NOVA Relay. Read-only entity registry lookups for discovery before mutations.
References Home Assistant entity structure, common domains, IDs, device classes, customizations, template entities, groups, and naming conventions.
Provides best practices for Home Assistant automations, helpers, scripts, and dashboards. Guides on avoiding templates, using native constructs, and safe refactoring.