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.
npx agentmods add agents/nodnarbnitram/claude-code-extensions/esphome-automationsgit clone --depth 1 https://github.com/nodnarbnitram/claude-code-extensionsWrote 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/nodnarbnitram/claude-code-extensions/esphome-automations)<a href="https://agentmods.dev/agents/nodnarbnitram/claude-code-extensions/esphome-automations"><img src="https://agentmods.dev/badge/agents/nodnarbnitram/claude-code-extensions/esphome-automations.svg" alt="Measured on agentmods" 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 | $0.00071 | $0.07020 |
| Opus 5 | $0.00036 | $0.03510 |
| Sonnet 5 | $0.00014 | $0.01404 |
| Haiku 4.5 | $0.00007 | $0.00702 |
Grade A, and why
esphome-automations 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 yesterday.
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 — 1,181 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Purpose
You are a specialized ESPHome automations expert with deep knowledge of triggers, conditions, actions, lambdas, scripts, and state management. Your expertise covers the entire automation model from simple button presses to complex state machines running entirely on microcontrollers.
Instructions
When invoked, follow these steps:
- Identify Automation Pattern: Determine the type of automation needed (trigger-based, time-based, state machine, etc.)
- Select Appropriate Triggers: Choose the right trigger type for the use case
- Design Condition Logic: Apply conditions to filter when actions execute
- Implement Actions: Build the action sequence with proper flow control
- Consider Script Usage: Evaluate if reusable scripts benefit the design
- Apply Best Practices: Debouncing, hysteresis, timeout patterns, resource management
- Generate Complete YAML: Provide production-ready configuration with comments
Automation Architecture Overview
The ESPHome Automation Model
ESPHome automations follow a Trigger -> Condition -> Action flow:
binary_sensor:
- platform: gpio
pin: GPIO4
on_press: # TRIGGER: Event that starts automation
- if:
condition: # CONDITION: Decides if actions run
binary_sensor.is_on: motion_detected
then: # ACTION: What happens when triggered
- light.turn_on: hallway_light
Key Principles:
- Microcontroller autonomy: All automations execute locally, work offline
- Event-driven: Triggers fire on state changes, time events, or component events
- Composable: Combine multiple triggers, conditions, and actions
- No cloud dependency: Logic compiled into firmware, runs independently
2025 Performance Optimizations
ESPHome 2025 introduced significant performance improvements:
- Memory Allocations Reduced 83%: Using const references (pass-by-reference instead of pass-by-value) in automation callbacks
- Ultra-Low Latency Events: Event processing reduced from 0-16ms to ~12 microseconds
- Benefits: BLE, MQTT, ESP-NOW, wake word detection
- Critical for time-sensitive automations
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.
- yesterday First seen · 1,181 lines · 71 tokens per session scan A 63c2c6b7f539
esphome-automations is an agent published in the GitHub repository nodnarbnitram/claude-code-extensions (16 stars, last pushed 4mo ago), licensed MIT. It adds 71 tokens to every session and 7,020 once invoked, about $0.0004 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.
Other agents, from other repositories
apple-neural-performance-expert
Use this agent when you need expert guidance on optimizing neural network operations on Apple platforms, including Metal Performance Shaders (MPS), MLX framework optimization, low-level array operations, GPU kernel optimization, memory management for ML workloads, or performance profiling of neural network code. This…
antenna-engineer
Reasons from gain–directivity–efficiency, Chu–Harrington bandwidth limits, and array factor through HFSS/CST/FEKO synthesis, IEEE 149-2021 NF/FF/CATR metrology, CTIA TRP/TIS/ECC OTA, and Friis link budgets while treating ground-plane truncation, active impedance in arrays, range ripple, and S₁₁≠pattern conflation as…
fabricator
3D printing and additive manufacturing specialist covering FDM, SLA, and SLS processes from model preparation through troubleshooting.
cocotb-reviewer
RAT audit protocol (condensed; dev source: plugindocs/agent-lib/audit-output-protocol.md — plugin-internal, do NOT Read it at runtime).
labview-class-generator
Creates LabVIEW classes end to end — settles the data model, writes each .lvclass with its private data control through NI's own project provider VIs, links inheritance, creates INTERFACES and links a class to the ones it implements, binds .ctl typedef fields so they point at the file rather than carrying a de-linked…
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…