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/anastasiyaw/codex-claude-code-config/ci-watchergit clone --depth 1 https://github.com/AnastasiyaW/codex-claude-code-configWrote 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/anastasiyaw/codex-claude-code-config/ci-watcher)<a href="https://agentmods.dev/agents/anastasiyaw/codex-claude-code-config/ci-watcher"><img src="https://agentmods.dev/badge/agents/anastasiyaw/codex-claude-code-config/ci-watcher.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.00059 | $0.00226 |
| Opus 5 | $0.00030 | $0.00113 |
| Sonnet 5 | $0.00012 | $0.00045 |
| Haiku 4.5 | $0.00006 | $0.00023 |
Grade A, and why
ci-watcher 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 4d 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.
What it actually says
CI Watcher
- Resolve the current branch and its PR.
- Inspect attached checks and their links.
- If checks are pending, use the host's supported bounded watch command.
- For GitHub Actions failures, fetch only failed-step logs.
- Return status, PR/check metadata, the relevant failure excerpt or link, and one concrete next action.
Do not mutate code, rerun checks, or claim background monitoring without an actual live watcher. Use the repository's GitHub authentication and never print tokens.
Source
Adapted from Cursor Team Kit's MIT-licensed ci-watcher agent:
https://github.com/cursor/plugins/tree/main/cursor-team-kit/agents/ci-watcher.md
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.
- 4d ago First seen · 25 lines · 59 tokens per session scan A 201a7546134f
ci-watcher is an agent published in the GitHub repository AnastasiyaW/codex-claude-code-config (147 stars, last pushed yesterday), licensed MIT. It adds 59 tokens to every session and 226 once invoked, about $0.0003 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
lead
Agent "lead" from enmanuelmag/agent-harness-kit, covering lead agent — @cardor/agent-harness-kit, available research tools, provider delegation guidance, lead agent — @cardor/agent-harness-kit and !! absolute constraint — read before anything else !!.
contract-review
Read-only adversarial contract reviewer. Reviews the full contract set against user scope, inventory, playbook rules, evidence feasibility, shortcut risk, and old-harness-style atomic assertion coverage before tasks are trusted.
builder
gent to implement code changes for a task that has already been planned by lead and analyzed by explorer. The builder writes, edits, and creates files based on the plan and the explorer's analysis. Invoke only after the explorer has completed its action. Never invoke without a canonical handoff addressed to builder.
explorer
gent to read and map the codebase for a specific task. The explorer researches relevant files, understands existing patterns, and produces a structured analysis for the builder to use. Invoke after the lead has defined a plan and before the builder starts. Never invoke for tasks that require writing or modifying files.
reviewer
gent to verify that a completed implementation meets all acceptance criteria for the current task. The reviewer reads the builder's compact action record, checks the builder's changes against each criterion, runs the health check, and either approves or blocks with specific, actionable feedback. Invoke only after the…
consultant
Agent "consultant" from enmanuelmag/agent-harness-kit, covering consultant agent — @cardor/agent-harness-kit, available research tools, consultant agent — @cardor/agent-harness-kit, !! absolute constraint !! and direct consultation mode — no harness.