monitor-experiment

Monitor remote experiments and retrieve metrics and JSON outputs.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill monitor-experiment-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-experiment
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/monitor-experiment
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill monitor-experiment-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Monitoring long-running experiments can be slow and confusing, making it hard to know whether training is progressing, finished successfully, or produced usable outputs.

Core Features & Use Cases

  • Progress verification across compute backends: checks running sessions via SSH screen sessions, Vast.ai instances, and Modal app status/logs.
  • Result collection and validation: retrieves the latest screen logs and inspects results directories for JSON outputs to present concrete numbers.
  • Metric enrichment with W&B (optional): when enabled, pulls training/eval curves and final summaries from Weights & Biases and links to the run dashboard.
  • Decision-ready reporting: summarizes results in a comparison table and interprets deltas versus the correct baseline; can also send a Feishu notification if configured.

Use case: You launched multiple experiments on a remote GPU host and want a single consolidated status update with the latest metrics and an interpretation of what changed versus the baseline.

Quick Start

Ask the assistant to monitor-experiment while passing the server alias or screen-name to check current status and collect the latest results.

Frequently Asked Questions about monitor-experiment

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

FAQPage Schema
How do I check running machine learning experiments on a remote SSH screen?

To check running machine learning experiments on a remote SSH screen, the Skill executes shell commands to list and hardcopy active screen logs. This retrieves finalized metrics and outputs directly from your remote execution environment.

Can I pull Weights and Biases metrics from a remote Vast.ai instance?

Yes, you can pull Weights and Biases metrics from a remote Vast.ai instance. When enabled, the Skill calls the W&B API directly from the remote host to retrieve training curves, final summaries, and dashboard links.

What is the best way to summarize remote experiment results against a baseline?

The best way to summarize remote experiment results against a baseline is by reading JSON result files from the results directory. The Skill produces a numeric comparison table that interprets the deltas versus your correct baseline.

How do I monitor training progress across Modal apps and Vast.ai instances?

To monitor training progress across Modal apps and Vast.ai instances, the Skill checks running sessions and retrieves status logs. It validates outputs by locating and reading JSON result files to present concrete numbers.

Does experiment monitoring work without Weights and Biases enabled?

Experiment monitoring works without Weights and Biases enabled by default. The Skill independently inspects screen logs and results directories for JSON outputs, applying W&B metric pulling only as an optional enrichment step.

Can I send a Feishu notification with my experiment monitoring results?

Yes, you can send a Feishu notification with your experiment monitoring results. After generating a decision-ready comparison table with interpreted deltas, the Skill can send a configured Feishu notification to update your team.