What problem does it solve?
This Skill removes the manual, error-prone work of connecting Railway to a self-hosted Hermes agent, so an AI assistant can wire the service into a VPS safely and repeatably.
Core Features & Use Cases
- SSH-first setup: Works against the Hermes host over SSH and keeps every change idempotent and rollback-safe.
- Two honest auth paths: Supports headless GraphQL token wiring for unattended use or OAuth-based remote MCP registration when a human can complete consent.
- Validation and safety: Checks Hermes availability, verifies token scope, reloads the gateway, runs smoke tests, and falls back to rollback if anything fails.
- Use Case: A developer wants Railway available inside Hermes for infrastructure tasks, but needs a setup that handles token-type differences and avoids unsafe assumptions.
Quick Start
Ask the AI to connect Railway to your Hermes VPS using the recommended headless path or the OAuth path, then verify the wiring and reload the gateway.