🏠
Automation

Home Assistant Manager

by komal-SkyNET

Home Assistant Manager is an Automation skill for Claude Code, published by komal-SkyNET in claude-skill-homeassistant.

934 stars53 forkson komal-SkyNET/claude-skill-homeassistantAdded 2026/08/22+20% in starsRepository updated 2026/07/04
agentic-aiai-agentsautomationclaude-codehome-assistant
Install in seconds
Install Home Assistant Manager
Copy Home Assistant Manager into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/komal-SkyNET/claude-skill-homeassistant/tree/main/skills/home-assistant-manager ~/.claude/skills/home-assistant-manager

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/komal-SkyNET/claude-skill-homeassistant.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/home-assistant-manager/SKILL.md in komal-SkyNET/claude-skill-homeassistant
Installs to
~/.claude/skills/home-assistant-manager
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What Home Assistant Manager does

Home Assistant Manager edits and deploys Home Assistant YAML for automations, scripts, scenes, templates, MQTT, and dashboards. Use it to validate changes, reload or restart the right parts, and verify results from logs and entity state.

Home Assistant Manager is cataloged under Automation on DirSkills. Home Assistant Manager comes from a repository tagged agentic-ai, ai-agents, automation, claude-code and home-assistant.

Documentation

README

Home Assistant Manager

Operate a remote Home Assistant instance precisely: make a change, get it live, prove it worked. Optimize for the fewest safe round-trips.

Assumptions

  • The repo you're editing is the HA /config dir, git-connected to the instance. Edits aren't live until pulled on the instance.
  • root@homeassistant.local in examples is a placeholder. Resolve the real user/host once (project CLAUDE.md, ~/.ssh/config, or ask) and if it isn't recorded in the project CLAUDE.md yet, add it so future sessions skip this step.
  • Access via one or more of: hass-cli (REST), SSH ha, or an MCP server (see below).
  • Only edit .yaml/.yml/.md. Never read/write .env or secrets.yaml; use !secret.

This is the opening of the README. Read the full README on GitHub.

Commands Home Assistant Manager provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /config

Frequently asked about Home Assistant Manager

  • How does Home Assistant Manager compare to other Automation skills?

    Home Assistant Manager ranks #895 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Home Assistant Manager against them. Open each page to compare what they document and how they install.