- 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>
1.1 KiB
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
-
Parse the target from argument: $ARGUMENTS
-
Map target to SSH command:
hai,hofmanns→ssh ubuntu@100.64.0.1git,gitea→ssh ubuntu@100.64.0.6slate→ssh root@100.64.0.7rtx→ssh d@192.168.10.236jet,jetson→ssh d@jetcloud→ssh d@cloud
-
If second argument provided, run as remote command:
ssh user@host 'command' -
Otherwise open interactive session or show host info
-
Display result with status icons:
- 🟢 connected
- 🔴 failed
- ⚪ offline/unreachable