plugins/claude-code-homeassistant-hermit/skills/ha-house-status/SKILL.md
Get a quick live status of the house via MCP. Shows lights, covers, climate, presence, and notable states. Use when the operator asks about house state.
npx skillsauth add gtapps/claude-code-hermit ha-house-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
GetDateTime for current time and date.GetLiveContext for the live house snapshot.## HA hermit section) for all output..claude-code-hermit/raw/snapshot-ha-normalized-latest.json modification time. If older than 24 hours or missing, append a warning to the status output:
"Context snapshot is stale — run
/claude-code-homeassistant-hermit:ha-refresh-contextfor accurate entity data."
Keep the summary concise. Use bullet points. Group by area if the house has distinct areas. Highlight anything that looks unusual or worth investigating.
data-ai
Initializes or resumes a work session. Loads context from OPERATOR.md and SHELL.md, orients the agent, and establishes what to work on. Use at the beginning of every work session.
tools
Evolves hermit configuration and templates after a plugin update. Detects version gaps, presents new features, walks through new settings. Run after updating the plugin.
testing
Initializes the autonomous agent in the current project. Creates the state directory, templates, OPERATOR.md, and config.json. Appends session discipline to CLAUDE.md. Detects installed hermits. Run once per project, like git init.
tools
Generates Docker scaffolding and walks the operator through the full deployment — token setup, build, start, MCP plugin configuration, workspace trust, and verification. Offers to back up and overwrite existing Docker files. Run after /hatch.