version-bumper

version-bumper is a skill for Claude Code, Codex from Fu-Jie/openwebui-extensions. It costs 39 tokens per session (254 once invoked), scanned A, original, MIT.

A release checklist and automation skill for updating a software version and keeping that version consistent across code, documentation, and changelogs. A changelog is the record of notable changes between releases.

In plain words
What is it for?
Preparing a release, updating version metadata and English and Chinese change notes across plugin files and documentation, updating badges, and reviewing the resulting differences for formatting problems.
Why use it?
Version numbers and release notes often become inconsistent when they are edited in many places by hand. This helps identify the listed files that need updating and check the resulting changes.

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/fu-jie/openwebui-extensions/version-bumper
Any agent
npx skills add Fu-Jie/openwebui-extensions --skill version-bumper
Clone the repo
git clone --depth 1 https://github.com/Fu-Jie/openwebui-extensions

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 version-bumper

README.md
[![agentmods](https://agentmods.dev/badge/skills/fu-jie/openwebui-extensions/version-bumper.svg)](https://agentmods.dev/skills/fu-jie/openwebui-extensions/version-bumper)
Your own site
<a href="https://agentmods.dev/skills/fu-jie/openwebui-extensions/version-bumper"><img src="https://agentmods.dev/badge/skills/fu-jie/openwebui-extensions/version-bumper.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 254 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.00039 $0.00254
Opus 5 $0.00019 $0.00127
Sonnet 5 $0.00008 $0.00051
Haiku 4.5 $0.00004 $0.00025

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

Security

Grade A, and why

version-bumper 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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/bump.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agent/skills/version-bumper/SKILL.md · 27 lines

What it actually says

Version Bumper

Overview

This skill ensures that every version upgrade is synchronized across the entire repository, following the strict "Documentation Sync" rule in GEMINI.md.

Workflow

  1. Prepare Info: Gather the new version number and brief changelogs in both English and Chinese.
  2. Auto-Patch: The skill will help you identify and update:
    • plugins/.../name.py (docstring version)
    • plugins/.../README.md (metadata & What's New)
    • plugins/.../README_CN.md (metadata & 最新更新)
    • docs/plugins/...md (mirrors)
    • docs/plugins/index.md (version badge)
    • README.md (updated date badge)
  3. Verify: Check the diffs to ensure no formatting was broken.

Tool Integration

Execute the bump script (draft):

python3 scripts/bump.py <version> "<message_en>" "<message_zh>"
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 27 lines · 39 tokens per session scan A 2016651caadc

Subscribe to this mod's changes

version-bumper is a skill published in the GitHub repository Fu-Jie/openwebui-extensions (302 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 254 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

release-openspec

Use this skill when releasing OpenSpec: audit merged work and changeset coverage, decide whether a catch-up changeset PR is needed, prepare or resume the Changesets Version Packages PR, cut a beta or stable release, verify publishing, and polish GitHub release notes. Also use when asked whether an open release PR is…

Fission-AI/OpenSpec · 88 tokens

cut-release

Use this skill to cut an APM release from the current worktree: assess whether the cycle since the last tag warrants a patch or minor bump (semver discipline against the merged-since-last-tag diff), sanitize the [Unreleased] CHANGELOG block into a dated version block with one concise "so what" entry per merged PR…

microsoft/apm · 198 tokens

github-release-guide

Assess and guide safer github.com repository releases. Use when an existing private GitHub repository becomes public for the first time, or whenever an already-public GitHub repository publishes a new version, and the user needs readiness checks, release-surface decisions, explicit mutation approvals, release notes…

kyungseo/skillstead · 113 tokens

generate-release-changelog

Generate a polished changelog for the latest Git tag. Classifies commits by impact, adds product and technical perspective, and prints the result directly in chat. Triggers on /generate-release-changelog or requests to generate/draft a changelog for the latest release.

archcore-ai/cli · 58 tokens

changelog-conventions

How The Lossless Group writes and structures changelog/ entries across all repos (projects, true monorepos, pseudomonorepos). Use whenever shipping or pushing a coherent chunk of work, when scaffolding a new repo's changelog/ directory, when authoring a product release message, when the user says "log this", "write a…

lossless-group/lossless-agent-skills · 191 tokens

visualkan

Generate visual explanations (whiteboard, infographic, presentation, diagram, mindmap, mockup) from any content, via native subscription image generation or an API backend (OpenAI, Gemini, OpenRouter, Grok).

dapih/visualkan · 47 tokens