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 zhuzai-2007/claude-code-mcp-harness --skill codex-claude-workergit clone --depth 1 https://github.com/zhuzai-2007/claude-code-mcp-harnessWrote 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/zhuzai-2007/claude-code-mcp-harness/codex-claude-worker)<a href="https://agentmods.dev/skills/zhuzai-2007/claude-code-mcp-harness/codex-claude-worker"><img src="https://agentmods.dev/badge/skills/zhuzai-2007/claude-code-mcp-harness/codex-claude-worker/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/zhuzai-2007/claude-code-mcp-harness/codex-claude-worker"><img src="https://agentmods.dev/badge/skills/zhuzai-2007/claude-code-mcp-harness/codex-claude-worker.svg" alt="Reviewed on agentmods" width="80" 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.00086 | $0.00986 |
| Opus 5 | $0.00043 | $0.00493 |
| Sonnet 5 | $0.00017 | $0.00197 |
| Haiku 4.5 | $0.00009 | $0.00099 |
Grade A, and why
codex-claude-worker 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 10d 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 — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex Claude Worker
Use this skill when Codex or ChatGPT is the main reasoning agent and Claude Code is a bounded local worker. The common input is a normal user prompt, not a complete specification. Treat the harness as a policy and workflow boundary, not an OS sandbox.
Operating Model
- Translate the user's natural-language request into a concrete worker task: goal, target path, deliverables, forbidden actions, acceptance checks, and budget.
- Inspect the repo and choose the smallest safe worker boundary.
- Use
planfor read-only orientation when task scope or write boundary is uncertain. - Use
runonly with explicit approval metadata and a bounded prompt. - Read
summary.ps1,worker-result.normalized.json, and the ledger after every run. - Independently validate worker output before reporting success, including
artifact_statusandsupervisor_noteswhen the worker failed or hit budget. - Start a separate
fixrun when validation finds a concrete defect.
Prefer direct PowerShell harness use first. Treat the MCP bridge as optional transport, not the only interface.
Auto-Run Rules
Auto-run is acceptable only for small tasks that create or modify files under one new directory such as workspace/<task-id>/.
Require a second user confirmation before run mode when the task touches existing source, .agents/, mcp-server/, scripts/, config files, package files, lockfiles, dependencies, network, deletion, git operations, broad scans, long tasks, or ambiguous write boundaries.
Always include these boundaries in worker prompts:
Only create or modify files under <bounded-path>.
Do not modify .agents/, mcp-server/, scripts/, .git/, config files, package files, or lockfiles.
Do not access the network.
Do not install dependencies.
Do not delete files outside <bounded-path>.
Do not run git commands.
Return concise JSON with summary, files_read, changes_made, commands_run, tests_or_checks, risks, blocked_on.
Prompt Translation
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 76 lines · 86 tokens per session scan A faaf7c99cc42
codex-claude-worker is a skill published in the GitHub repository zhuzai-2007/claude-code-mcp-harness (8 stars, last pushed 1mo ago), licensed MIT. It adds 86 tokens to every session and 986 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
source-research
Research open-source libraries with evidence-backed answers and GitHub permalinks. Use when the user asks about library internals, needs implementation details with source code references, wants to understand why something was changed, or needs authoritative answers backed by actual code. Excels at navigating large…
provider-model-discovery
Descobre e seleciona modelos de providers LLM de forma report-only: inventário read-only de modelos, docs oficiais, quota/billing/rate gates e shortlist para canary protegido. Use antes de adicionar providers, escolher modelos ou migrar monitores/roteamento.
pi-dev-workflow
Como configurar o workflow de desenvolvimento de extensões e pacotes pi. Use quando o usuário estiver desenvolvendo extensões em um monorepo, precisar alternar entre código local e pacotes publicados, ou tiver conflitos de carregamento de pacotes.
control-plane-ops
Operar o control-plane local-first do agents-lab com board canônico, long-runs bounded, handoff/checkpoint, rollout/rollback e espelhos externos sem perder governança.
control-plane-continuity
Use when a Pi session needs to continue local-safe work with low operator friction: discover focus, interview only for missing constraints, prepare bounded slices, use workers only behind gates, checkpoint, and stop on real risk.
embed-pi-cli
Orienta a implementação de integração embedável do pi em projetos CLI externos. Use quando um projeto precisar distribuir configuração pi, publicar extensões customizadas ou invocar pi como subprocesso com governança.