Railway Skills
Agent skills for Railway, following the Agent Skills format.
This repository also includes Railway plugin packaging for ChatGPT, OpenAI Codex,
Claude Code, Grok Build, and Cursor. Each plugin package includes the
use-railway Agent Skill and Railway's hosted MCP server. Railway is also
available as a connector for Claude.
Railway agent setup
To install the Railway CLI and configure agent support, run:
curl -fsSL agents.railway.com | sh
This installs the Railway CLI and skills, configures the Railway MCP server for detected tools, and checks Railway authentication. If you are not authenticated, run:
railway login
If the Railway CLI is already installed, configure agent support directly:
railway setup agent
Installing Railway integrations
ChatGPT and OpenAI Codex
Install the official Railway plugin for ChatGPT and
Codex
from the shared plugin directory. The plugin includes the use-railway skill
and Railway's hosted MCP server. Connect your Railway account when prompted,
then start a new chat or task to use the plugin.
To install the version published by this repository directly, add this GitHub repository as a Codex marketplace:
- Open Codex.
- Select Plugins in the sidebar.
- Open the More dropdown.
- Click Add more.
- Enter
railwayapp/railway-skillsas the marketplace source.
- Plugin manifest:
plugins/railway/.codex-plugin/plugin.json - Marketplace:
.agents/plugins/marketplace.json
Claude
Add the official Railway connector for Claude from Claude's connector directory. The connector uses Railway's hosted MCP server and OAuth, so it doesn't require the Railway CLI.
For terminal-based workflows with Railway's agent skill and hooks, install the Claude Code plugin.
Claude Code
The official Anthropic marketplace is available in Claude Code by default. Install Railway and reload plugins:
/plugin install railway@claude-plugins-official
/reload-plugins
You can also run /plugin and select the Discover tab to browse the
official marketplace. If Claude Code can't find Railway, refresh the marketplace
and retry the installation:
/plugin marketplace update 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
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:
- Open Settings.
- Select Plugins.
- Paste
https://github.com/railwayapp/railway-skillsin the Search or Paste Link input. - Click the Railway plugin.
- Click Add to Cursor.
- Plugin manifest:
plugins/railway/.cursor-plugin/plugin.json - Marketplace:
.cursor-plugin/marketplace.json
Grok Build
Railway is published in the official xAI plugin marketplace. Install it from Grok's TUI:
- Run
grok. - Open the extensions modal with
/plugins. - Go to the Marketplace tab.
- Select
railwayfrom the marketplace. - Press
ito install.
The official marketplace entry resolves the nested plugin at plugins/railway
from this repository and pins it to a specific commit.
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