haggle: Command for Claude Code

.claude/commands/hassfest.md

hassfest is a command for Claude Code from NaanyaBiz/haggle. It costs 0 tokens per session (304 once invoked), scanned A, original, Apache-2.0.

A command for running Home Assistant's hassfest validation on a custom integration. Home Assistant is a home-automation platform, and a custom integration connects it to a device or service.

In plain words
What is it for?
Use it after changing a Home Assistant integration's manifest, translations, configuration flow, or related files to validate the integration locally or inspect its CI result.
Why use it?
It catches required-file, metadata, translation, configuration-flow, version, and ownership errors before or during continuous integration checks. This reduces failures during integration review.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is NaanyaBiz/haggle's own configuration. It tells Claude Code how to work on haggle itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything haggle configures →

Reuse

Borrowing it

Nothing to install: this file belongs to NaanyaBiz/haggle. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/NaanyaBiz/haggle/main/.claude/commands/hassfest.md
Clone the repo
git clone --depth 1 https://github.com/NaanyaBiz/haggle

Made for: Claude Code.

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 hassfest

README.md
[![agentmods](https://agentmods.dev/badge/commands/naanyabiz/haggle/hassfest.svg)](https://agentmods.dev/commands/naanyabiz/haggle/hassfest)
Your own site
<a href="https://agentmods.dev/commands/naanyabiz/haggle/hassfest"><img src="https://agentmods.dev/badge/commands/naanyabiz/haggle/hassfest.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 304 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.00000 $0.00304
Opus 5 $0.00000 $0.00152
Sonnet 5 $0.00000 $0.00061
Haiku 4.5 $0.00000 $0.00030

Measured 3d ago against content hash baad7dec6438, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

hassfest 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 3d 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.

.claude/commands/hassfest.md · 38 lines

What it actually says

/hassfest

Validate the integration against Home Assistant's hassfest rules.

What this does

hassfest is the Home Assistant tool that validates custom integrations. It runs in CI via the official home-assistant/actions/hassfest@master GitHub Action. There are two ways to run it locally:

Option 1: Docker (recommended for ad-hoc checks)

docker run --rm \
  -v "$(pwd)/custom_components:/github/workspace/custom_components:ro" \
  ghcr.io/home-assistant/home-assistant:dev \
  python -m script.hassfest --action validate \
  --integration-path /github/workspace/custom_components/haggle

Option 2: Check CI instead

gh run list --branch $(git rev-parse --abbrev-ref HEAD) --workflow hassfest.yml --limit 5

Then follow the link to the failing check for details.

Common hassfest failures

  • manifest.json missing a required field (check docs at developers.home-assistant.io)
  • strings.json keys not matching translations/en.json
  • config_flow key true but no config_flow.py class
  • Version not semver
  • codeowners not a list of GitHub handles starting with @

When to run

Run after any change to manifest.json, strings.json, translations/en.json, or config_flow.py.

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. 3d ago First seen · 38 lines · 0 tokens per session scan A baad7dec6438

Subscribe to this mod's changes

hassfest is a command published in the GitHub repository NaanyaBiz/haggle (13 stars, last pushed 5d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 304 tokens. 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-04.