monitor-experiment

Monitor ML experiments across servers via SSH and summarize statuses.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically monitor experiments across servers, report progress, and collect outputs to reduce manual follow-up and accelerate decision-making.

Core Features & Use Cases

  • Real-time status checks of running experiments via SSH and screen session inspection.
  • Centralized collection of log tails and JSON result files for quick analysis.
  • Automated summarization and flagging of completed, running, or failed experiments, with guidance for next steps.

Quick Start

Ask me to monitor your running experiments and fetch the latest status and results from all connected servers.

Frequently Asked Questions about monitor-experiment

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

FAQPage Schema
How do I monitor running ML experiments across multiple servers?

You can monitor ML experiments across servers by using SSH to fetch screen sessions, collect recent log outputs, and parse JSON results into a structured summary of the current state.

What's the best way to collect screen session logs from remote SSH training runs?

The best way to collect screen session logs from remote SSH training runs is to fetch screen sessions directly, extract recent output tails, and aggregate them into a centralized summary.

Can I automatically parse JSON result files from distributed pipelines?

Yes, you can automatically parse JSON result files from distributed pipelines by connecting through SSH, collecting the output files, and structuring the parsed data into a summary.

How do I get a summary of completed, running, or failed experiments?

You get a summary of completed, running, or failed experiments through automated summarization and flagging of current states, which also provides guidance for next steps.

Do I need SSH access to check the status of multi-server pipelines?

Yes, you need SSH access to check the status of multi-server pipelines, as the monitoring process uses SSH to fetch screen sessions and collect recent outputs from connected servers.