Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Show DAG state, agent progress, and branch status for an AgentHub session. Use when the user runs /hub:status or asks how the AgentHub agents are doing.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 84% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -70% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -57% | 0% |
Show experiment results, active loops, and progress across all experiments.
/ar:status # Full dashboard
/ar:status engineering/api-speed # Single experiment detail
/ar:status --domain engineering # All experiments in a domain
/ar:status --format markdown # Export as markdown
/ar:status --format csv --output results.csv # Export as CSVbashpython {skill_path}/scripts/log_results.py --experiment {domain}/{name}
Also check for active loop:
bashcat .autoresearch/{domain}/{name}/loop.json 2>/dev/null
If loop.json exists, show:
Active loop: every {interval} (cron ID: {id}, started: {date})bashpython {skill_path}/scripts/log_results.py --domain {domain}
bashpython {skill_path}/scripts/log_results.py --dashboard
For each experiment, also check for loop.json and show loop status.
bash# CSV python {skill_path}/scripts/log_results.py --dashboard --format csv --output {file} # Markdown python {skill_path}/scripts/log_results.py --dashboard --format markdown --output {file}
DOMAIN EXPERIMENT RUNS KEPT BEST CHANGE STATUS LOOP
engineering api-speed 47 14 185ms -76.9% active every 1h
engineering bundle-size 23 8 412KB -58.3% paused —
marketing medium-ctr 31 11 8.4/10 +68.0% active daily
prompts support-tone 15 6 82/100 +46.4% done —Other measured skills in the registry, with their headline benchmark lift.