Railway

v0.1.0

Deploy and manage applications on Railway.app. Use for deploying projects, managing services, viewing logs, setting environment variables, and managing databases. Railway is a modern cloud platform for deploying apps with zero configuration.

1· 2.2k·6 current·6 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description indicate Railway CLI usage and the skill only requires the 'railway' binary and offers two standard installs (Homebrew or npm). Nothing requested is unrelated to managing Railway projects.
Instruction Scope
SKILL.md contains only Railway CLI commands and common workflows (login, link, up, logs, variables, ssh, etc.). It includes examples that reference environment variables and tokens (e.g., RAILWAY_TOKEN in CI, $DATABASE_URL in run/psql examples) but does not attempt to read arbitrary host files or unrelated credentials. Consider that the CLI commands can fully manage projects and databases once authenticated.
Install Mechanism
Installers are standard package sources: Homebrew formula 'railway' and npm package '@railway/cli'. Both are expected ways to install the Railway CLI and create the 'railway' binary.
Credentials
The skill declares no required env vars, which is reasonable. The documentation examples reference user-provided tokens/vars (RAILWAY_TOKEN, DATABASE_URL). These are appropriate for a deployment CLI but are sensitive—the skill will operate with whatever Railway credentials the user supplies.
Persistence & Privilege
always is false and the skill does not request elevated platform persistence. The skill does enable use of the Railway CLI which can make persistent changes to remote projects, but it does not alter other skills or system config.
Assessment
This skill is a thin wrapper around the Railway CLI and appears coherent. Before installing: ensure you trust the Railway CLI source (brew/npm) and are comfortable the agent can run Railway commands. Be careful with tokens—use minimally scoped RAILWAY_TOKEN values stored in secure secrets, and avoid committing tokens to repos. Because the CLI can access and change production databases and environment variables, review any automatic or agent-initiated deploy/ssh commands before they run. Revoke or rotate tokens if you suspect they were exposed.

Like a lobster shell, security has layers — review code before you run it.

latestvk979t8dyee085wfn28tq06vje580fjw5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🚂 Clawdis
Binsrailway

Install

Install Railway CLI (brew)
Bins: railway
brew install railway

Comments