ha-setup-house

ha-setup-house is a skill for Claude Code from gtapps/claude-code-hermit. It costs 51 tokens per session (1,024 once invoked), scanned A, original, MIT.

A guided setup tool for a Home Assistant home. It inventories rooms, devices, entities, and helpers, then helps create missing areas and starter automations.

In plain words
What is it for?
It helps create rooms, assign devices and entities, add helper objects, and prepare basic automations.
Why use it?
It reduces the manual effort and mistakes involved in organizing a new or changing smart-home installation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-code-homeassistant-hermit plugin — 18 skills, 3 agents shipped together

Good fit It helps create rooms, assign devices and entities, add helper objects, and prepare basic automations.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add gtapps/claude-code-hermit
Claude Code
/plugin install claude-code-homeassistant-hermit

Made for: Claude Code.

Or install claude-code-homeassistant-hermit, the plugin that ships this one along with the rest of its 18 skills, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ha-setup-house

README.md
[![agentmods](https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/ha-setup-house.svg)](https://agentmods.dev/skills/gtapps/claude-code-hermit/ha-setup-house)
Your own site
<a href="https://agentmods.dev/skills/gtapps/claude-code-hermit/ha-setup-house"><img src="https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/ha-setup-house.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,024 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.01024
Opus 5 $0.00026 $0.00512
Sonnet 5 $0.00010 $0.00205
Haiku 4.5 $0.00005 $0.00102

Measured 3d ago against content hash a74e9c62223c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ha-setup-house scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude-code-homeassistant-hermit/skills/ha-setup-house/SKILL.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Set Up Your House

Guided build-out of your Home Assistant house structure. Each step runs existing ha-agent-lab commands — no new subsystem. Every write is gated by ha_safety_mode (strict = proposal, ask = --confirm prompt).

Steps

1. Take inventory

Run all four in parallel and present a summary:

${CLAUDE_PLUGIN_ROOT}/bin/ha-agent-lab ha list-areas
${CLAUDE_PLUGIN_ROOT}/bin/ha-agent-lab ha list-entities --registry
${CLAUDE_PLUGIN_ROOT}/bin/ha-agent-lab ha list-devices
${CLAUDE_PLUGIN_ROOT}/bin/ha-agent-lab ha list-helpers

Report:

  • Number of areas, entities, devices, and helpers found
  • Entities with no area assigned (unplaced)
  • Devices with no area assigned (unplaced)
  • Whether a context snapshot exists at .claude-code-hermit/raw/snapshot-ha-normalized-latest.json

2. Create areas

Ask: "Which rooms or zones would you like to create? (e.g. Living Room, Kitchen, Bedroom 1)"

For each area the operator names:

  1. Check the list-areas output — skip if the area already exists (case-insensitive match on name).
  2. Run: ${CLAUDE_PLUGIN_ROOT}/bin/ha-agent-lab ha create-area "<name>" [--confirm]
  3. Handle the result:
    • "ok": true — created; confirm to operator.
    • "requires_confirm": trueha_safety_mode is ask; prompt operator, re-run with --confirm on approval.
    • "blocked": trueha_safety_mode is strict; explain and create a proposal via /claude-code-hermit:proposal-create.

After creating all areas, re-run ha list-areas and store the updated area map.

3. Assign unplaced entities

From the unplaced entity list (step 1), ask the operator which entities to assign and to which area.

For each assignment:

${CLAUDE_PLUGIN_ROOT}/bin/ha-agent-lab ha set-entity-area <entity_id> --area <area_id> [--confirm]

Use the area_id from the list-areas output, not the display name.

Handle requires_confirm / blocked the same as step 2.

4. Assign unplaced devices

From the unplaced device list (step 1), follow the same pattern:

Read the full file on GitHub · 115 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 115 lines · 51 tokens per session scan A a74e9c62223c

Subscribe to this mod's changes

ha-setup-house is a skill published in the GitHub repository gtapps/claude-code-hermit (74 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 1,024 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

kicad-jlcpcb-workflow

Use this skill when the user asks to "design a PCB", "make a board", "build a PCB project", "order from JLCPCB", "create a schematic", "source LCSC parts", "wire up a board", "generate a PCB from a BOM", or any KiCad + JLCPCB workflow. Also use when working with .kicadpro or .kicadpcb files. Phase 1.6 handles project…

BeckhamLabsLLC/kicad-jlcpcb · 145 tokens

especialista-em-engenharia-de-hardware

Especialista em Engenharia de Hardware. Use para design eletrônico, microcontroladores, PCB, firmware embarcado, sinais, energia e prototipagem. Palavras-chave: hardware, eletrônica, microcontrolador, PCB, embarcado, firmware, Arduino.

euwebertdefreitas/ai-skills-for-claude-code · 63 tokens

qector-hardware-engineer

Physical-layer quantum circuits, detector-error-model preparation, qLDPC reasoning, and honest target-device hardware reporting for QECTOR. The bundled library MCP server is app-free; the companion bench server adds DEM inspection, DEM collapse, code-family introspection, and hardware probes (all Provisional).…

GuillaumeLessard/qector-claude-plugin · 103 tokens

jensen-skills

Invoke Jensen Huang — Hardware & AI Infrastructure. Use for AI infrastructure planning, GPU and data center strategy, compute TCO analysis, and build-vs-buy decisions. Sets Claude into the Jensen Huang persona for the current conversation.

markusbegerow/board-of-directors · 50 tokens

actual-setup

Set up Actual Computer (actual.inc) inference in Hermes.

NousResearch/hermes-agent · 16 tokens

cco-tools

Show what tools actually cost in tokens — learned per-tool averages from observed results, replacing the hardcoded MCP/Agent guesses.

egorfedorov/claude-context-optimizer · 27 tokens