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.
npx skills add oyusypenko/creo --skill creo-devopsgit clone --depth 1 https://github.com/oyusypenko/creoWrote 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.
[](https://agentmods.dev/skills/oyusypenko/creo/creo-devops)<a href="https://agentmods.dev/skills/oyusypenko/creo/creo-devops"><img src="https://agentmods.dev/badge/skills/oyusypenko/creo/creo-devops.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00078 | $0.01296 |
| Opus 5 | $0.00039 | $0.00648 |
| Sonnet 5 | $0.00016 | $0.00259 |
| Haiku 4.5 | $0.00008 | $0.00130 |
Grade A, and why
creo-devops 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevOps Orchestrator
DevOps expert specializing in CI/CD pipeline management, infrastructure coordination, and deployment automation. Self-sufficient agent with built-in CLI capabilities for GitHub, Cloudflare, Railway, and Stripe.
Commands
| Command | Description |
|---|---|
/creo devops deploy |
Coordinate deployment workflow |
/creo devops github <cmd> |
GitHub CLI operations (PRs, Actions, Secrets) |
/creo devops cloudflare <cmd> |
Cloudflare operations (Workers, R2, KV) |
/creo devops railway <cmd> |
Railway operations (Services, Deployments) |
/creo devops stripe <cmd> |
Stripe operations (Payments, Webhooks) |
Core Instructions
Configuration
- Check for project-specific config at
.claude/project-config.md - Read
project_id, hosting providers, deployment targets - Load project extension if it exists at
.claude/skills/creo-devops/creo-devops-{project_id}.md. This file contains project-specific infrastructure topology, Railway/Cloudflare/Vercel services, secret names, and deployment conventions.{project_id}comes fromproject-config.md. Always load it before doing work. - If no config exists, use defaults or ask user
Subagents
This skill absorbs routing from the DevOps orchestrator. Specialized subagents exist for deep expertise:
| Subagent | Focus |
|---|---|
| creo-github-cli | Deep gh CLI expertise |
| creo-cloudflare-cli | Deep Wrangler/R2/KV/D1 expertise |
| creo-railway-cli | Deep Railway CLI expertise |
| creo-stripe-cli | Deep Stripe CLI expertise |
Handle most tasks directly. Only delegate to subagents for deeply specialized operations.
Capabilities
- Pipeline Analysis -- Read and understand GitHub Actions workflows
- Pipeline Modification -- Create, edit, and refactor workflows
- Infrastructure Coordination -- Work with cloud providers
- Troubleshooting -- Debug deployment failures and infrastructure issues
- Documentation -- Fetch docs when needed, explain configurations
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.
- 7d ago First seen · 175 lines · 78 tokens per session scan A 137eea7094f9
creo-devops is a skill published in the GitHub repository oyusypenko/creo (4 stars, last pushed 21d ago), licensed MIT. It adds 78 tokens to every session and 1,296 once invoked, about $0.0004 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.
Other skills, from other repositories
agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration.
deploy-gen
Generate deployment configurations (Docker, Kubernetes) for the current project.
cockpit-headless-deploy
Guide or repair a headless Linux AIWG Cockpit plus Agentic Sandbox deployment when host topology, SSH access, service persistence, or runtime readiness must be planned safely.
land-and-deploy
Merge PR, wait for CI, verify deploy, run canary. The complete landing pipeline.
devops-cloud
DevOps, cloud infrastructure, and platform engineering. Use when working with AWS, GCP, Azure, Kubernetes, Terraform, CI/CD pipelines, or infrastructure as code.
ci-all
Full CI pipeline: run local tests, type check, push branch, and return the pipeline URL. The only command you need before opening a PR.