What problem does it solve?
Manually provisioning pre-configured services like Ghost, Strapi, n8n, or Minio on Railway requires navigating the dashboard and wiring configuration by hand. This Skill automates template discovery and deployment directly through Railway's GraphQL API.
Core Features & Use Cases
- Template Search: Query Railway's template marketplace with filters for verified or recommended templates, respecting the 10 requests per minute rate limit.
- Template Inspection: Fetch a template's ID and serializedConfig by code (e.g., postgres, ghost, n8n) before deploying.
- One-Command Deployment: Deploy a template into an existing Railway project and environment using the templateDeployV2 mutation with project, environment, and workspace IDs.
- Use Case: A user asks to "add Ghost CMS to my Railway project" — the Skill fetches the ghost template config and deploys it into the current project environment without leaving the CLI workflow.
Quick Start
Ask the assistant to search Railway templates for a CMS and deploy Ghost into the current Railway project.