bump

bump is a skill for Claude Code, Codex from poco-ai/Agentero. It costs 28 tokens per session (530 once invoked), scanned A, original, MIT.

A version-upgrade workflow for keeping Agentero’s application, desktop package, command-line tool, and release metadata on the same version. A version number identifies a particular project release, and SemVer is a standard format such as 1.2.3.

In plain words
What is it for?
Use it when changing the project version or preparing a release to update version fields, check package metadata, verify the CLI version, and run the required checks.
Why use it?
It prevents different parts of the project from reporting different versions. It also checks the version format, updates the required files, and runs focused validation before a release is made.

Skill for Claude CodeCodex

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 skills/poco-ai/agentero/bump
Any agent
npx skills add poco-ai/Agentero --skill bump
Clone the repo
git clone --depth 1 https://github.com/poco-ai/Agentero

Made for: Claude Code, Codex.

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 bump

README.md
[![agentmods](https://agentmods.dev/badge/skills/poco-ai/agentero/bump.svg)](https://agentmods.dev/skills/poco-ai/agentero/bump)
Your own site
<a href="https://agentmods.dev/skills/poco-ai/agentero/bump"><img src="https://agentmods.dev/badge/skills/poco-ai/agentero/bump.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 530 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 $0.00028 $0.00530
Opus 5 $0.00014 $0.00265
Sonnet 5 $0.00006 $0.00106
Haiku 4.5 $0.00003 $0.00053

Measured 4d ago against content hash 2f310cdf3efb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

.agents/skills/bump/SKILL.md · 37 lines

What it actually says

Version Bump

升级 Agentero 的应用版本,并确保桌面安装包、CLI 和发布 tag 使用同一个版本号。

用法

选择此 Skill 后提供目标版本,例如 0.1.30.1.3-beta.1

执行规则

  1. 读取当前工作区状态和所有版本来源。不要丢弃或覆盖与版本升级无关的用户改动。

  2. 校验目标版本是合法的 SemVer;版本参数缺失或不明确时停止并请求明确版本。

  3. 同步修改以下字段:

    • package.jsonversion
    • src-tauri/tauri.conf.jsonversion
    • src-tauri/Cargo.toml 的 package version
    • cli/Cargo.toml 的 package version
    • src-tauri/ios-project.ymlCFBundleShortVersionStringCFBundleVersion

    Android 不需要手动修改:tauri android build 会从 tauri.conf.jsonversion 重新生成 src-tauri/gen/android/app/tauri.properties(gitignored)中的 versionNameversionCode

  4. 如果 Cargo manifest 版本变化,运行必要的 Cargo 元数据/检查命令并确认 Cargo.lock 没有保留旧的本地 package 版本。

  5. 检查版本字段全部等于目标版本,并检查 agentero --version 的来源仍然是 CLI package version。

  6. 检查 AGENTS.mddocs/development/release.md 中的发布规则仍与实现一致;只有规则变化时才修改文档,不要伪造版本说明或变更日志。

  7. 运行最小必要验证:cargo metadata --no-deps --format-version 1,以及适合当前环境的前端类型检查或构建检查。

  8. 输出修改文件、验证结果和下一步建议。除非用户明确要求,不创建 commit、tag、Release 或 push。

发布前约束

版本 bump 必须先作为独立提交完成,之后才能创建 v<version> tag。tag 去掉 v 后必须与所有上述版本字段一致。

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. 4d ago First seen · 37 lines · 28 tokens per session scan A 2f310cdf3efb

Subscribe to this mod's changes

bump is a skill published in the GitHub repository poco-ai/Agentero (409 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 530 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.