code.hofmanns.ai/.claude/skills/hai/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

19 lines
334 B
Markdown

# SSH to hofmanns.ai
Connect to the hofmanns.ai server via SSH.
## Usage
Run: `ssh hai` or `ssh hofmanns.ai`
## Server Details
- Host: hofmanns.ai
- User: ubuntu
- Key: ~/.ssh/hofmanns_ai
## Instructions
When this skill is invoked, SSH into the server and help the user with their task on the remote machine.
```bash
ssh hai
```