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/uberclawThis skill uses the workspace's default tool permissions.
Invoke the helper CLI to print the latest run's state:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.