Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add openshift-eng/ai-helpers/plugin install node-rpmWrote 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/openshift-eng/ai-helpers/bump)<a href="https://agentmods.dev/commands/openshift-eng/ai-helpers/bump"><img src="https://agentmods.dev/badge/commands/openshift-eng/ai-helpers/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.00011 | $0.03076 |
| Opus 5 | $0.00005 | $0.01538 |
| Sonnet 5 | $0.00002 | $0.00615 |
| Haiku 4.5 | $0.00001 | $0.00308 |
Grade C, and why
bump scanned grade C with 2 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 2d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
Check if `<package>` already exists (from a prior interrupted run). In vagrant mode, check inside the VM: `cd .work/node-rpm && vagrant ssh -c "test -d <package>"`. In local mode, check `.work/node-rpm/<package>`. If it Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s --connect-timeout 5 http://download.devel.redhat.com > /dev/null 2>&1 || echo "UNREACHABLE" How it starts
The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Name
node-rpm:bump
Synopsis
/node-rpm:bump <package> <new-version> [--ocp-version <version>] [--scratch] [--vagrant]
Description
Guides the user through bumping a downstream RPM package to a new upstream version in Red Hat's dist-git. Handles spec file updates, source downloads, changelog bumps, and Brew builds.
The workflow follows the established pattern for Node team RPM packages (cri-tools as the primary template). Each phase presents its changes to the user for review before proceeding.
When --vagrant is passed, the entire workflow runs inside a Fedora Vagrant VM that is automatically provisioned with all required tools. This is the recommended approach when rhpkg and related tools are not installed locally.
Implementation
Phase 0: Setup and Argument Parsing
-
Parse required arguments:
<package>(required): The package name, e.g.cri-tools. Must exist in the Packages table in../references/rpm-workflow.md. If not found, list supported packages and stop.<new-version>(required): The target upstream version, e.g.1.36.0
-
Parse optional arguments:
--ocp-version <version>: Target OCP version. If omitted, prompt the user to specify one.--scratch: Run a scratch build instead of a full build.--vagrant: Run the workflow inside a Vagrant VM.
-
Check VPN connectivity:
curl -s --connect-timeout 5 http://download.devel.redhat.com > /dev/null 2>&1 || echo "UNREACHABLE"If unreachable, warn the user to connect to the Red Hat VPN and stop.
-
Validate prerequisites:
Without
--vagrant(local execution):which rhpkg 2>/dev/null || echo "MISSING: rhpkg" which spectool 2>/dev/null || echo "MISSING: spectool" which rpmdev-bumpspec 2>/dev/null || echo "MISSING: rpmdev-bumpspec" klist -s 2>/dev/null || echo "MISSING: valid Kerberos ticket (run kinit)"If any tool is missing, print installation instructions and stop.
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.
- 2d ago First seen · 276 lines · 11 tokens per session scan C 4d712de2a74d
bump is a command published in the GitHub repository openshift-eng/ai-helpers (116 stars, last pushed 2d ago), licensed Apache-2.0. It adds 11 tokens to every session and 3,076 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other commands, from other repositories
commit
A command that examines staged Git changes and proposes a commit message using the Conventional Commits format, such as feat, fix, or docs. Git is a tool for tracking changes to code.
merge-conflict-analysis
You are analyzing merge conflicts for PR #${{ pr-number }}.
release-notes
Generate consistent, well-structured release notes from git history. Triggered on release tags following semver patterns (v..) to produce categorized changelog with breaking changes, features, fixes, and contributor attribution.
doctor
Diagnosticar y reparar problemas del framework Don Cheli, git y entorno. Usa cuando el usuario dice "doctor", "problemas del framework", "don cheli no funciona", "repair Don Cheli", "debug setup", "setup broken", "framework broken", "reparar entorno". Detecta y repara issues de configuración, git y dependencias…
repo-audit
Audit a codebase (local or remote GitHub/GitLab) against architecture principles and requirements, surfacing drift, risk, and missing decisions.
handoff
Export a Waybill Bundle by default, or import one when requested.