Skip to content

Remote Server Skill v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 03:18
· 1 commit to main since this release

Remote Server Skill v0.1.0

SSH-based remote toolkit CLI — Claude Code-style primitive tools (bash/read/write/edit/ls/grep/glob/download/upload) executed over SSH.

Install (as an Agent Skill)

Download remote-server-skill.zip, unzip into your agent's skills directory:

unzip remote-server-skill.zip -d ~/.claude/skills/
# then configure your servers:
cd ~/.claude/skills/remote-server
cp targets.example.json targets.json   # edit with your servers

Use (standalone CLI)

node cli/remote-server.mjs --target myserver bash "docker ps"
node cli/remote-server.mjs --target myserver read /etc/hosts --offset 1 --limit 20

Requires Node.js >= 18 and ssh/scp in PATH. No third-party dependencies.

See the README for full docs.