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.
How 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:
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.
npx claudepluginhub humanassisted/uberclawCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.