Remoto Status banner
JairoTorregrosa JairoTorregrosa

Remoto Status

Development community

Description

--- name: remoto-status description: "Show the remote agent fleet: host health and all jobs with their states" argument-hint: "[job-id ...]" --- Using the remote-agents skill's CLI (`${CLAUDE_PLUGIN_ROOT}/scripts/remoto.sh`): 1. Run `hosts` to probe host health. 2. If job ids were given ($ARGUMENTS), run `status` on them and `result` for any that are DONE; otherwise run `ls` for the whole fleet. 3. Summarize: what's running, what finished, what failed (include `logs` tail for failures).

Installation

Installs to ~/.claude/skills/jairotorregrosa-jaiskills-remoto-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jairotorregrosa-jaiskills-remoto-status && curl -fsSL https://raw.githubusercontent.com/JairoTorregrosa/jaiskills/HEAD/commands/remoto-status.md -o ~/.claude/skills/jairotorregrosa-jaiskills-remoto-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository