conductor-remote-long-task

Coordinate recoverable remote SSH compute via Conductor runtime and predefined routes.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Ocean326/Agents --skill conductor-remote-long-task
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: conductor-remote-long-task
Source: https://github.com/Ocean326/Agents/tree/main/skills/global/conductor-remote-long-task
Command: npx skills add https://github.com/Ocean326/Agents --skill conductor-remote-long-task

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinate recoverable remote SSH compute from any local project by using the central Conductor runtime at <PERSONALBRAIN_ROOT>/.local/conductor, selecting a verified SSH route for either a workstation or a shared compute server, dispatching direct remote commands or scripts, and closing the job with local review.

Core Features & Use Cases

  • Centralized Conductor runtime orchestration to manage durable receipts and recoverable close-out across multiple targets.
  • Automated SSH route discovery and fallback strategies for workstation and shared servers, including direct and bridged paths.
  • Support for both one-shot commands and multi-line remote scripts with local artifact storage and structured close-out.
  • Use cases include remote tests, builds, data processing, and material-processing tasks started locally but executed remotely with full traceability.

Quick Start

Submit a remote task receipt and dispatch a command using the best available SSH route.

Frequently Asked Questions about conductor-remote-long-task

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

FAQPage Schema
How do I run remote SSH commands from a local project and keep them recoverable?▼

You can orchestrate remote SSH compute by selecting a verified SSH route via scripts/select_ssh_route.py and dispatching commands through the central Conductor runtime. It generates local receipts, captures logs, and performs a structured close-out review to ensure tasks are recoverable.

What is SSH route discovery and how does it handle workstation or shared server connections?▼

SSH route discovery uses scripts/select_ssh_route.py to identify and verify available direct or bridged connection paths to workstations and shared compute servers. It provides fallback strategies to ensure reliable remote command dispatch from your local project.

Can I use this to run both one-shot commands and multi-line scripts remotely?▼

Yes, the orchestration supports both direct one-shot remote commands and multi-line remote scripts. Local artifact storage is provided during execution, and the Conductor runtime closes the job with a structured local review process.

Do I need a central Conductor runtime to coordinate remote builds and data processing?▼

Yes, the central Conductor runtime located at <PERSONALBRAIN_ROOT>/.local/conductor is required. It manages durable receipts, orchestrates SSH route selection, and performs the recoverable close-out workflow for remote tests, builds, and data processing tasks.

What is the best way to track receipts and logs for remote compute tasks?▼

Using centralized Conductor runtime orchestration is the best way to track remote compute tasks. It manages durable receipts and recoverable close-out across multiple targets, ensuring full traceability for tests and builds executed on workstation or shared servers.