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.
npx agentmods add skills/yuanlang12/kite/releasenpx skills add yuanlang12/Kite --skill releasegit clone --depth 1 https://github.com/yuanlang12/KiteWrote 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/skills/yuanlang12/kite/release)<a href="https://agentmods.dev/skills/yuanlang12/kite/release"><img src="https://agentmods.dev/badge/skills/yuanlang12/kite/release.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 | $0.00021 | $0.00173 |
| Opus 5 | $0.00010 | $0.00086 |
| Sonnet 5 | $0.00004 | $0.00035 |
| Haiku 4.5 | $0.00002 | $0.00017 |
Grade A, and why
release 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 4d 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.
What it actually says
发布流程:
- 读取当前
package.json中的 version - 询问用户要发布的版本类型:patch / minor / major,或让用户指定具体版本号(通过 $ARGUMENTS 传入,如
/release patch) - 更新根
package.json的 version 字段 - 运行
bun typecheck确保类型检查通过 - 创建 git commit:
chore: release v<version> - 创建 git tag:
v<version> - 推送 commit 和 tag:
git push && git push --tags - 显示发布摘要
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.
- 4d ago First seen · 17 lines · 21 tokens per session scan A 288c2ce5cbab
release is a skill published in the GitHub repository yuanlang12/Kite (19 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 173 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.
Other skills, from other repositories
changeset
Generate comprehensive changeset release logs with OG cover images for vobase releases. Use this skill when the user says "changeset", "release notes", "release log", "write changelog", "version bump", or when a feature implementation is complete and needs to be documented for release. Also triggers when the user asks…
github-release-management
Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management.
project-change-log
Automatically maintain a CHANGELOG.md file following the Keep a Changelog standard.
update-changelog
Add a CHANGELOG.md entry for a user-facing change. Use after implementing a feature or bug fix, when finishing a PR, or whenever a change is worth recording, to append a terse bullet under the [Unreleased] section.
release-announcement
Draft or revise ax release announcements and website changelog pages. Triggers when the user says "write release notes", "draft release announcement", "prepare changelog", "release page", "version page", "what changed in vX.Y.Z", "generate announcement for vX.Y.Z", or asks for a release narrative. Uses Release Please…
pr-explainer
Use when writing pull request descriptions, release notes, or summary diffs.