Skills railway

Railway deployment platform — projects, services, deployments, variables. App hosting CLI.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/railway" ~/.claude/skills/openclaw-skills-railway && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/railway" ~/.openclaw/skills/openclaw-skills-railway && rm -rf "$T"
manifest: skills/aiwithabidi/railway/SKILL.md
source content

🚂 Railway

App deployment — projects, services, deployments, and variables.

Features

  • Projects — create, list, get
  • Services — list project services
  • Deployments — view deployment status
  • Variables — manage env vars

Requirements

VariableRequiredDescription
RAILWAY_API_TOKEN
API key/token for Railway

Quick Start

python3 {baseDir}/scripts/railway.py projects
python3 {baseDir}/scripts/railway.py project <id>
python3 {baseDir}/scripts/railway.py services <project-id>
python3 {baseDir}/scripts/railway.py me

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation