configure

configure is a skill for Claude Code from Edmonds-Commerce-Limited/claude-code-hooks-daemon. It costs 21 tokens per session (1,317 once invoked), scanned A, original, MIT.

An interactive configuration tool for a Hooks Daemon’s handlers, the pieces of code that respond to events. It can show settings and change whether handlers run, their priority, and their options.

In plain words
What is it for?
Use it to list handlers, inspect one handler, enable or disable it, change its priority, or set handler-specific options.
Why use it?
It avoids editing configuration files by hand and verifies changes by restarting the daemon automatically.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is ./bin/hooks-daemon <command>.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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 configure

README.md
[![agentmods](https://agentmods.dev/badge/skills/edmonds-commerce-limited/claude-code-hooks-daemon/configure.svg)](https://agentmods.dev/skills/edmonds-commerce-limited/claude-code-hooks-daemon/configure)
Your own site
<a href="https://agentmods.dev/skills/edmonds-commerce-limited/claude-code-hooks-daemon/configure"><img src="https://agentmods.dev/badge/skills/edmonds-commerce-limited/claude-code-hooks-daemon/configure.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,317 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00021 $0.01317
Opus 5 $0.00010 $0.00659
Sonnet 5 $0.00004 $0.00263
Haiku 4.5 $0.00002 $0.00132

Measured yesterday against content hash dda4c301e34e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

configure 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.

The scan reads SKILL.md. This mod also ships 1 executable file (invoke.sh), 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.

.claude/skills/configure/SKILL.md · 203 lines

How it starts

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

/configure - Handler Configuration Skill

Run this first

Claude Code loads this markdown and nothing else — the file below is not run for you, and it holds the procedure to follow (Plan 00324):

bash "${CLAUDE_SKILL_DIR:-.claude/skills/configure}/invoke.sh" <the arguments the user typed>

Follow its output exactly; what is written here is orientation.

Description

View and modify the hooks daemon configuration interactively. Supports listing handlers, viewing individual handler settings, and changing options (enabled, priority, handler-specific options) with automatic daemon restart and verification.

Usage

# Show summary of current config (daemon settings + handler overview)
/configure

# List all handlers with their configurable options
/configure list

# Show config for one handler
/configure sed_blocker

# Set a handler option
/configure sed_blocker blocking_mode=direct_invocation_only

# Disable a handler
/configure sed_blocker enabled=false

# Re-enable a handler
/configure sed_blocker enabled=true

# Override a handler's priority
/configure sed_blocker priority=15

# Set options on handlers with nested options block
/configure git_stash mode=deny
/configure markdown_organization track_plans_in_project=CLAUDE/Plan

Parameters

  • handler (optional): Handler config key (e.g., destructive_git, sed_blocker)
    • If omitted: Show config summary
    • If list: Show all handlers with options
  • option=value (optional): Key-value pair to set
    • enabled=true|false -- Enable or disable the handler
    • priority=N -- Override handler priority (integer)
    • <option_key>=<value> -- Set a handler-specific option

What It Does

Show Summary (/configure)

  1. Reads .claude/hooks-daemon.yaml
  2. Displays daemon settings (log_level, idle_timeout, etc.)
  3. Lists all handlers grouped by event type with enabled/disabled status and priority

List Handlers (/configure list)

  1. Reads .claude/hooks-daemon.yaml
  2. For each handler, shows:
    • Config key, event type, enabled status, priority
    • Any configurable options and their current values
    • Available options from source code (with defaults)

Read the full file on GitHub · 203 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday Changed · +11 lines dda4c301e34e
  2. 6d ago First seen · 192 lines · 21 tokens per session scan A 6042034bc4df

Subscribe to this mod's changes

configure is a skill published in the GitHub repository Edmonds-Commerce-Limited/claude-code-hooks-daemon (3 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 1,317 once invoked, about $0.0001 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-31.