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/roxabi/roxabi-plugins/promotenpx skills add Roxabi/roxabi-plugins --skill promotegit clone --depth 1 https://github.com/Roxabi/roxabi-pluginsWhat 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.00022 | $0.06604 |
| Opus 5 | $0.00011 | $0.03302 |
| Sonnet 5 | $0.00004 | $0.01321 |
| Haiku 4.5 | $0.00002 | $0.00660 |
Grade A, and why
promote 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 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.
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.
The source is not reproduced here
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
21 files 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.
- __tests__/auto-release.test.ts 20 KB runs code
- __tests__/closing-issues.test.ts 3.9 KB runs code
- __tests__/finalize.test.ts 11 KB runs code
- __tests__/hotfix-density.test.ts 16 KB runs code
- __tests__/pin-swap.test.ts 18 KB runs code
- __tests__/preflight.test.ts 3.6 KB runs code
- __tests__/price.test.ts 18 KB runs code
- __tests__/release-gate.test.ts 12 KB runs code
- __tests__/release-model-docs.test.ts 2.5 KB runs code
- auto-release.sh 7.6 KB runs code
- collect-closing-issues.sh 5.6 KB runs code
- create-promote-pr.sh 3.5 KB runs code
- lib/closing-issues-cli.ts 1.2 KB runs code
- lib/closing-issues.ts 4.8 KB runs code
- lib/finalize.ts 8.4 KB runs code
- lib/hotfix-density.ts 10 KB runs code
- lib/pin-swap.ts 14 KB runs code
- preflight.sh 4.4 KB runs code
- price.sh 5.4 KB runs code
- README.md 2.5 KB
- references/release-artifacts.md 5.2 KB
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 · 444 lines · 22 tokens per session scan A e23755940386
promote is a skill published in the GitHub repository Roxabi/roxabi-plugins (9 stars, last pushed 2d ago), licensed AGPL-3.0. It adds 22 tokens to every session and 6,604 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-31.
Other skills, from other repositories
release-candidate-prep
Preflight and prepare an OpenAI Agents Python release candidate in a dedicated worktree from exact origin/main, gate readiness before branch creation, freeze the released API contract, create or replace the local release branch with one release commit, enforce final release review as a checker, and produce…
agent-release-manager
Agent skill for release-manager - invoke with $agent-release-manager.
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
agent-github-modes
Agent skill for github-modes - invoke with $agent-github-modes.
agent-framework-py-release
Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…
hs-release
Cut a core Hindsight release (vX.Y.Z) and open the changelog + blog PR. Use when asked to cut/start a release, bump the version, or publish a new Hindsight version.