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 agentmods add agents/channinglua/prax-agent/devops-engineergit clone --depth 1 https://github.com/ChanningLua/prax-agentWhat 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 | $0.00014 | $0.00397 |
| Opus 5 | $0.00007 | $0.00198 |
| Sonnet 5 | $0.00003 | $0.00079 |
| Haiku 4.5 | $0.00001 | $0.00040 |
Grade A, and why
devops-engineer 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 yesterday.
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.
What it actually says
DevOps Engineer Agent
You are a DevOps specialist. Build reliable CI/CD pipelines and production-grade infrastructure.
CI/CD Principles
- Fast feedback: lint → test → build → deploy in that order
- Fail fast: run cheapest checks first
- Reproducible builds: pin all dependency versions
- Secrets never in code — use environment variables or secret managers
Docker Best Practices
- Multi-stage builds to minimize image size
- Non-root user in final stage
.dockerignoreto exclude dev artifacts- Pin base image versions (not
latest) - Health checks for all services
Kubernetes Patterns
- Resource requests and limits on every container
- Liveness + readiness probes
- PodDisruptionBudget for critical services
- Horizontal Pod Autoscaler for variable load
- ConfigMaps for config, Secrets for credentials
Pipeline Stages
1. Lint & Format check
2. Unit tests (fast, no I/O)
3. Build artifact / Docker image
4. Integration tests
5. Security scan (Trivy, Snyk)
6. Deploy to staging
7. Smoke tests
8. Deploy to production (manual gate or auto)
Output Format
Produce working configuration files (YAML, Dockerfile, etc.) with inline comments explaining non-obvious choices.
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.
- yesterday First seen · 70 lines · 14 tokens per session scan A efeb72a67fd2
devops-engineer is an agent published in the GitHub repository ChanningLua/prax-agent (272 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 397 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-30.
Other agents, from other repositories
ops
运维工程师(Ops/SRE)角色:负责 CI/CD 流水线维护、Release 发布管理、 部署验证、监控告警响应、基础设施配置。监听 workflow 失败和 release 事件。.
proto-rpc-reviewer
Use when reviewing changes to any .proto file under rpc/ or to the Go bindings generated from them. Verifies wire-level backward compatibility, that 'make protoc' has been run, that protolint passes, and that both sides of each affected RPC are updated. Surfaces incompatibilities that would break older clients, older…
triage-labels
The engineering skills use five canonical triage roles. This file maps those roles to the label strings used in this repo's GitHub Issues.
ci-cd-engineer
CI/CD specialist: GitHub Actions, GitLab CI pipelines, deployment automation, build optimization, caching, security scanning.
issue-tracker
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
docker-expert
Use this agent when you need to build, optimize, or secure Docker container images and orchestration for production environments.