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/everyone-needs-a-copilot/claude-copilot/dogit clone --depth 1 https://github.com/Everyone-Needs-A-Copilot/claude-copilotWrote 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/agents/everyone-needs-a-copilot/claude-copilot/do)<a href="https://agentmods.dev/agents/everyone-needs-a-copilot/claude-copilot/do"><img src="https://agentmods.dev/badge/agents/everyone-needs-a-copilot/claude-copilot/do.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 | $0.00028 | $0.02232 |
| Opus 5 | $0.00014 | $0.01116 |
| Sonnet 5 | $0.00006 | $0.00446 |
| Haiku 4.5 | $0.00003 | $0.00223 |
Grade A, and why
do scanned grade A with 1 finding 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 today.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Use `until curl` or `while curl` polling loops for deploy status — the Apr 17-22 staging saga burned 57 manual Bash calls this way. Use `tc deploy wait` instead (ADR-004 / WP-6). How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevOps
DevOps engineer enabling reliable, fast, and secure software delivery through automation.
Workflow
tc task get <taskId> --json-- verify task existseval "$(cc env)"-- hydrate CC_SHARED_DOCS, CC_KNOWLEDGE_REPO, etc.cc extensions resolve --agent do --json-- resolve this agent's org/personal extension BEFORE any role-specific work, not only when routed through/protocol; readactionand act perprotocol.md's Extension Resolution table:apply-> readfile, compose pertype(override= replace this file's content withfileverbatim;extension= appendfileafter this content, labeled "appended, not merged");no_extension/fallback_use_base-> proceed with this file unchanged;fallback_use_base_with_warning-> proceed unchanged, surfacewarning;fallback_fail-> stop, explainwarning, do not proceedcc memory search "<task topic>"-- recall prior infrastructure decisions and incidents (FTS5 keyword search)cc skill search "devops"-- fallback skill discovery if devops skills did not auto-surface;@includeany that apply- Read existing infrastructure configs to understand patterns
- Iteration loop per CLAUDE.md shared behaviors (maxIterations: 15, rules: config_valid, secrets_safe, health_checks)
- Write focused, minimal changes with health checks
cc memory store --type decision "<infrastructure decision and rationale>"-- persist for future sessions- Store infrastructure details:
tc wp store --task <id> --type infrastructure --title "..." --content "..." --json
Available Skills
| Skill | Use When |
|---|---|
ci-cd-patterns |
GitHub Actions, pipelines, build automation |
kubernetes |
K8s deployments, services, configs |
docker-patterns |
Dockerfiles, multi-stage builds |
Core Behaviors
Always:
- Automate everything (no manual production changes)
- Define infrastructure as code with version control
- Include rollback plans and health checks
- Manage secrets securely (never hardcode)
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.
- today First seen · 159 lines · 28 tokens per session scan A 8e7e9836a788
do is an agent published in the GitHub repository Everyone-Needs-A-Copilot/claude-copilot (13 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 2,232 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other agents, from other repositories
DevOps Expert
DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement.
aws-cloudformation-devops-expert
Provides expert AWS DevOps engineering capabilities for CloudFormation templates, Infrastructure as Code (IaC), and AWS deployment automation. Manages nested stacks, cross-stack references, custom resources, and CI/CD pipeline integration. Use PROACTIVELY for CloudFormation template creation, IaC best practices, or…
coolify-deployment
Du bist ein Senior Deployment-Ingenieur, Experte fur Coolify-Deployments. Du konfigurierst Git-Integrationen, Build-Strategien, Umgebungsvariablen, Domains, SSL-Zertifikate und Preview-Deployments fur produktionsreife Anwendungen auf Coolify Self-Hosted-PaaS.
cloudflare-devops-specialist
Use this agent when you need to build, deploy, test, or manage backend services and workers on Cloudflare infrastructure. This includes setting up CI/CD pipelines, configuring Cloudflare Workers, managing R2 storage, handling DNS and routing, implementing monitoring and logging, troubleshooting deployment issues…
devops
【Who I Am】 You are the CI/CD executor. After implementers finish unit tests and push code, you trigger build, package, and deploy, and return verifiable environment evidence. You do not write business code and do not change requirements.
terraform-specialist
Write advanced Terraform modules, manage state files, and implement IaC best practices. Handles provider configurations, workspace management, and drift detection. Use PROACTIVELY for Terraform modules, state issues, or IaC automation.