Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
railway logo

railway

claude-plugins-official

deploymentClaude Codeby anthropics

Summary

Deploy and manage apps, databases, and infrastructure on Railway. Covers project setup, deploys, environment configuration, networking, troubleshooting, and monitoring.

Install to Claude Code

/plugin install railway@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

Railway Skills

Agent skills for Railway, following the Agent Skills format.

This repository also includes Railway plugin packaging for Claude Code, OpenAI Codex, Grok Build, and Cursor. The plugin includes Agent Skills and local MCP configuration.

Railway agent setup (Installing Agent Skills and local MCP)

To configure Railway agent support through the Railway CLI, run:

curl -fsSL agents.railway.com | sh

This installs Railway skills, configures the Railway MCP server where supported, and checks Railway authentication for detected tools. If you are not authenticated, run:

railway login

You can also install the Railway CLI and configure agent support in one step:

bash <(curl -fsSL https://railway.com/install.sh) --agents -y

Installing the Railway Plugin

Claude Code

Use the official Anthropic marketplace for published Claude Code releases:

/plugin install railway@claude-plugins-official

The official marketplace pins each plugin to a specific commit. Changes in this repository become available through claude-plugins-official after the Railway entry in anthropics/claude-plugins-official is updated to a commit that contains them.

To install the version published by this repository's Claude Code marketplace, add the marketplace and install the railway plugin from it:

/plugin marketplace add railwayapp/railway-skills
/plugin install railway@railway-skills
/reload-plugins

OpenAI Codex

Codex support in this repository is packaged through the repo-local Codex marketplace manifest. The manifest makes the railway plugin available to Codex environments that load this repository's plugin marketplace:

Add this GitHub repository as a Codex marketplace:

1. Open Codex. 2. Select Plugins in the sidebar. 3. Open the More dropdown. 4. Click Add more. 5. Enter railwayapp/railway-skills as the marketplace source.

Cursor

Install from the official Cursor Marketplace:

/add-plugin railway

To install the version published by this repository directly instead, add it as a plugin source from Cursor settings:

1. Open Settings. 2. Select Plugins. 3. Paste https://github.com/railwayapp/railway-skills in the Search or Paste Link input. 4. Click the Railway plugin. 5. Click Add to Cursor.

Grok Build

Railway is packaged for Grok as the nested plugin at plugins/railway. Marketplace entries should point at that subpath with a pinned commit:

{
  "name": "railway",
  "source": {
    "source": "url",
    "url": "https://github.com/railwayapp/railway-skills.git",
    "sha": "<full commit sha>",
    "path": "plugins/railway"
  }
}

After the Railway entry is available in a Grok marketplace, install it from Grok's TUI:

1. Run grok. 2. Open the extensions modal with /plugins. 3. Go to the Marketplace tab. 4. Select railway from the marketplace. 5. Press i to install.

Skill surface

This repo ships one installable skill:

use-railway is route-first. Intent routing is defined in SKILL.md, and execution details are split into action-oriented references.

License

MIT

Related plugins

Browse all →