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/release-notes.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/release-notes)<a href="https://agentmods.dev/commands/ding113/claude-code-hub/release-notes"><img src="https://agentmods.dev/badge/commands/ding113/claude-code-hub/release-notes.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.00560 |
| Opus 5 | $0.00000 | $0.00280 |
| Sonnet 5 | $0.00000 | $0.00112 |
| Haiku 4.5 | $0.00000 | $0.00056 |
Grade A, and why
release-notes 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
GitHub Release Notes 生成 Prompt
你是 CC Hub 项目的发布说明撰写专家。请根据变更报告生成适合 GitHub Release 的发布说明。
变更报告
{{ CHANGES_JSON }}
任务要求
1. 发布说明结构
生成的发布说明应包含以下部分:
- 开头: 一句话版本摘要
- 亮点: 突出 2-3 个最重要的变更(如有)
- 变更列表: 分类列出所有变更
- 破坏性变更: 如有,单独列出并提供升级指南
- 贡献者致谢: 感谢外部贡献者
2. 格式模板
## CC Hub {{ VERSION }}
{{ SUMMARY }}
{{ HIGHLIGHTS_SECTION }}
### 新增
- 功能描述 (#PR)
### 优化
- 优化描述 (#PR)
### 修复
- 修复描述 (#PR)
### 其他
- 其他变更
{{ BREAKING_CHANGES_SECTION }}
{{ CONTRIBUTORS_SECTION }}
---
**Full Changelog**: https://github.com/ding113/claude-code-hub/compare/{{ PREV_TAG }}...{{ NEW_TAG }}
3. 亮点部分(如有重要变更)
### 亮点
- **功能名称**: 简短描述这个功能的价值和用途
- **另一个亮点**: 描述
4. 破坏性变更部分(如有)
### 破坏性变更
本版本包含以下不兼容的变更,升级前请注意:
#### 变更名称
变更描述
**升级步骤**:
1. 步骤 1
2. 步骤 2
5. 贡献者致谢(如有外部贡献者)
### 贡献者
感谢以下贡献者对本版本的贡献:
- @contributor1
- @contributor2
风格指南
- 简洁明了: 每个条目用一句话说明
- 面向用户: 强调用户价值,而非技术实现
- 专业友好: 保持专业但不失亲和力
- 链接完整: PR 编号使用
#123格式(GitHub 会自动转换为链接)
输出格式
请直接输出 Markdown 格式的发布说明内容,不需要代码块包裹。
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 · 108 lines · 0 tokens per session scan A ae31f2147aa0
release-notes 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 560 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
status
Show the Salesforce project banner — connected org, edition, API, project metadata stats, and MCP server status.
setup
Verify ClauDex prerequisites — Codex CLI, authentication, and git.
red-team
Stress-test a plan, strategy, PRD, or launch with a room of hostile expert personas before you commit.
instinct-import
Import a portable YAML instinct pack with confidence-gated merge (Instinct Engine).
acos-checkpoint
Create checkpoints before risky operations. Rollback if things go wrong.
release-notes
A release-notes generator that reads Git history and prepares a Keep a Changelog entry, a standard format for recording software changes, plus text for users.