AlphaClaw is a browser-based management layer for OpenClaw, an AI-agent gateway, that guides setup and monitors running agents. It helps users configure multiple agents, manage integrations, recover gateway failures, and observe activity from one dashboard.
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/chrysb/alphaclaw/release-betanpx skills add chrysb/alphaclaw --skill release-betagit clone --depth 1 https://github.com/chrysb/alphaclawWrote 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/chrysb/alphaclaw/release-beta)<a href="https://agentmods.dev/skills/chrysb/alphaclaw/release-beta"><img src="https://agentmods.dev/badge/skills/chrysb/alphaclaw/release-beta.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 | $0.00025 | $0.00509 |
| Opus 5 | $0.00013 | $0.00254 |
| Sonnet 5 | $0.00005 | $0.00102 |
| Haiku 4.5 | $0.00003 | $0.00051 |
Grade A, and why
release-beta 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 5d 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.
What it actually says
Release Beta
Use this workflow whenever the user asks to "publish beta", "push beta channel", "cut another beta", or equivalent.
Goal
Ship a new @chrysb/alphaclaw beta and keep
~/Projects/openclaw-railway-template beta branch pinned to that exact beta
version.
Required sequence
-
Prepare commit state in AlphaClaw
- Check
git status --shortin~/Projects/alphaclaw. - If there are changes to include, stage and commit them first.
- Never commit unrelated secret files.
- Check
-
Run tests before release
- Run
npm testin~/Projects/alphaclaw. - Abort beta publish if tests fail.
- Run
-
Cut and publish beta
npm version prerelease --preid=betagit push && git push --tagsnpm publish --tag beta
-
Always update Railway beta template pin (mandatory)
- Open
~/Projects/openclaw-railway-template/package.json. - Ensure branch is
beta. - Set
"@chrysb/alphaclaw"to the exact new beta version (for example"0.7.2-beta.1"). - If you updated dependency pins (for example
openclaw), runnpm installin the template repo sopackage-lock.jsonis refreshed before committing. - Commit and push that repo:
- commit message format:
Pin AlphaClaw beta to <version>. - push to
origin/beta.
- commit message format:
- Open
-
Report completion
- Include:
- release commit hash in AlphaClaw
- beta tag/version published
- Railway template commit hash for the pin update
- Mention any warnings (for example npm
package.jsonnormalization warning).
- Include:
Safety notes
- Do not skip tests unless user explicitly asks.
- Do not use
--no-verify. - Do not force push.
- Do not create GitHub release notes for beta-only publishes unless requested.
- Prefer deterministic installs in templates: keep
package-lock.jsoncommitted and usenpm ciin Dockerfiles.
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.
- 5d ago First seen · 62 lines · 25 tokens per session scan A 76758e64390c
release-beta is a skill published in the GitHub repository chrysb/alphaclaw (1,471 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 509 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-30.
Other skills, from other repositories
hotplex-release
通过判断 SemVer 影响、整理 CHANGELOG、对账版本面和验证发布输入来准备或发布 HotPlex 版本。不要用于主机二进制更新、运行时诊断或文档巡逻。.
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'…
changelog-writer
Write changelogs for Bifrost releases. Reads git history, bumps module versions following the core→framework→plugins→transport hierarchy, writes transports/changelog.md (enterprise-style) and per-module changelog.md files, and updates version files. Invoked with /changelog-writer or /changelog-writer .
split-commit-into-stack
Split one oversized commit or branch into a stack of independently reviewable Graphite (gt) PRs - deciding what genuinely separates, what is atomic and must stay whole, and proving each lower PR builds and passes without the ones above it. Use when asked to "split this PR", "this commit is too big", "break this into a…
release-checklist
Pre-release safety audit for the Bifrost repo. Scans database migrations changed in a release for high-scale deadlock / lock-contention risks and for work that blocks application boot time, then produces a pass/warn/fail report with a concrete remediation plan. Invoked with /release-checklist [git-ref-range]. Built to…
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…