{
  "markdown": "# Railway Skills\n\nAgent skills for [Railway](https://railway.com), following the [Agent Skills](https://agentskills.io) format. \n\nThis repository also includes Railway plugin packaging for ChatGPT, OpenAI Codex,\nClaude Code, Grok Build, and Cursor. Each plugin package includes the\n`use-railway` Agent Skill and Railway's hosted MCP server. Railway is also\navailable as a connector for Claude.\n\n\n## Railway agent setup\n\nTo install the Railway CLI and configure agent support, run:\n\n```bash\ncurl -fsSL agents.railway.com | sh\n```\n\nThis installs the Railway CLI and skills, configures the Railway MCP server for\ndetected tools, and checks Railway authentication. If you are not authenticated,\nrun:\n\n```bash\nrailway login\n```\n\nIf the Railway CLI is already installed, configure agent support directly:\n\n```bash\nrailway setup agent\n```\n\n## Installing Railway integrations\n\n### ChatGPT and OpenAI Codex\n\nInstall the official [Railway plugin for ChatGPT and\nCodex](https://chatgpt.com/plugins/plugin_asdk_app_6a502589384081919c5decf93496c9d1)\nfrom the shared plugin directory. The plugin includes the `use-railway` skill\nand Railway's hosted MCP server. Connect your Railway account when prompted,\nthen start a new chat or task to use the plugin.\n\nTo install the version published by this repository directly, add this GitHub\nrepository as a Codex marketplace:\n\n1. Open Codex.\n2. Select **Plugins** in the sidebar.\n3. Open the **More** dropdown.\n4. Click **Add more**.\n5. Enter [`railwayapp/railway-skills`](https://github.com/railwayapp/railway-skills) as the marketplace source.\n\n- Plugin manifest: [`plugins/railway/.codex-plugin/plugin.json`](plugins/railway/.codex-plugin/plugin.json)\n- Marketplace: [`.agents/plugins/marketplace.json`](.agents/plugins/marketplace.json)\n\n### Claude\n\nAdd the official [Railway connector for\nClaude](https://claude.ai/directory/connectors/railway) from Claude's connector\ndirectory. The connector uses Railway's hosted MCP server and OAuth, so it\ndoesn't require the Railway CLI.\n\nFor terminal-based workflows with Railway's agent skill and hooks, install the\nClaude Code plugin.\n\n### Claude Code\n\nThe official Anthropic marketplace is available in Claude Code by default.\nInstall Railway and reload plugins:\n\n```text\n/plugin install railway@claude-plugins-official\n/reload-plugins\n```\n\nYou can also run `/plugin` and select the **Discover** tab to browse the\nofficial marketplace. If Claude Code can't find Railway, refresh the marketplace\nand retry the installation:\n\n```text\n/plugin marketplace update claude-plugins-official\n```\n\nThe official marketplace pins each plugin to a specific commit. Changes in this\nrepository become available through `claude-plugins-official` after the Railway\nentry in `anthropics/claude-plugins-official` is updated to a commit that\ncontains them.\n\nTo install the version published by this repository's Claude Code marketplace,\nadd the marketplace and install the `railway` plugin from it:\n\n```text\n/plugin marketplace add railwayapp/railway-skills\n/plugin install railway@railway-skills\n/reload-plugins\n```\n\n### Cursor\n\nInstall from the official [Cursor Marketplace](https://cursor.com/marketplace/railway):\n\n```text\n/add-plugin railway\n```\n\nTo install the version published by this repository directly instead, add it\nas a plugin source from Cursor settings:\n\n1. Open **Settings**.\n2. Select **Plugins**.\n3. Paste `https://github.com/railwayapp/railway-skills` in the **Search or Paste Link** input.\n4. Click the Railway plugin.\n5. Click **Add to Cursor**.\n\n- Plugin manifest: [`plugins/railway/.cursor-plugin/plugin.json`](plugins/railway/.cursor-plugin/plugin.json)\n- Marketplace: [`.cursor-plugin/marketplace.json`](.cursor-plugin/marketplace.json)\n\n### Grok Build\n\nRailway is published in the [official xAI plugin\nmarketplace](https://github.com/xai-org/plugin-marketplace). Install it from\nGrok's TUI:\n\n1. Run `grok`.\n2. Open the extensions modal with `/plugins`.\n3. Go to the **Marketplace** tab.\n4. Select `railway` from the marketplace.\n5. Press `i` to install.\n\nThe official marketplace entry resolves the nested plugin at `plugins/railway`\nfrom this repository and pins it to a specific commit.\n\n## Skill surface\n\nThis repo ships one installable skill:\n\n- [`use-railway`](plugins/railway/skills/use-railway/SKILL.md)\n\n`use-railway` is route-first. Intent routing is defined in `SKILL.md`, and execution details are split into action-oriented references.\n\n## License\n\nMIT\n",
  "bytes": 4449,
  "sha": "35b8d5e66918c8bb78cb6e04e6305063e5b53b2aa99d3a80cb3e1daf062755cd",
  "repo_slug": "railwayapp/railway-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_railwayapp_railway_skills_deploy_f6c115ab/readme"
}