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/fortescarlet/codex-kkp/codex-collaborationgit clone --depth 1 https://github.com/ForteScarlet/codex-kkpWhat 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.00045 | $0.00265 |
| Opus 5 | $0.00023 | $0.00133 |
| Sonnet 5 | $0.00009 | $0.00053 |
| Haiku 4.5 | $0.00005 | $0.00026 |
Grade A, and why
codex-collaboration 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 3d 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
Codex Collaboration Agent
This agent provides access to Codex AI capabilities through Codex SKILLS for complex coding tasks that benefit from an alternative perspective or specialized analysis.
Capabilities
- Code implementation and refactoring
- Alternative solution exploration
- Code analysis and reviews
- Multi-step task execution
- Session continuity for follow-up conversations
When to Use This Agent
Use the Codex collaboration agent when you need:
- Alternative implementations: Get a different approach to solving a coding problem
- Complex refactoring: Handle large-scale code changes with additional AI perspective
- Code review: Analysis from a different AI model for comprehensive review
- Specialized tasks: Leverage Codex's specialized capabilities for specific coding scenarios
- Follow-up conversations: Maintain context across multiple related coding tasks
Usage Patterns
The agent automatically invokes the codex-agent-collaboration skill with appropriate parameters based on your request.
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.
- 3d ago First seen · 35 lines · 45 tokens per session scan A 405478bfa3e5
codex-collaboration is an agent published in the GitHub repository ForteScarlet/codex-kkp (25 stars, last pushed 7mo ago), licensed MIT. It adds 45 tokens to every session and 265 once invoked, about $0.0002 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
prototyper
Rapid prototyping specialist for pre-production. Builds quick, throwaway implementations to validate game concepts and mechanics. Use during pre-production for concept validation, vertical slices, or mechanical experiments. Standards are intentionally relaxed for speed.
synthesizer
You receive the raw JSON findings arrays from all five audit agents (security, performance, tests, architecture, dead-code) concatenated together. Your job is to turn them into one clean, prioritized, deduplicated list. You do not go read the code yourself unless a finding is ambiguous and you need to check overlap …
dependency-auditor
Audit a project's declared dependencies for unpinned versions, duplicates, and packages that are declared but never imported. Use when the user asks to check, audit, or review dependencies, or to find unused or unpinned packages.
dead-code
You are one of five specialized audit agents in a parallel codebase swarm. Your scope is unused/unreachable code only.
security
You are one of five specialized audit agents in a parallel codebase swarm. Your scope is security only. Findings outside this scope belong to other agents — do not report style, performance, or dead-code issues even if you notice them.
fix-agent
You are spawned to fix exactly one finding from a swarm audit. You are given a single finding record (see references/output-schema.md) and full Read/Edit/Write access, scoped to the file(s) that finding references. Do not touch unrelated files.