#
ENJA

agentreach

bojieli/agentreach

AgentReach is a tool that allows coding agents to interact with remote machines via SSH without installing any agents on the target systems. It securely routes commands and file operations through an SSH connection, keeping the agent local and ensuring no sensitive data is exposed on the remote server.

98 4MITUpdated 2026-08-24

Overview

AgentReach enables developers to use their local coding agents to execute commands and manage files on remote servers without the need to install any agent software on the target machine. It achieves this by intercepting shell commands and file operations and redirecting them over an SSH connection, ensuring that the agent remains on the local machine while all work is performed remotely. This approach eliminates the need to store API keys or other sensitive information on the remote server, enhancing security and reducing complexity.

Capabilities

  • Secure remote execution of shell commands via SSH
  • File operations (read, write, edit) on remote machines without local file changes
  • Support for multiple agents including Claude Code, Codex, and Gemini CLI
  • Session management for multiple remote targets
  • Logging of all executed commands and file changes

Best for

AgentReach is useful for developers who need to run coding agents on remote servers, such as build boxes, staging environments, or disposable containers. It is particularly beneficial in scenarios where installing an agent on the remote machine is not feasible or secure, such as in shared or client environments.

Works with

Claude CodeCodexGemini CLICursorOpenCode

Security considerations

AgentReach ensures that no API keys, credentials, or sensitive data are stored on the remote machine. All commands and file operations are executed over an SSH connection, and the agent remains local. This approach minimizes the risk of data exposure on remote systems.

Categories

Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.