What problem does it solve?
Enables direct execution and orchestration of shell commands across local and remote machines, removing the friction of switching contexts and manually handling file transfers and environment setup.
Core Features & Use Cases
- Local and Remote Execution: Run commands in the local bash shell or via SSH to remote hosts using ~/.ssh/config aliases or direct host addresses.
- File Transfer and Deployment: Use SCP to upload and download artifacts as part of build, deploy, or debugging workflows.
- Session Persistence: Set environment variables for the session, chain commands reliably, and use sandboxed exec for limited runs.
- Use Case: Build artifacts locally, SCP them to a production host, and restart the service over SSH to complete a deployment without leaving the agent context.
Quick Start
Ask the execution skill to run a local git status, SCP the latest build to the production host, and SSH into the server to restart the service.