惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
Y
Y Combinator Blog
博客园 - 聂微东
Google DeepMind News
Google DeepMind News
D
Docker
罗磊的独立博客
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net
B
Blog
Vercel News
Vercel News
Recent Announcements
Recent Announcements
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Proofpoint News Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
宝玉的分享
宝玉的分享

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs: update crabbox cross-platform skill · openclaw/open...
steipete · 2026-05-13 · via Recent Commits to openclaw:main

@@ -1,6 +1,6 @@

11

---

22

name: crabbox

3-

description: Use Crabbox for OpenClaw remote Linux validation. Default to Blacksmith Testbox; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.

3+

description: Use Crabbox for OpenClaw remote validation across Linux, macOS, Windows, and WSL2. Default to Blacksmith Testbox for broad Linux proof; includes direct Blacksmith and owned AWS/Hetzner fallback notes when Crabbox fails.

44

---

5566

# Crabbox

@@ -64,7 +64,8 @@ Crabbox supports static SSH targets:

6464

- `target=macos` and `target=windows --windows-mode wsl2` use the POSIX SSH,

6565

bash, Git, rsync, and tar contract.

6666

- Native Windows uses OpenSSH, PowerShell, Git, and tar; sync is manifest tar

67-

archive transfer into `static.workRoot`.

67+

archive transfer into `static.workRoot`. Direct native Windows runs support

68+

`--script*`, `--env-from-profile`, `--preflight`, and PowerShell `--shell`.

6869

- `crabbox actions hydrate/register` are Linux-only today; use plain

6970

`crabbox run` loops for static macOS and Windows hosts.

7071

- Live proof needs a reachable, operator-managed SSH host. Without one, verify

@@ -144,8 +145,16 @@ blacksmith testbox list

144145

Use these on debugging runs before inventing ad hoc logging:

145146146147

- `--preflight`: prints run context, workspace mode, SSH target, remote user/cwd,

147-

sudo/apt, Node, pnpm, Docker, and bubblewrap. On `blacksmith-testbox`, this

148-

prints a delegated-unsupported note because the workflow owns setup.

148+

and target-specific tool probes. Defaults cover `git`, `tar`, `node`, `npm`,

149+

`corepack`, `pnpm`, `yarn`, `bun`, `docker`, plus POSIX

150+

`sudo`/`apt`/`bubblewrap` and native Windows

151+

`powershell`/`execution_policy`/`longpaths`/`temp`/`pwsh`. Add

152+

`--preflight-tools node,bun,docker`, `CRABBOX_PREFLIGHT_TOOLS`, or repo

153+

`run.preflightTools` to replace the list. `default` expands built-ins; `none`

154+

prints only the workspace summary. Preflight is diagnostic only; install

155+

toolchains through Actions hydration, images, devcontainer/Nix/mise/asdf, or

156+

the run script. On `blacksmith-testbox`, this prints a delegated-unsupported

157+

note because the workflow owns setup.

149158

- `CRABBOX_ENV_ALLOW=NAME,...`: forwards only listed local env vars for direct

150159

providers and prints `set len=N secret=true` style summaries. On

151160

`blacksmith-testbox`, env forwarding is unsupported; put secrets in the

@@ -154,11 +163,13 @@ Use these on debugging runs before inventing ad hoc logging:

154163

`export NAME=value` / `NAME=value` lines from a local profile without

155164

executing it, then forwards only allowlisted names. `--allow-env` is

156165

repeatable and comma-separated. Profile values override ambient allowlisted

157-

env values for that run.

166+

env values for that run. Direct POSIX, WSL2, and native Windows runs are

167+

supported; delegated providers are not.

158168

- `--script <file>` / `--script-stdin`: upload a local script into

159169

`.crabbox/scripts/` and execute it on the remote box. Shebang scripts execute

160-

directly; scripts without a shebang run through `bash`. Arguments after `--`

161-

become script args.

170+

directly on POSIX; scripts without a shebang run through `bash`. Native

171+

Windows uploads run through Windows PowerShell, and Crabbox appends `.ps1`

172+

when needed. Arguments after `--` become script args.

162173

- `--fresh-pr owner/repo#123|URL|number`: skip dirty local sync and create a

163174

fresh remote checkout of the GitHub PR. Bare numbers use the current repo's

164175

GitHub origin. Add `--apply-local-patch` only when the current local