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/maxwellsdm1867/wheeler/bumpnpx skills add maxwellsdm1867/wheeler --skill bumpgit clone --depth 1 https://github.com/maxwellsdm1867/wheelerWrote 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/maxwellsdm1867/wheeler/bump)<a href="https://agentmods.dev/skills/maxwellsdm1867/wheeler/bump"><img src="https://agentmods.dev/badge/skills/maxwellsdm1867/wheeler/bump.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.00058 | $0.00333 |
| Opus 5 | $0.00029 | $0.00167 |
| Sonnet 5 | $0.00012 | $0.00067 |
| Haiku 4.5 | $0.00006 | $0.00033 |
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 6d 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.
This is a copy
81% identical to backup — 16 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Call get_act on the wheeler_core MCP server with name="bump",
then follow the returned instructions exactly. They are the authoritative
definition of this act. Do not improvise the workflow or substitute your own
plan for it.
Pass host="codex" when running under Codex so the orchestration guidance
matches the tools this host actually has.
Mode: chat. Orchestration: none.
If get_act is unavailable, the Wheeler MCP servers are not connected. Say so
rather than guessing at the workflow: acting without the act text is how
provenance gets silently skipped.
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.
- 6d ago First seen · 35 lines · 58 tokens per session scan A 96426e47adc1
bump is a skill published in the GitHub repository maxwellsdm1867/wheeler (10 stars, last pushed 4d ago), licensed MIT. It adds 58 tokens to every session and 333 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 81% identical to backup, differing in 16 lines, and is treated as a copy.
Other skills, from other repositories
asta-skill
Domain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.
changelog
Maintains CHANGELOG.md in the project root using git commit history. Use when the user invokes /changelog, asks to "update the changelog", "generate a changelog", or wants to record what changed before merging a branch. Creates the file from scratch if it doesn't exist (all commits grouped by date); otherwise appends…
secure-release
The secure front-door for building, developing, releasing, and updating CiteVahti. Use this whenever you are about to cut a release or bump the version; build, sign, or notarize the desktop app, the .mcpb extension, or the PyInstaller binary; set up or change automatic updates (tufup / code signing); add or change an…
citevahti-release
Use when shipping a CiteVahti release — cutting a version, checking feature parity across the MCP server, desktop extension (.mcpb), loopback panel, and VS Code extension, bumping versions in lockstep, writing the changelog entry, minting the release DOI, or preparing rollback notes. Maintainer-facing. Runs the…
vahtian-publishing
Set up and run publishing for the Vahtian packages from the monorepo — the Python package to PyPI (via Trusted Publishing / OIDC, no API tokens) and the R package to R-universe and CRAN. Use when configuring releases, adding a publish workflow, cutting a version, reserving the vahtian name on PyPI/CRAN, or wiring the…
biopython
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use…