monitor-experiment | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / monitor-experiment

monitor-experiment

maintained by allenai

star 3.6k account_tree 490 verified_user MIT License
bolt View GitHub

name: monitor-experiment description: Monitor Beaker experiments until completion. Use when the user asks to monitor, check, or track a Beaker experiment. allowed-tools: Bash(beaker:*)

Monitor Beaker Experiment

Instructions

When monitoring a Beaker experiment:

  1. Get the experiment status using beaker experiment get <experiment-id>
  2. Check if the experiment has completed by looking at status.exited
  3. If still running, wait 30 seconds and check again
  4. When complete:
    • If exitCode is 0: Report success
    • If exitCode is non-zero: Fetch and display logs with beaker experiment logs <experiment-id>
  5. Continue monitoring until the experiment finishes or the user asks you to stop

Examples

Check experiment status:

beaker experiment get 01KCW39T5JBZTYV69BXHWJJ83P

Get experiment logs on failure:

beaker experiment logs 01KCW39T5JBZTYV69BXHWJJ83P

Stream logs in real-time for running experiments:

beaker experiment logs --follow 01KCW39T5JBZTYV69BXHWJJ83P

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 3.6k
GitHub Forks 490
Created Jan 2026
Last Updated 4 months ago
tools tools lab tools

Related Skills

linear-mcp-tool
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.