monitor-experiment

Monitor experiment progress via SSH and parse JSON results from remote servers.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill monitor-experiment-satsuki-64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-experiment
Source: https://github.com/satsuki-64/MiniAgentWorkflow/tree/main/.skills/monitor-experiment
Command: npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill monitor-experiment-satsuki-64

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps data scientists and engineers keep a real-time eye on long-running experiments by aggregating progress, outputs, and key metrics across remote servers.

Core Features & Use Cases

  • Check active experiment sessions via SSH and screen to verify ongoing work.
  • Collect and consolidate outputs from each session to produce a coherent status summary.
  • Parse JSON result files and optionally fetch Weights & Biases metrics when wandb is true for deeper insight.
  • Generate a concise summary report and support lightweight notifications or integrations.

Quick Start

Tell me to monitor an experiment, and I will check running sessions, collect output, and summarize results.

Frequently Asked Questions about monitor-experiment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor long-running experiments on remote servers via SSH?

To monitor experiments on remote servers, this Skill connects via SSH and screen sessions to verify ongoing work, collect live outputs, and aggregate progress into a coherent status summary for real-time visibility.

Can I track Weights and Biases metrics for my running experiments?

Yes, you can track Weights and Biases (wandb) metrics by setting the wandb flag to true. This enables optional metric extraction from your Weights and Biases runs, integrating deeper tracking insights directly into your experiment summary report.

How do I aggregate JSON result files from multiple remote sessions?

You can aggregate JSON result files by parsing the outputs collected from each active remote session. The tool consolidates these JSON files to produce a concise summary report, giving you an end-to-end view of all experiment results.

Do I need any specific dependencies to use screen sessions for experiment monitoring?

No specific dependencies are required to use this tool for experiment monitoring. It operates independently to check active screen sessions via SSH, parse JSON results, and generate summary reports with basic error handling.

What is the best way to get a status summary for experiments running in screen?

The best way to get a status summary is to check running screen sessions via SSH, consolidate their outputs, and parse JSON result files. This process automatically generates a concise summary report of your experiment progress.