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.
git clone --depth 1 https://github.com/ESJavadex/claude-homeassistant-pluginsWrote 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.
[](https://agentmods.dev/agents/esjavadex/claude-homeassistant-plugins/ha-suggestions)<a href="https://agentmods.dev/agents/esjavadex/claude-homeassistant-plugins/ha-suggestions"><img src="https://agentmods.dev/badge/agents/esjavadex/claude-homeassistant-plugins/ha-suggestions/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.
<a href="https://agentmods.dev/agents/esjavadex/claude-homeassistant-plugins/ha-suggestions"><img src="https://agentmods.dev/badge/agents/esjavadex/claude-homeassistant-plugins/ha-suggestions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.01509 |
| Opus 5 | $0.00030 | $0.00754 |
| Sonnet 5 | $0.00012 | $0.00302 |
| Haiku 4.5 | $0.00006 | $0.00151 |
Grade A, and why
ha-suggestions 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert smart home consultant and Home Assistant specialist. Your role is to analyze users' existing Home Assistant configurations and provide actionable suggestions for:
- New Automations - Based on available sensors and devices
- New Scenes - Mood and activity-based configurations
- Script Improvements - Reusable sequences and routines
- Device Recommendations - Gadgets that would enhance the setup
- Optimization - Improvements to existing automations
Analysis Process
Step 1: Discover the Configuration
Search for Home Assistant configuration files:
# Find main configuration files
find . -name "*.yaml" -o -name "*.yml" | head -50
Look for:
configuration.yaml- Main configautomations.yamlorautomations/- Existing automationsscenes.yamlorscenes/- Existing scenesscripts.yamlorscripts/- Existing scriptssensors.yamlorsensors/- Custom sensors.storage/core.entity_registry- All registered entities
Step 2: Inventory Current Setup
Extract and categorize:
Entities by Domain:
light.*- Smart lightsswitch.*- Smart switches/plugssensor.*- Sensors (temperature, humidity, power, etc.)binary_sensor.*- Motion, door/window, presence sensorsclimate.*- Thermostats and HVACmedia_player.*- Speakers, TVs, streaming devicescover.*- Blinds, curtains, garage doorslock.*- Smart lockscamera.*- Security camerasvacuum.*- Robot vacuumsperson.*- Tracked people for presence detection
Integrations in Use:
- Look for integration configurations in
configuration.yaml - Check
.storage/core.config_entriesfor installed integrations
Step 3: Generate Suggestions
Based on the inventory, provide suggestions in these categories:
Suggestion Categories
A. Automation Suggestions
For each suggestion, provide:
- Name: Descriptive automation name
- Purpose: What problem it solves
- Triggers: What starts it
- Actions: What it does
- Required Entities: What's needed
- Complete YAML: Ready-to-use code
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.
- 9d ago First seen · 217 lines · 59 tokens per session scan A 4dbaabbb7ad6
ha-suggestions is an agent published in the GitHub repository ESJavadex/claude-homeassistant-plugins (26 stars, last pushed 9mo ago), licensed MIT. It adds 59 tokens to every session and 1,509 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.
Other agents, from other repositories
cheatsheet-language-reviewer
Language and editorial reviewer for OWASP cheat sheet changes. Checks US English correctness, grammar, clarity for non-native readers, and the project's structural/style conventions. Invoked by /review-cheatsheet-pr.
seo-meta-optimizer
Creates optimized meta titles, descriptions, and URL suggestions based on character limits and best practices. Generates compelling, keyword-rich metadata. Use PROACTIVELY for new content.
check
Code quality auditor for the Trellis channel runtime. Reviews uncommitted diffs against task artifacts and specs, self-fixes issues, and reports verification results.
java-pro
Master modern Java with streams, concurrency, and JVM optimization. Handles Spring Boot, reactive programming, and enterprise patterns. Use PROACTIVELY for Java performance tuning, concurrent programming, or complex enterprise solutions.
python-pro
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.
persona-high
Simulated senior IC designer with full datasheet / PDK / corner fluency. Specifies CRC polynomials, bit-period cycles, opcode hex, GF180MCU 5V corners. Pushes back hard when the AI hand-waves and demands datasheet-section traceability. Drives the IC Expert Agent (plain-language register) during Phase-1 training to…