plugins marketplace
← All plugins

home-assistant-manager

v1.1.0

Expert-level Home Assistant configuration management: deploy workflows, SSH/hass-cli access, automation verification, and Lovelace dashboard development

Claude Code1 skill

by komal-SkyNETMIT772updated 1 month ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

home-assistant-manager/
├── .claude-plugin/plugin.json
└── skills/home-assistant-manager/SKILL.md

Skills1

home-assistant-managerskills/home-assistant-manager/SKILL.md

Manage Home Assistant configuration safely and fast — edit and deploy YAML (automations, blueprints, scripts, scenes, templates, MQTT), validate with ha core check, deploy via git or rapid scp, reload-vs-restart correctly, verify changes from logs, traces and entity state, and build Lovelace dashboards. Use for any Home Assistant config, automation, template, or dashboard work over SSH/hass-cli/MCP.

Manifests1

.claude-plugin/plugin.json
{
  "name": "home-assistant-manager",
  "version": "1.1.0",
  "description": "Expert-level Home Assistant configuration management: deploy workflows, SSH/hass-cli access, automation verification, and Lovelace dashboard development",
  "author": {
    "name": "komal-SkyNET"
  },
  "homepage": "https://github.com/komal-SkyNET/claude-skill-homeassistant",
  "repository": "https://github.com/komal-SkyNET/claude-skill-homeassistant",
  "license": "MIT",
  "keywords": [
    "home-assistant",
    "smart-home",
    "lovelace",
    "automation",
    "yaml",
    "iot"
  ]
}