One-click install
npx skills add https://github.com/Wenwen555/ARIS-LVLM --skill monitor-experiment-wenwen555
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-experiment
Source: https://github.com/Wenwen555/ARIS-LVLM/tree/main/skills/monitor-experiment
Command: npx skills add https://github.com/Wenwen555/ARIS-LVLM --skill monitor-experiment-wenwen555

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you monitor running experiments, quickly assess progress, and gather results from remote environments.

Core Features & Use Cases

  • Real-time status checks: list active screens/sessions and identify which experiments are running.
  • Result collection: fetch latest JSON progress or log summaries from each experiment.
  • WandB integration: pull curves and metrics when wandb is configured in the experiment.

Quick Start

Monitor the current experiment on server-01 and report its status.

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 a remote server?

To monitor remote training workflows, this skill lists active screens, identifies running trials, and fetches real-time progress logs via SSH.

Can I pull WandB metrics for experiments running in remote screen sessions?

Yes, this skill pulls WandB curves and metrics for experiments running in remote screen sessions when WandB is configured in the training workflow.

What is the best way to collect results from cloud training instances?

The best way to collect results from cloud training instances is to fetch the latest JSON progress or log summaries from each experiment, which this skill handles via SSH.

Do I need SSH access to track experiments live?

Yes, you need SSH access to track experiments live, as this skill requires SSH connectivity and screen or session management to monitor remote training workflows.

How do I check which experiments are currently running in my screen sessions?

You can check which experiments are running by using this skill to perform real-time status checks that list active screens and identify the specific training workflows executing within them.