code.hofmanns.ai/.claude/skills/jump/skill.md
hofmann 4654f87bb8 Initial setup: Claude Code + n8n MCP integration
- CLAUDE.md with project docs and architecture
- n8n-mcp config example (.mcp.json.example)
- 7 gandalf skills (jump, hai, docker, status, remote-env, orchestrate, skills)
- hai-infra + hai-tasks MCP server connections
- .gitignore for secrets

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 20:59:10 +00:00

1.1 KiB

description argument-hint
SSH jump to remote hosts (hai, git, slate, rtx, jet) <target> [command]

Jump to Remote Host

Quick SSH access to Gandalf infrastructure nodes.

Targets

Target Host IP
hai ubuntu@hofmanns.ai 100.64.0.1
git ubuntu@git.hofmanns.tech 100.64.0.6
slate root@192.168.10.1 100.64.0.7
rtx d@192.168.10.236 local
jet d@jet offline
cloud d@cloud offline

Instructions

  1. Parse the target from argument: $ARGUMENTS

  2. Map target to SSH command:

    • hai, hofmannsssh ubuntu@100.64.0.1
    • git, giteassh ubuntu@100.64.0.6
    • slatessh root@100.64.0.7
    • rtxssh d@192.168.10.236
    • jet, jetsonssh d@jet
    • cloudssh d@cloud
  3. If second argument provided, run as remote command:

    ssh user@host 'command'
    
  4. Otherwise open interactive session or show host info

  5. Display result with status icons:

    • 🟢 connected
    • 🔴 failed
    • offline/unreachable