homeassistant-config

homeassistant-config is a skill for Claude Code from ESJavadex/claude-homeassistant-plugins. It costs 60 tokens per session (3,757 once invoked), scanned A, original, MIT.

A skill for creating and managing Home Assistant YAML files, which configure a home-automation system.

In plain words
What is it for?
It helps create automations, scripts, templates, blueprints, and Lovelace dashboards, organize YAML files, and find duplicate or conflicting configuration.
Why use it?
It gives structured help for maintaining automations, scripts, sensors, dashboards, and related configuration without handling each file from scratch.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the homeassistant-config plugin — 1 skill, 1 command, 1 agent shipped together

Good fit It helps create automations, scripts, templates, blueprints, and Lovelace dashboards, organize YAML files, and find duplicate or conflicting configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/esjavadex/claude-homeassistant-plugins/homeassistant-config
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ESJavadex/claude-homeassistant-plugins --skill homeassistant-config
Clone the repo
git clone --depth 1 https://github.com/ESJavadex/claude-homeassistant-plugins

Made for: Claude Code.

Or install homeassistant-config, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 agent.

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 homeassistant-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/esjavadex/claude-homeassistant-plugins/homeassistant-config/github.svg)](https://agentmods.dev/skills/esjavadex/claude-homeassistant-plugins/homeassistant-config)
Your own site
<a href="https://agentmods.dev/skills/esjavadex/claude-homeassistant-plugins/homeassistant-config"><img src="https://agentmods.dev/badge/skills/esjavadex/claude-homeassistant-plugins/homeassistant-config/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for homeassistant-config

Your own site · 80×15
<a href="https://agentmods.dev/skills/esjavadex/claude-homeassistant-plugins/homeassistant-config"><img src="https://agentmods.dev/badge/skills/esjavadex/claude-homeassistant-plugins/homeassistant-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,757 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.00060 $0.03757
Opus 5 $0.00030 $0.01878
Sonnet 5 $0.00012 $0.00751
Haiku 4.5 $0.00006 $0.00376

Measured 11d ago against content hash 91fdd74a0e89, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

homeassistant-config 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 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/check_config.py, scripts/find_duplicates.py, scripts/lovelace_validator.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

homeassistant-config/skills/homeassistant-config/SKILL.md · 673 lines

How it starts

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

Home Assistant Configuration Skill

Create and manage Home Assistant YAML configuration files including automations, scripts, templates, blueprints, and file organization.

Slash Commands

Command Description
/ha-find-duplicates [path] Find duplicate automations and scripts in configuration

/ha-find-duplicates

Scans Home Assistant configuration files to find:

  • Exact duplicates: Automations/scripts with identical triggers and actions
  • Similar items: Items with 80%+ similarity (name, entities, structure)
  • Trigger conflicts: Multiple automations responding to the same trigger

Usage: /ha-find-duplicates /path/to/config or /ha-find-duplicates for current directory.

Subagents

Agent Description
ha-suggestions Smart home improvement advisor for automations, scenes, and device recommendations

ha-suggestions

A proactive smart home consultant that analyzes your Home Assistant configuration and provides personalized suggestions for:

  • New Automations: Motion lighting, presence detection, time-based routines, energy saving
  • New Scenes: Movie night, morning energy, dinner time, work from home, party mode
  • Script Improvements: Reusable sequences and parameterized routines
  • Device Recommendations: Sensors, switches, and integrations to enhance your setup
  • Optimization: Consolidation, trigger efficiency, mode usage, blueprint conversion

The agent automatically discovers your configuration files, inventories entities by domain (lights, sensors, climate, etc.), and generates prioritized suggestions with complete, ready-to-use YAML code.

Validation Scripts

This skill includes scripts to validate and analyze Home Assistant configurations.

YAML Validator

Validates YAML syntax and checks for common HA issues (tabs, unquoted booleans, deprecated syntax):

python3 {baseDir}/scripts/validate_yaml.py /path/to/config.yaml
python3 {baseDir}/scripts/validate_yaml.py /path/to/config.yaml --strict

Read the full file on GitHub · 673 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. 11d ago First seen · 673 lines · 60 tokens per session scan A 91fdd74a0e89

Subscribe to this mod's changes

homeassistant-config is a skill published in the GitHub repository ESJavadex/claude-homeassistant-plugins (26 stars, last pushed 9mo ago), licensed MIT. It adds 60 tokens to every session and 3,757 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-08-30.

Related

Other skills, from other repositories

pkpd-modeling

Pharmacokinetic and pharmacodynamic modelling and simulation - non-compartmental analysis, compartmental and population PK, PK/PD and exposure-response, TMDD, PBPK orientation, bioequivalence, allometric scaling and first-in-human dose, drug interaction prediction, and Bayesian therapeutic drug monitoring. Use when…

K-Dense-AI/scientific-agent-skills · 273 tokens

biopython

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use…

K-Dense-AI/scientific-agent-skills · 76 tokens

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens

neuropixels-analysis

Analyze Neuropixels extracellular recordings end-to-end with SpikeInterface. Covers loading SpikeGLX/Open Ephys/NWB data, preprocessing, drift/motion correction, Kilosort4 (and CPU) spike sorting, quality metrics, and unit curation (threshold-based, model-based UnitRefine, and AI-assisted visual review). Use when…

K-Dense-AI/scientific-agent-skills · 98 tokens

onekgpd

Query the 1000 Genomes Project dataset (3,202 whole-genome-sequenced individuals, GRCh38) at the level of individual participants. Use when a question is about individuals or variants in the 1000 Genomes Project cohort: which individuals carry variants matching specific criteria in a gene or region, which individuals…

K-Dense-AI/scientific-agent-skills · 143 tokens

pydicom

Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.

K-Dense-AI/scientific-agent-skills · 56 tokens