clawbox-release-packaging

A release workflow guide for ClawBox, a Tauri desktop application with a Bun backend. It covers versioning, packaging backend binaries, installers, signing, and release checks.

In plain words
What is it for?
Use it when changing release scripts, synchronizing versions, compiling or bootstrapping the backend sidecar, signing Windows installers, or updating release workflows.
Why use it?
It keeps application versions and packaged release files consistent across JavaScript, Rust, Tauri, and GitHub release settings.

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/commonstackai/clawbox/clawbox-release-packaging
Any agent
npx skills add CommonstackAI/ClawBox --skill clawbox-release-packaging
Clone the repo
git clone --depth 1 https://github.com/CommonstackAI/ClawBox

Made for: Claude Code, Codex.

Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 882 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.00085 $0.00882
Opus 5 $0.00043 $0.00441
Sonnet 5 $0.00017 $0.00176
Haiku 4.5 $0.00009 $0.00088

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

Security

Grade A, and why

clawbox-release-packaging 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 3d 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/clawbox-release-packaging/SKILL.md · 55 lines

How it starts

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

ClawBox Release Packaging

Use this skill when the task involves ClawBox versioning, Tauri configuration, backend binary packaging, sidecar lifecycle, or release build scripts.

Read first

  • package.json
  • docs/releasing.md
  • .github/release-notes-template.md
  • docs/releases/
  • scripts/collect-release-assets.mjs
  • scripts/release-version.mjs
  • scripts/sync-version.mjs
  • scripts/sign-win-installer.mjs
  • scripts/build-backend.mjs
  • .github/workflows/release.yml
  • src-tauri/tauri.conf.json
  • src-tauri/Cargo.toml
  • src-tauri/src/lib.rs
  • internal/onboard/ if the task also affects runtime bootstrap or environment setup

Workflow

  1. Identify which layer is changing: UTC version generation, version synchronization, Bun backend compile output, Tauri shell, release workflow guard, release-notes lookup, release-asset filtering, or installer/signing script.
  2. Preserve package.json as the single source of truth for the app version. Any version automation must keep package-lock.json, src-tauri/tauri.conf.json, and src-tauri/Cargo.toml aligned.
  3. Keep the UTC date-based version format semver-safe. The current release flow uses YYYY.M.D-N, with git fetch --tags plus local vYYYY.M.D-N tags determining the next sequence.
  4. Keep sidecar naming and resource lookup behavior aligned with scripts/build-backend.mjs and src-tauri/src/lib.rs.
  5. Keep Windows installer signing dynamic. tauri:build-win:sign-installer should resolve ClawBox_<version>_x64-setup.exe from package.json, not from a hard-coded filename.
  6. Keep release publication scoped to user-facing assets only. The workflow should publish final .dmg, .exe, and the combined CHECKSUMS.txt, not the entire Tauri bundle tree.
  7. Keep release notes lookup aligned with the documented flow. Hand-written notes live at docs/releases/<tag>.md, with GitHub-generated notes as the fallback when the file is absent.
  8. If the change touches release publication behavior rather than packaging/configuration, hand off to clawbox-release-publish instead of extending this skill.
  9. If the change touches Windows signing or platform-specific installers, note any credentials or OS environments you could not validate.

Read the full file on GitHub · 55 lines

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. 3d ago First seen · 55 lines · 85 tokens per session scan A 1dab7c7d5eb6

Subscribe to this mod's changes

clawbox-release-packaging is a skill published in the GitHub repository CommonstackAI/ClawBox (22 stars, last pushed 4mo ago), licensed MIT. It adds 85 tokens to every session and 882 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-30.

Related

Other skills, from other repositories

nemoclaw-maintainer-cut-release-tag

Cuts one signed NemoClaw semver tag after required candidate checks and the maintainer's E2E decision, then follows the tag-triggered release work and drafts the Announcement. Use when preparing or publishing a vX.Y.Z release tag.

NVIDIA/NemoClaw · 58 tokens

nemoclaw-maintainer-release-notes

Drafts the post-tag NemoClaw Announcement from tag, compare, and release-entry data. Use after tagging or when asked to summarize vX.Y.Z.

NVIDIA/NemoClaw · 41 tokens

nemoclaw-maintainer-evening

Runs the end-of-day NemoClaw release handoff and optionally cuts a release tag. Use for evening, handoff, wrap-up, or ship requests.

NVIDIA/NemoClaw · 40 tokens

changelog-generation

Changelog generation skill for ZeroClaw releases. Use this skill when the user wants to generate a changelog, prepare release notes, or summarize what changed between versions. Trigger on: 'generate changelog', 'changelog for v0.7.x', 'prepare release notes', 'what changed since ', 'write the changelog'…

zeroclaw-labs/zeroclaw · 87 tokens

ship

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, and create a PR. Use for an explicit /ship invocation or when the user requests the full ship, release, or deploy workflow. For an ordinary commit, push, or pull-request publishing request, use the built-in…

GCWing/BitFun · 88 tokens

document-release

Post-ship documentation update. Reads all project docs, cross-references the diff, updates README/ARCHITECTURE/CONTRIBUTING/AGENTS.md to match what shipped, polishes CHANGELOG voice, cleans up TODOS, and optionally bumps VERSION. Use when asked to "update the docs", "sync documentation", or "post-ship docs".…

GCWing/BitFun · 95 tokens