Help us improve
Share bugs, ideas, or general feedback.
From uberclaw
Halt UberClaw children for the active run. Use when the user runs /uberclaw:stop — soft-stops every running child by default; pass --child child-NN to stop only one or --hard to SIGKILL.
npx claudepluginhub humanassisted/uberclawHow this skill is triggered — by the user, by Claude, or both
Slash command
/uberclaw:stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Halt every running child for the latest run, or a specific child if the user
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Halt every running child for the latest run, or a specific child if the user asks:
# Default: soft-stop all running children for the latest run.
bin/uberclaw-helper stop --run "$UBERCLAW_RUN_ID"
# Single child:
bin/uberclaw-helper stop --run "$UBERCLAW_RUN_ID" --child child-01
# Hard kill (SIGKILL immediately, no grace period):
bin/uberclaw-helper stop --run "$UBERCLAW_RUN_ID" --child child-01 --hard
Each stopped child has its status flipped to stopped in state.json.
This skill never edits the run dir directly.