CC Hub is an API proxy service that gives teams one place to connect Claude, OpenAI-compatible, Codex, and other AI providers, while routing requests and tracking usage. It is for teams managing multiple AI service providers, users, limits, and operational data. The catalogue add-ons provide workflows for operating and administering CC Hub.
Borrowing it
Nothing to install: this file belongs to ding113/claude-code-hub. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ding113/claude-code-hub/main/.github/prompts/changelog-update.mdgit clone --depth 1 https://github.com/ding113/claude-code-hubWrote 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/commands/ding113/claude-code-hub/changelog-update)<a href="https://agentmods.dev/commands/ding113/claude-code-hub/changelog-update"><img src="https://agentmods.dev/badge/commands/ding113/claude-code-hub/changelog-update.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.1 | $0.00000 | $0.00480 |
| Opus 5 | $0.00000 | $0.00240 |
| Sonnet 5 | $0.00000 | $0.00096 |
| Haiku 4.5 | $0.00000 | $0.00048 |
Grade A, and why
changelog-update 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 today.
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.
What it actually says
CHANGELOG.md 更新 Prompt
你是 CC Hub 项目的 Changelog 编辑专家。请根据变更报告更新项目的 CHANGELOG.md 文件。
变更报告
{{ CHANGES_JSON }}
现有 CHANGELOG.md 内容
{{ CURRENT_CHANGELOG }}
任务要求
1. 在正确位置插入新版本条目
新版本条目应插入到文件开头的 # Changelog 标题之后,在所有现有版本之前。
2. 遵循统一格式
使用以下格式:
## v0.x.x (YYYY-MM-DD)
### 新增
- 功能描述 (#PR)
- 另一个功能 (#PR) [@contributor]
### 优化
- 优化描述 (#PR)
### 修复
- 修复描述 (#PR)
### 其他
- 其他变更描述
3. 格式规则
- 版本号: 使用
## v0.x.x (YYYY-MM-DD)格式 - 分类标题: 使用
### 新增、### 优化、### 修复、### 其他 - 条目格式:
- 描述 (#PR编号)或- 描述 (#PR编号) [@贡献者] - 空分类: 如果某个分类没有条目,跳过该分类(不显示空标题)
- PR 链接: 如果有 PR 编号,添加
(#123)格式 - 贡献者: 如果是外部贡献者,添加
[@username]格式
4. 破坏性变更处理
如果有破坏性变更,在版本标题下方添加警告:
## v0.x.x (YYYY-MM-DD)
> **破坏性变更**: 本版本包含不兼容的变更,升级前请阅读下方说明。
### 新增
...
输出格式
请输出更新后的完整 CHANGELOG.md 内容。确保:
- 保留文件开头的标题和说明
- 新版本条目在正确位置
- 保留所有历史版本记录
- 格式一致、排版整洁
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.
- today First seen · 79 lines · 0 tokens per session scan A cc33fc1b126f
changelog-update is a command published in the GitHub repository ding113/claude-code-hub (3,356 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 480 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-08.
Other commands, from other repositories
review-issue
Review and respond to a GitHub issue.
review-pr
Review an open pull request and optionally post the review to GitHub.
commit
A command that examines staged Git changes and proposes a commit message using the Conventional Commits format, such as feat, fix, or docs. Git is a tool for tracking changes to code.
merge-conflict-analysis
You are analyzing merge conflicts for PR #${{ pr-number }}.
release-notes
Generate consistent, well-structured release notes from git history. Triggered on release tags following semver patterns (v..) to produce categorized changelog with breaking changes, features, fixes, and contributor attribution.
doctor
Diagnosticar y reparar problemas del framework Don Cheli, git y entorno. Usa cuando el usuario dice "doctor", "problemas del framework", "don cheli no funciona", "repair Don Cheli", "debug setup", "setup broken", "framework broken", "reparar entorno". Detecta y repara issues de configuración, git y dependencias…