agentbox-cli-release

A release procedure for publishing the Agentbox Go command-line tool and its npm wrapper as one versioned package.

In plain words
What is it for?
Use it to prepare, publish, and verify Agentbox CLI releases, npm packages, GitHub Actions runs, and GitHub Releases.
Why use it?
It keeps both package versions, release tags, automated publishing, and release checks aligned. It also defines a local fallback when GitHub cannot provide a runner.

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/amxv/agentbox/agentbox-cli-release
Any agent
npx skills add amxv/agentbox --skill agentbox-cli-release
Clone the repo
git clone --depth 1 https://github.com/amxv/agentbox

Made for: Claude Code, Codex.

Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,426 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.00077 $0.02426
Opus 5 $0.00039 $0.01213
Sonnet 5 $0.00015 $0.00485
Haiku 4.5 $0.00008 $0.00243

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

Security

Grade A, and why

agentbox-cli-release 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.

.agents/skills/agentbox-cli-release/SKILL.md · 228 lines

How it starts

The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agentbox CLI Release

Release the Go CLI and its npm wrapper as one versioned unit. Use GitHub Actions by default. Use the manual fallback only when the publish job is cancelled before any step runs because GitHub cannot assign a hosted runner.

Release contract

  • Repository: https://github.com/amxv/agentbox
  • Go CLI version: internal/agentbox/version/version.go
  • npm wrapper version: packaging/cli/package.json
  • npm package: @amxv/agentbox
  • Release tag: agentbox-cli-vX.Y.Z
  • Publish workflow: .github/workflows/publish-agentbox-npm.yml
  • Release commit: chore: release agentbox cli X.Y.Z

The dashboard has its own private package under apps/dashboard; do not change its version for CLI releases. The preparation script requires the Go and npm CLI versions to match. The generated files under packaging/cli/vendor/ are ignored build artifacts and must not be committed.

The publish workflow runs CLI tests, builds five binaries, packs and publishes the npm package with the NPM_TOKEN repository secret, and creates a GitHub Release for tag pushes matching agentbox-cli-v*. The expected release assets are:

  • agentbox-X.Y.Z-darwin-arm64.tar.gz
  • agentbox-X.Y.Z-darwin-amd64.tar.gz
  • agentbox-X.Y.Z-linux-arm64.tar.gz
  • agentbox-X.Y.Z-linux-amd64.tar.gz
  • agentbox-X.Y.Z-windows-amd64.zip
  • amxv-agentbox-X.Y.Z.tgz

Standard GitHub Actions flow

1. Preflight

Work from a clean main checkout. Preserve unrelated user changes and stop if the checkout is dirty or has diverged.

git status --short --branch
git fetch origin --tags
git pull --ff-only origin main
git tag --list 'agentbox-cli-v*' --sort=-version:refname | head -20
gh release list --repo amxv/agentbox --limit 10
node -p "require('./packaging/cli/package.json').version"
npm view @amxv/agentbox version dist-tags --json

Choose the next semantic version from the current source change. Confirm that the tag and npm version do not already exist. Before changing versions, inspect the CLI source and tests relevant to the release, then run the release checks:

Read the full file on GitHub · 228 lines

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. 2d ago First seen · 228 lines · 77 tokens per session scan A 3e572305e607

Subscribe to this mod's changes

agentbox-cli-release is a skill published in the GitHub repository amxv/agentbox (1 stars, last pushed 5d ago), licensed Apache-2.0. It adds 77 tokens to every session and 2,426 once invoked, about $0.0004 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.