homeassistant-ops
Installation
SKILL.md
Home Assistant Ops
Use this skill as the operator's playbook for making bulk, reviewable changes to a Home Assistant instance without SSHing into the host.
Requires Node.js 22+ (uses built-in fetch + WebSocket; no npm deps).
Default workflow (plan -> apply -> validate)
- Inventory the current state (API) and/or registries (backup).
- Propose an explicit change set (entity_ids, names, automation ids, etc).
- Apply via API with validation (small batches, dry-run first).
- Smoke-test the specific behavior (traces + event tail).
- Record a timestamped log + a rollback mapping.
- (Optional) Snapshot before/after for diff/rollback.
Setup
Set environment variables (never pass tokens on the command line):