MO

monitor-experiment

A utility for tracking Beaker experiment status and automatically retrieving logs upon completion.

Install

mkdir -p .claude/skills/monitor-experiment && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2679" && unzip -o skill.zip -d .claude/skills/monitor-experiment && rm skill.zip

Installs to .claude/skills/monitor-experiment

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Monitor Beaker experiments until completion. Use when the user asks to monitor, check, or track a Beaker experiment.
116 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Poll Beaker experiment status
  • Detect experiment completion
  • Report success or failure status
  • Fetch logs for failed experiments
  • Stream logs in real-time

How it works

The skill periodically polls the Beaker API for an experiment's status until it exits, then conditionally retrieves logs if the exit code is non-zero.

Inputs & outputs

You give it
Beaker experiment ID
You get back
Experiment status or logs

When to use monitor-experiment

  • Monitor experiment progress
  • Check Beaker job status
  • Retrieve logs for failed experiments
  • Automate experiment tracking

About this skill

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

When not to use it

  • Monitoring non-Beaker jobs
  • Local process tracking

Prerequisites

Bashbeaker CLI

Limitations

  • Only supports Beaker experiments
  • Requires active network connection to Beaker

How it compares

It replaces manual polling and log retrieval with an automated loop that handles status checking and error reporting.

Compared to similar skills

monitor-experiment side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
monitor-experiment (this skill)27moReviewBeginner
aggregating-crypto-news427dReviewBeginner
status06moNo flagsBeginner
news-fetch06moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

aggregating-crypto-news

jeremylongshore

Aggregate breaking cryptocurrency news from 50+ sources including CoinDesk, CoinTelegraph, The Block, and Decrypt. Use when needing to monitor crypto market news, track announcements, or find coin-specific updates. Trigger with phrases like "get crypto news", "latest Bitcoin headlines", "DeFi announcements", "scan for breaking news", or "check crypto updates".

439

status

Defiect

Check the progress of the current or most recent deep research run. Shows stage, source counts, claim counts, and any issues.

00

news-fetch

Krual-T

Search and archive significant global events (7-day window). Topics: international conflicts, trade/China policy, and AI/Agent updates. Include entity tracking, semantic dedupe against news.jsonl, and atomic archival via recorder.

00

cto-engineering-metrics

rinaldofesta

Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.

585

literature-review

K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).

5591,298

openalex-database

davila7

Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.

48202

Search skills

Search the agent skills registry