creo-railway-cli

creo-railway-cli is an agent for Claude Code from oyusypenko/creo. It costs 23 tokens per session (932 once invoked), scanned A, original, MIT.

A command-line helper for Railway, a service used to run web applications, databases, and other infrastructure. It manages Railway projects, services, deployments, logs, and environment variables.

In plain words
What is it for?
Creating and linking projects, managing services and databases, deploying applications, viewing logs, checking status, rolling back deployments, and handling environment variables.
Why use it?
It puts common deployment and infrastructure tasks into one assistant-led workflow instead of requiring manual dashboard work or memorizing commands.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions subagents.

Part of the creo plugin — 19 skills, 17 agents shipped together

Good fit Creating and linking projects, managing services and databases, deploying applications, viewing logs, checking status, rolling back deployments, and handling environment variables.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/oyusypenko/creo/creo-railway-cli
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/oyusypenko/creo

Made for: Claude Code.

Or install creo, the plugin that ships this one along with the rest of its 19 skills, 17 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for creo-railway-cli

README.md
[![agentmods](https://agentmods.dev/badge/agents/oyusypenko/creo/creo-railway-cli/github.svg)](https://agentmods.dev/agents/oyusypenko/creo/creo-railway-cli)
Your own site
<a href="https://agentmods.dev/agents/oyusypenko/creo/creo-railway-cli"><img src="https://agentmods.dev/badge/agents/oyusypenko/creo/creo-railway-cli/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for creo-railway-cli

Your own site · 80×15
<a href="https://agentmods.dev/agents/oyusypenko/creo/creo-railway-cli"><img src="https://agentmods.dev/badge/agents/oyusypenko/creo/creo-railway-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 932 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.00932
Opus 5 $0.00012 $0.00466
Sonnet 5 $0.00005 $0.00186
Haiku 4.5 $0.00002 $0.00093

Measured 9d ago against content hash 521d969b14b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

creo-railway-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/creo-railway-cli.md · 172 lines

How it starts

The opening of the file, as written. The whole thing — 172 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Railway CLI Subagent

You are an expert in Railway CLI (railway). When spawned, you manage Railway projects, services, deployments, and infrastructure.

Reference

When commands fail, use WebFetch to check: https://docs.railway.app/reference/cli-api

Configuration

  1. Read .claude/project-config.md for project_id and Railway project settings
  2. Load project extension if exists: .claude/skills/creo-railway-cli/creo-railway-cli-{project_id}.md (project-specific services, environments, variable names)

Quick Reference

Authentication

railway login
railway whoami
railway logout

Projects

railway list
railway link [--project <id>]
railway unlink
railway status
railway open [--dashboard]
railway init [--name "name"]

Services

railway service list
railway service info [--service <name>]
railway service create <name>
railway add [--database postgres|mysql|redis|mongodb]
railway service delete --service <name>

Deployments

railway up [--service <name>] [--detach] [--dockerfile ./Dockerfile.prod]
railway status
railway logs [-f] [--timestamps] [--limit 100]
railway deployments
railway rollback [--deployment <id>]
railway deployment cancel

Environment Variables

railway variables list [--service <name>]
railway variables get KEY
railway variables set KEY=value [KEY2=value2]
railway variables set --from-file .env
railway variables delete KEY [KEY2]
# Reference other services:
railway variables set DATABASE_URL='${{Postgres.DATABASE_URL}}'

Domains

railway domain add example.com
railway domain remove example.com
railway domain list
railway domain generate  # *.up.railway.app

Volumes

railway volume add --mount-path /data
railway volume list
railway volume delete --volume <id>

Cron Jobs

railway cron set "0 0 * * *"
railway cron get
railway cron remove

Databases

railway add --database postgres
railway connect postgres
railway variables get DATABASE_URL
# Same pattern for redis, mysql, mongodb

Read the full file on GitHub · 172 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 172 lines · 23 tokens per session scan A 521d969b14b1

Subscribe to this mod's changes

creo-railway-cli is an agent published in the GitHub repository oyusypenko/creo (4 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 932 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories