SSH bridge for managing remote hosts from Claude Code — connect, exec commands, stream interactive shells, and install Hive Mind on new machines
Manage SSH sessions on remote hosts via the remote-admin bridge service. Create sessions, run commands, stream interactive shells. Credentials are resolved automatically from the keyring by Telegram user ID.
Install Hive Mind on a remote host via SSH. Uses the remote-admin bridge service. Walks through an onboarding questionnaire covering machine purpose, SSH key enrollment, and sudo strategy before installing.
Manage remote hosts from Claude Code via a lightweight SSH bridge service. Connect to any SSH-accessible machine, run commands, stream an interactive shell, and install Hive Mind on new nodes — all without leaving your Claude session.
/plugin install danielstewart77/remote-admin-claude-plugin
REMOTE_ADMIN_TOKEN set in your .envjq and curl available in the Claude Code environmentStart the bridge service:
docker compose up -d remote-admin
Store your token in the keyring:
/secrets set remote_admin_token <your-token>
Connect to a remote host:
/remote-admin connect 192.168.1.50 pi
To set up a brand-new machine (Docker + Hive Mind):
/setup-remote 192.168.1.50 --standalone
| Skill | Description |
|---|---|
/remote-admin | SSH session management — connect, exec, list, close, interactive shell |
/setup-remote | Install Hive Mind on a remote host — key enrollment, prerequisites, Docker, deploy |
The bridge (services/remote_admin.py) runs on port 8430:
| Method | Path | Description |
|---|---|---|
POST | /sessions | Open SSH session (key or password auth) |
GET | /sessions | List active sessions |
GET | /sessions/{id} | Session detail |
DELETE | /sessions/{id} | Close session |
POST | /sessions/{id}/exec | Run command, return stdout/stderr/exit_code |
WS | /sessions/{id}/stream | Interactive shell (xterm) |
SSH keys are stored in the system keyring per-user by Telegram user ID:
remote_admin_ssh_key_<TID> — ed25519 private keyremote_admin_sudo_<host_underscored> — optional sudo password per hostSee docs/remote-install.md for the full installation guide.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub danielstewart77/remote-admin-claude-plugin --plugin remote-adminHive Mind — skills, agents, and hooks for multi-mind AI orchestration, memory, development pipelines, and system operations.
Manage a local or remote Ollama instance from Claude Code — list models, pull, switch, status
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.