skills/smithery.ai/hecras_compute_remote

hecras_compute_remote

Installation
SKILL.md

Executing Remote Plans

Use compute_parallel_remote() to distribute HEC-RAS plans across multiple remote machines. Read the primary sources below for complete configuration requirements.

PRIMARY SOURCES (read these for complete details):

  • ras_commander/remote/AGENTS.md - Coding conventions, architecture
  • .claude/rules/hec-ras/remote.md - Machine setup (Group Policy, Registry, session_id)
  • examples/500_remote_execution_psexec.ipynb - Complete PsExec workflow

Quick Start

from ras_commander import init_ras_project, init_ras_worker, compute_parallel_remote

# Initialize project
init_ras_project("/path/to/project", "6.6")
Installs
2
First Seen
Mar 24, 2026
hecras_compute_remote from smithery.ai