server-access

Installation
SKILL.md

Server Access

Resolve a named server, SSH in, and run the smallest command that answers the question.

Workflow

1. Resolve the server

Credentials file: ~/.systemcraft/ssh/creds.yml

servers:
  - name: Server 1
    host: 203.0.113.10
    user: root          # optional; default: current user or ssh config default
    key: ~/.ssh/id_ed25519   # optional; omit to use default SSH key selection

Required: name, host. Optional: user, key. Unknown server? Ask for the correct name or file.

Installs
16
First Seen
Apr 2, 2026
server-access — rockclaver/systemcraft