railway-claude-plugin

内容来源: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