Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

use-railway使用铁路

Agent Skill

use-railway 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

333

周安装

14

GitHub Stars

5

下载量

116
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:use-railway(使用铁路)
来源仓库:https://github.com/yigitkonur/skills-by-yigitkonur
仓库路径:skills/use-railway
安装命令:
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill use-railway
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill use-railway

简介

use-railway 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限和维护状态。
  • 使用前应检查是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Use Railway

Use Railway CLI from evidence, not memory.

Trigger boundary

Use this skill when the task is about:

  • exact railway commands, flags, aliases, arguments, or nested subcommands
  • choosing between nearby Railway CLI commands for deploys, logs, environments, domains, scaling, SSH, functions, volumes, or database access
  • reconciling the installed Railway CLI with newer first-party Railway docs or releases
  • using first-party Railway runbooks as supporting context for a CLI-first answer

Do not use this skill when:

  • the task is purely dashboard-only, GraphQL-only, or API-only Railway work
  • the job is general cloud architecture or infrastructure planning with no Railway CLI decision to make
  • a generic shell, Git, or deployment skill can answer the question without Railway-specific context

Non-negotiable rules

  1. Treat the local extracted help snapshot as the source of truth for the installed binary.
  2. Treat newer docs and releases as upstream context, not proof that a command exists locally.
  3. Route to one workflow guide first, then pull exact flags from the command reference.
  4. Explain close command splits when Railway has look-alike choices.
  5. Stay read-safe by default; do not mutate Railway resources unless the user explicitly wants an operational action.
  6. Never guess flags, aliases, or possible values from memory.

Recommended workflow

1. Establish version scope

Run railway --version when version drift could matter.

Read references/research/version-drift.md first if:

  • the user says latest, current, today, or most recent
  • the docs show a command the installed CLI does not
  • the question mentions newer families such as skills, agent, bucket, or starship

2. Choose the smallest reference set

  • Exact syntax, flags, aliases, nested subcommands, arguments, or possible values:

- references/cli/railway-cli-command-reference.md

  • Raw help wording or formatting proof:

- references/cli/railway-cli-live-help-snapshot.md

  • Top-level completeness audit:

- references/cli/command-family-coverage.md

  • Workflow choice:

- one matching references/cli/*.md router - then references/cli/railway-cli-command-reference.md

  • Upstream Railway guidance beyond the installed CLI:

- one matching file under references/upstream/ or references/database/ - plus references/research/version-drift.md when local and upstream may differ

3. Answer case by case

For each answer:

  1. state whether the scope is local CLI, upstream Railway sources, or both
  2. choose the best command or reference route
  3. include exact flags, aliases, nested subcommands, or possible values when asked
  4. explain the closest confusing alternative when needed
  5. add a version-drift note only if it materially changes the answer

Common decision splits

NeedRead
up vs deploy, redeploy vs restart, or release rollback questionsreferences/cli/deployments-and-releases.md
delete vs unlink, link vs init, project setup, add, open, or auth/contextreferences/cli/context-projects-and-linking.md
run vs shell vs dev, shell completion, or local variable injectionreferences/cli/local-development-and-shells.md
connect vs ssh, status, or logsreferences/cli/observability-and-access.md
environment, variable, domain, scale, or service scalereferences/cli/configuration-networking-and-scaling.md
Functions or volumesreferences/cli/functions-and-volumes.md
A vague "what Railway command should I use?" questionreferences/cli/common-workflows.md
Dashboard URL parsing, resource-model context, or safe preflight before actingreferences/upstream/resource-model-and-preflight.md
First-party setup, deploy, configure, operate, docs/API, or DB runbooksthe matching file under references/upstream/ or references/database/

Quick routing

  • "What flags does railway X support?" -> references/cli/railway-cli-command-reference.md
  • "Show the exact help text for railway X" -> references/cli/railway-cli-live-help-snapshot.md
  • "Show me every local Railway command family this skill covers" -> references/cli/command-family-coverage.md
  • "Which Railway command fits this task?" -> references/cli/common-workflows.md
  • "I need to link, init, add, delete, or inspect project context" -> references/cli/context-projects-and-linking.md
  • "I need to deploy, redeploy, restart, or roll back the latest deployment" -> references/cli/deployments-and-releases.md
  • "I need run, shell, or dev" -> references/cli/local-development-and-shells.md
  • "I need logs, status, connect, or ssh" -> references/cli/observability-and-access.md
  • "I need env vars, config edits, domains, or scale" -> references/cli/configuration-networking-and-scaling.md
  • "I need functions or volumes" -> references/cli/functions-and-volumes.md
  • "The docs show a command I do not have" -> references/research/version-drift.md
  • "I want Railway's own setup or deploy runbook, not just local CLI syntax" -> references/upstream/operations/setup.md or references/upstream/operations/deploy.md
  • "I pasted a Railway dashboard URL and need a safe starting point" -> references/upstream/resource-model-and-preflight.md
  • "I need first-party Railway database analysis guidance" -> references/database/analyze-db.md

Refresh the local snapshot

When the Railway CLI changes, refresh the generated references from this skill directory:

node scripts/extract-railway-cli-help.mjs
railway --version

Reference routing

FileWhen to read
references/cli/railway-cli-command-reference.mdExact command syntax, flags, aliases, arguments, nested subcommands, and possible values from the installed CLI.
references/cli/railway-cli-live-help-snapshot.mdExact raw help wording, examples, or formatting proof matters.
references/cli/command-family-coverage.mdAuditing completeness or proving that every local top-level command family is routed.
references/cli/common-workflows.mdThe user knows the job but not the right Railway command family yet.
references/cli/context-projects-and-linking.mdAuth, context, project discovery, link, unlink, init, add, delete, open, docs, completion, or upgrade.
references/cli/deployments-and-releases.mdup, template deploys, deployment history, redeploy, restart, or down.
references/cli/local-development-and-shells.mdrun, shell, dev, dev configure, dev clean, or shell completion.
references/cli/observability-and-access.mdstatus, logs, connect, ssh, or service-level status/log routing.
references/cli/configuration-networking-and-scaling.mdenvironment, variable, domain, scale, or service scale.
references/cli/functions-and-volumes.mdRailway functions and volume workflows, including attach/detach/delete distinctions.
references/upstream/resource-model-and-preflight.mdDashboard URLs, Railway resource-model context, or a safe preflight before choosing commands.
references/upstream/operations/setup.mdFirst-party Railway setup flows for projects, services, templates, buckets, or workspace setup.
references/upstream/operations/deploy.mdFirst-party Railway deploy flows for up, restart/redeploy, build config, Railpack, Dockerfiles, or monorepos.
references/upstream/operations/configure.mdFirst-party Railway configuration flows for environments, variables, domains, networking, or config patches.
references/upstream/operations/operate.mdFirst-party Railway operating flows for status, logs, metrics, health, or recovery.
references/upstream/docs-and-api/request.mdOfficial docs endpoints, community-search guidance, GraphQL gaps, or template discovery.
references/database/analyze-db.mdRailway database analysis routing or DB-type selection.
references/database/analyze-db-postgres.mdFirst-party Railway PostgreSQL analysis and tuning guidance.
references/database/analyze-db-mysql.mdFirst-party Railway MySQL analysis and tuning guidance.
references/database/analyze-db-redis.mdFirst-party Railway Redis analysis and tuning guidance.
references/database/analyze-db-mongo.mdFirst-party Railway MongoDB analysis and tuning guidance.
references/research/version-drift.mdLatest/current Railway CLI questions or upstream docs that exceed the installed local snapshot.

Output contract

Return answers in this order unless the user wants a different format:

  1. scope line: local installed CLI, upstream official sources, or both
  2. best command or routed next step
  3. important flags, aliases, subcommands, or possible values
  4. near-neighbor distinction when confusion is likely
  5. version-drift note only when it changes the answer

Guardrails

  • Do not treat railway deploy and railway up as synonyms.
  • Do not treat railway delete and railway unlink as synonyms.
  • Do not treat railway redeploy and railway restart as synonyms.
  • Do not present upstream-only commands as locally available without saying so explicitly.
  • Do not default to dashboard instructions when the user asked about the CLI.
  • Do not let the copied upstream runbooks override the local extracted CLI when the user is asking about the installed binary's exact command surface.
  • Do not trust the linked directory over an explicit Railway dashboard URL or explicit project/environment/service identifiers.
  • Do not mutate Railway resources unless the user explicitly asked for an operational action; this skill is reference-first.
  • Do not use this skill for purely dashboard, GraphQL, or infrastructure-only Railway work unless the CLI question is central.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.88%
按下载量换算42

Claude

26.87%
按下载量换算31

Cursor

19.95%
按下载量换算23

Gemini CLI

8.91%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill use-railway 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills