Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add gtapps/claude-code-hermit/plugin install claude-code-homeassistant-hermitWrote 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/skills/gtapps/claude-code-hermit/ha-morning-brief)<a href="https://agentmods.dev/skills/gtapps/claude-code-hermit/ha-morning-brief"><img src="https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/ha-morning-brief/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/skills/gtapps/claude-code-hermit/ha-morning-brief"><img src="https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/ha-morning-brief.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.00035 | $0.02485 |
| Opus 5 | $0.00017 | $0.01242 |
| Sonnet 5 | $0.00007 | $0.00497 |
| Haiku 4.5 | $0.00003 | $0.00248 |
Grade A, and why
ha-morning-brief 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 7d 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 — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
HA Morning Brief
A house-focused morning brief that combines live HA state with hermit session context. Designed to run as the morning-brief routine at start of day.
When both claude-code-hermit and claude-code-homeassistant-hermit are installed and morning-brief is enabled, this skill subsumes /claude-code-hermit:brief --morning — operators should disable the core morning routine to avoid duplicate notifications. For hermits without HA, /claude-code-hermit:brief --morning remains the standalone path.
Steps
-
Time & context — Call
GetDateTimefor current time. Read.claude-code-hermit/OPERATOR.mdfor priorities and language preferences. -
Fetch overnight history: Run
${CLAUDE_PLUGIN_ROOT}/bin/ha-agent-lab ha fetch-history --window-days 1. On non-zero exit, log a single line to SHELL.md## Monitoring(history fetch failed: <stderr first line>) and skip theOvernight:section entirely — no fallback wording in the brief. On success, read.claude-code-hermit/raw/snapshot-ha-history-1d-latest.json. -
Live house snapshot — Call
GetLiveContext. Extract and organize:- Presence (who is home/away)
- Lights still on (unexpected at morning time?)
- Cover/blind positions
- Climate: indoor temps, HVAC mode
- Any devices unavailable or in error state
- Security: alarm state (read-only)
-
Overnight highlights (only when 1d history artifact is present): read
.claude-code-hermit/raw/snapshot-ha-normalized-latest.jsonforsilence_summary.silent_event_sensors, then surface 1–3 highlights for theOvernight:section using only honest signals:- Top-active entity between 00:00–06:00: scan
entity_aggregates[*].hour_histogram[0:7]for the highest sum across all entities. If any non-trivial activity (sum > 0), emit one line — e.g., "light.kitchen— 12 state changes between 00:00 and 06:00". - Stuck event sensors: from
silence_summary.silent_event_sensors, emit sensors still silent — e.g., "binary_sensor.motion_corridor— no events for 14 days". - HVAC duration: for each
climate.*entity, readstate_durationsfrom the history artifact. Ifstate_durations["heat"]orstate_durations["cool"]≥ 1800 seconds (30 min), emit one line — e.g., "climate.heat_pump— heated ~Xh overnight" where X is derived directly fromstate_durations. Never substitute event count for active hours.
- Top-active entity between 00:00–06:00: scan
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.
- 7d ago First seen · 125 lines · 35 tokens per session scan A f16aaf74d9a2
ha-morning-brief is a skill published in the GitHub repository gtapps/claude-code-hermit (74 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 2,485 once invoked, about $0.0002 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 skills, from other repositories
cco-budget
Configure token budget limits, auto-compact settings, and view current budget status (model-aware — Claude 5 lineup, Opus 5 default fallback, full 1M context at standard price).
cco-clean
Clean up old tracking data and reset statistics.
ccc-resume-session
Load the last saved session file from /.claude/sessions/ and orient fully before doing any work. Reads the complete file, formats a structured briefing (project,…
ccc-spawn
Click-first spawn hub — spin isolated work into its own session on demand: a spawntask chip in Cowork, a /spawn peer in the CLI. Also routes to $ccc-fleet or $ccc-relay.
scout-consolidation
Launch a Scout consolidation session as a background process. Runs a lighter delta scan — captures what changed since the last run and updates action items and KB.
scout-briefing
Launch a Scout morning briefing session as a background process. Auto-detects mode (morning briefing, consolidation, or weekend briefing) from the current time and day.