AgentSkillsCN

railway-environment

采用安全的变更实践,管理铁路环境变量及关联环境。

SKILL.md
--- frontmatter
name: railway-environment
description: Manage Railway environment variables and linked environments with safe change practices.
license: MIT
compatibility: opencode
metadata:
  audience: developers
  platform: railway

When to use

  • Use when adding/updating env vars for app or crawler services.
  • Use when creating or linking staging/development environments.

Workflow

  1. List current variables first.
  2. Compare with required runtime config for this repo.
  3. Apply only requested changes.
  4. Confirm final variable set after update.
  5. Note whether restart/redeploy is needed.

Safety

  • Do not print secret values in plain text.
  • Show names changed, not raw secret contents.
  • Flag missing required vars explicitly.

Common vars for this repo

  • DATABASE_URL
  • PLAYWRIGHT_URL
  • FINANCIAL_DOCUMENTS_PATH
  • RDF_* crawler tuning vars