hex

Remote — Development skill for Claude Code

Development community

Connect to remote hosts via SSH in tmux panes.

How to install Remote

Installs to ~/.claude/skills/hex-claude-tmux-remote/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hex-claude-tmux-remote && curl -fsSL https://raw.githubusercontent.com/hex/claude-tmux/HEAD/commands/remote.md -o ~/.claude/skills/hex-claude-tmux-remote/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Remote does


description: Connect to remote hosts via SSH in tmux panes argument-hint: allowed-tools: Bash(bash:*), Bash(tmux:*), Bash(jq:*), AskUserQuestion

Context

  • Arguments: $ARGUMENTS

Your task

Route based on the first argument provided:

If arguments are empty:

First, load the saved hosts list:

bash ${CLAUDE_PLUGIN_ROOT}/scripts/hosts.sh ${CLAUDE_PLUGIN_ROOT}/remote-hosts.json list

If there are saved hosts, use **

Alternatives in Development

  • Connect — Fancy stream processing made operationally mundane 8608 114 1 8.6k ★
  • Peon Ping — Warcraft III Peon voice notifications (+ StarCraft, Portal, Zelda) for Claude Code and other agents 4k ★
  • Connect Ckan — Renamed → /portaljs-connect-ckan 2.3k ★

Full documentation available on GitHub

View Source Repository