executing-remote-plans

Execute HEC-RAS plans across remote machines via PsExec, Docker, or SSH.

73|25|Updated Sep 5, 2024
One-click install
npx skills add https://github.com/gpt-cmdr/ras-commander --skill executing-remote-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-remote-plans
Source: https://github.com/gpt-cmdr/ras-commander/tree/main/.claude/skills/executing-remote-plans
Command: npx skills add https://github.com/gpt-cmdr/ras-commander --skill executing-remote-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the bottleneck of single-machine execution by distributing HEC-RAS plan computation across remote workers.

Core Features & Use Cases

  • Remote Execution: Execute plans across multiple machines using PsExec, Docker, or SSH workers, enabling parallel processing of large model suites.

Quick Start

Initialize a PsExec worker for host "192.168.1.100" with session ID 2 and execute plans ["01", "02", "03"] remotely with queue-aware scheduling and result aggregation.

Frequently Asked Questions about executing-remote-plans

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

FAQPage Schema
How do I execute HEC-RAS plans across multiple remote machines?

Execute HEC-RAS plans remotely by initializing workers via PsExec, Docker, or SSH, specifying target machines and plan IDs, then leveraging queue-aware scheduling to distribute computation across remote hosts with automatic result aggregation.

Can I run HEC-RAS distributed execution with Docker workers?

Yes. Docker workers enable containerized remote execution of HEC-RAS plans alongside PsExec and SSH workers, allowing you to scale analysis across containerized environments with session-based execution constraints and parallel processing.

What's the best way to parallelize large HEC-RAS model suites?

Distribute plan computation across multiple remote workers using SSH, PsExec, or Docker to eliminate single-machine bottlenecks, enabling parallel processing of large model suites with queue scheduling and centralized result aggregation.

Does remote HEC-RAS execution work with cloud workers?

Yes. Remote execution supports cloud workers alongside local and containerized execution, satisfying multi-machine workflows with worker initialization, queue scheduling, and session-based execution constraints.

What execution environments does distributed HEC-RAS support?

Distributed HEC-RAS execution supports local machines, remote hosts via SSH and PsExec, Docker containers, and cloud workers, with queue-aware scheduling and result aggregation across heterogeneous execution environments.