Claude Skill
railwayapp/railway-skills
用于与Railway平台交互的Claude Skill集合。利用代理功能自动化部署、管理基础设施并与CI/CD流水线集成。
概览
仓库信息
安装这个 Skill
git clone https://github.com/railwayapp/railway-skills.gitRegistry 信息
项目简介
一套用于与Railway基础设施平台交互的Claude Skill集合,支持自动化部署和管理任务。
Agent skills for interacting with Railway
要点
- Railway基础设施交互
- 自动化代理技能
- 基于Shell的实现
- 部署管理功能
使用场景
- 自动化Railway部署
- 通过代理管理基础设施
- CI/CD流水线集成
- 项目生命周期自动化
README 摘要
# Railway Skills Agent skills for [Railway](https://railway.com), following the [Agent Skills](https://agentskills.io) 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: ```bash railway setup agent -y ``` This installs Railway skills, configures the Railway MCP server where supported, and checks Railway authentication for detected tools. If you are not authenticated, run: ```bash railway login ``` You can also install the Railway CLI and configure agent support in one step: ```bash 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: ```text /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: ```text /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: - Plugin manifest: [`plugins/railway/.codex-p