monitor-experiment

Track running experiments and collect results from remote servers via SSH.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nxZhai/Nicy-Extension-Skills --skill monitor-experiment-nxzhai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: monitor-experiment
Source: https://github.com/nxZhai/Nicy-Extension-Skills/tree/main/skills-codex/monitor-experiment
Command: npx skills add https://github.com/nxZhai/Nicy-Extension-Skills --skill monitor-experiment-nxzhai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track running experiments and collect results from remote servers.

Core Features & Use Cases

  • Monitor live experiments and gather status updates from remote servers.
  • Collect and summarize results from multiple screens/logs into a concise report.
  • Use Case: When experiments run long, pull latest outputs automatically for status updates.

Quick Start

Call the monitor-experiment skill with a server address and the experiment IDs to fetch status and 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 monitor long running experiments on a remote server?▼

To monitor long running experiments on a remote server, you can use this Skill to establish an SSH connection and automatically fetch periodic status updates from your active sessions.

How do I capture screen output from a remote SSH session for experiment tracking?▼

Capturing screen output from a remote SSH session for experiment tracking is done by connecting via SSH and extracting the latest log outputs from specified screen sessions running your tasks.

Can I aggregate JSON results from multiple remote experiment logs?▼

Yes, you can aggregate JSON results from multiple remote experiment logs by connecting to each server, pulling the latest outputs, and consolidating them into a single JSON summary.

What is the best way to summarize experiment outcomes from multiple remote servers?▼

The best way to summarize experiment outcomes from multiple remote servers is to automatically collect status updates and log outputs, then aggregate them into a concise report for decision making.

Do I need to specify experiment IDs to fetch status updates from remote screens?▼

Yes, you need to specify the server address and the specific experiment IDs so the Skill can accurately locate the correct screen sessions and fetch their latest results.