railway-skills
Deploy, configure, and debug Railway cloud infrastructure
All Skills in This Repository (13)
Pure Emerald Level Indicatorsrailway-docs
Fetch current Railway documentation pages by appending .md to URLs.
metrics
Query Railway service CPU, memory, network, and disk metrics via GraphQL.
database
Add and configure Railway databases for PostgreSQL, Redis, MySQL, and MongoDB projects.
deploy
Deploy code from the current directory to Railway using railway up.
projects
List and configure Railway projects across workspaces via CLI and GraphQL API.
status
Report Railway project status including environment, services, deployments, and domains.
central-station
Search Railway community threads, discussions, and documentation via GraphQL endpoints.
deployment
Manage Railway deployments with list, logs, redeploy, and remove commands.
new
Create Railway projects, services, and databases via the Railway CLI.
environment
Read and edit Railway environment configurations via CLI commands.
templates
Find and deploy Railway templates to projects via the Railway API.
service
Manage Railway services via GraphQL mutations for status checks, updates, and creation.
Frequently Asked Questions
FAQPage SchemaHow to install railway-skills?โผ
Run `npx skills add railwayapp/railway-skills --all -g -y` in your terminal to install the Railway skill globally for your coding agent.
How to deploy an app to Railway with an agent?โผ
Just ask your agent to deploy; the skill runs `railway up`, which signs you in if needed, creates the project and service, and ships your code in one step.
Can it debug Railway build and runtime failures?โผ
Yes. It pulls logs, metrics, and deployment status, then triages build and runtime errors and suggests recovery steps.
Does it work with Claude Code, Cursor, and Codex?โผ
Yes. The plugin ships manifests for Claude Code, Cursor, Codex, and Grok Build, all backed by Railway's hosted MCP server with OAuth sign-in.
Can it analyze my Postgres or Redis database?โผ
Yes. It collects metrics over SSH and the Railway API, then explains cache pressure, slow queries, connection saturation, and other performance issues in plain terms.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core