| name | railway |
| version | 1.0.0 |
| description | Interact with Railway deployments — check status, view logs, redeploy services, and manage environment variables. |
Railway Skill
Manage Railway deployments directly from Viber. Uses the Railway CLI (railway) for deployment operations.
Installation
Install Railway CLI:
pnpm add -g @railway/cli
brew install railway
Then authenticate:
railway login
Link your project (run once in the project directory):
railway link
Tools
railway_status — Get deployment status for the linked project or a specific service
railway_logs — View recent runtime logs
railway_deploy — Trigger a redeployment
railway_deployments — List recent deployments with status (SUCCESS/FAILED/BUILDING)
railway_build_logs — Fetch build logs for a specific deployment by ID (for diagnosing build failures)
railway_run — Run any Railway CLI command directly
Parameters
railway_status
service (optional): Service name to check (defaults to all services)