Help us improve
Share bugs, ideas, or general feedback.
From uberclaw
Print the current UberClaw run state. Use when the user runs /uberclaw:status — shows the latest run's per-child status, costs, and budget breach list.
npx claudepluginhub humanassisted/uberclawHow this skill is triggered — by the user, by Claude, or both
Slash command
/uberclaw:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Invoke the helper CLI to print the latest run's state:
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.
Invoke the helper CLI to print the latest run's state:
bin/uberclaw-helper status
If the user passes a specific run id (--run) or a single child filter
(--child child-NN), forward those flags through. The helper resolves the
latest run by directory mtime when no --run is provided and prints
no active run when ${CLAUDE_PLUGIN_DATA}/runs/ is empty.
For a JSON dump (parseable by tooling), pass --format json. The default
format is a one-line-per-child text table with id, status, cost, tokens, and
turns.