changelog

changelog is a command for Claude Code from raulvidis/openclaw-multi-agent-kit. It costs 15 tokens per session (309 once invoked), scanned A, original, MIT.

A command that prepares the Unreleased section of CHANGELOG.md, a file that records user-facing changes between software releases. It reviews commits since the latest version tag and summarizes relevant changes.

In plain words
What is it for?
Use it before a release to document new features, fixes, breaking changes, and notable behavior changes from recent commits.
Why use it?
It saves time when turning development history into release notes and keeps internal-only changes out of the public summary. It also organizes entries by impact.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument; installed under .agents/ (shared by several agents).

Install

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.

agentmods
npx agentmods add commands/raulvidis/openclaw-multi-agent-kit/changelog
Clone the repo
git clone --depth 1 https://github.com/raulvidis/openclaw-multi-agent-kit

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 changelog

README.md
[![agentmods](https://agentmods.dev/badge/commands/raulvidis/openclaw-multi-agent-kit/changelog.svg)](https://agentmods.dev/commands/raulvidis/openclaw-multi-agent-kit/changelog)
Your own site
<a href="https://agentmods.dev/commands/raulvidis/openclaw-multi-agent-kit/changelog"><img src="https://agentmods.dev/badge/commands/raulvidis/openclaw-multi-agent-kit/changelog.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 309 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.00015 $0.00309
Opus 5 $0.00008 $0.00154
Sonnet 5 $0.00003 $0.00062
Haiku 4.5 $0.00002 $0.00031

Measured 6d ago against content hash 8857ca22cf6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

changelog 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 6d 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.

.agents/commands/changelog.md · 18 lines

What it actually says

Curate the user-facing changes since the last release into ## [Unreleased]. This is the input to release — run it before, not during, a release.

  1. Pick baseline: $1 if given, else !git describe --tags --abbrev=0 2>/dev/null || echo "(no tags — use full history)"
  2. Collect commits since baseline: review git log <baseline>..HEAD --oneline --reverse. Skim diffs where impact is unclear.
  3. Curate user-facing entries only:
    • Include: shipped features, fixes, breaking changes, notable UX/behavior changes.
    • Exclude: internal refactors, typo-only edits, dep bumps with no user impact, anything added then removed in the same window.
    • Order by impact: breaking → features → fixes → misc.
    • Add #123 PR/issue refs when known; never paste raw commit hashes.
  4. Edit CHANGELOG.md: ensure ## [Unreleased] exists at the top; append bullets under it, matching existing style (one bullet per entry, one line, past-tense, code in backticks). Do not hard-wrap long bullets.
  5. Sanity check: renders cleanly, no duplicates, concise wording. Do not commit unless asked. Baseline hint: $ARGUMENTS
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. 6d ago First seen · 18 lines · 15 tokens per session scan A 8857ca22cf6d

Subscribe to this mod's changes

changelog is a command published in the GitHub repository raulvidis/openclaw-multi-agent-kit (395 stars, last pushed 1mo ago), licensed MIT. It adds 15 tokens to every session and 309 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-30.