AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Codex Bridge

skill-tjhavranek-mad-research-codex-bridge · by tjhavranek

|

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-tjhavranek-mad-research-codex-bridge

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tjhavranek-mad-research-codex-bridge)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Codex Bridge? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

codex-bridge skill

A minimal foundation: just the verified codex exec invocation pattern plus a doctor for pre-flight checks. No multi-round protocol, no synthesis, no role assignment.

When this skill is the right tool

  • "Have Codex draft a Python function for X." — one-shot draft.
  • "Have Codex review the file I just wrote." — one-shot review.
  • "Ask Codex to extract the tables from this PDF and write them as

markdown." — one-shot transformation.

  • "Run Codex on this dataset and tell me what stands out."

When this skill is NOT the right tool

  • You want Claude AND Codex to both draft something and then critique

each other → use mad-build.

  • You want a structured adversarial audit of a paper or grant → use

mad-research.

When Claude should proactively propose codex-bridge

The triggers above cover user-invoked use ("have Codex do X"). There is one additional case: sequential routing. When Claude is working alone on a user task and hits a concrete wall that codex-bridge's harness may clear, Claude should name codex-bridge as a user-controlled option — not struggle silently, partially complete, or apologize without action.

Use this only for observable limits, not for "this feels hard":

  • Missing browser / GUI automation.
  • Sandbox or network operation denied by Claude Code's harness.
  • Package / tool installation failed for a needed dependency.
  • Long-running shell or background workflow that exceeds the

harness.

  • Repeated authenticated-download or auth-handshake failures despite

the user's legitimate authorization.

Claude does NOT silently dispatch a codex-bridge call. The proposal is named; the user decides.

Policy-sensitive blockers — three-step protocol

If the blocker is policy-sensitive rather than purely tooling:

  1. Concern first. Name what Claude is uncertain about (e.g.,

"this looks like paywalled access — are these your own subscription credentials?").

  1. Clarification second. Use the user's confirmation of

legitimacy, ownership, or authorization.

  1. **Route third — only if the task is then legitimate AND Claude's

harness still blocks.** If the task remains disallowed after clarification, decline. codex-bridge is not a policy escape hatch.

Frame codex-bridge as a different harness and tool path, not as "Codex is better than Claude at task X." The honest description is "different defaults" — not model-ranking folklore.

What this skill does

  1. Run helpers/doctor.md pre-flight (Node.js, Codex CLI, flags, auth).
  2. Write the user's request to a prompt file under the user's cwd

(e.g. mad_sessions//prompt.txt — same session folder convention as the other two skills, for consistency).

  1. Call codex exec per helpers/invoke_codex.md. Use

--sandbox read-only if the user's task is purely informational; --sandbox workspace-write if Codex needs to write file(s) into the run folder.

  1. Capture Codex's output to output.md and present it to the user.

What this skill does NOT do

  • No multi-round protocol.
  • No anonymization, no rubric, no synthesis.
  • No assumption that Codex's output is verified — Claude may

optionally read and comment, but does not run a structured audit on it.

  • No --dangerously-bypass-approvals-and-sandbox by default. Users

who want it must say so explicitly (e.g., "run unsafe-yolo Codex on...").

Files

codex-bridge/
├── SKILL.md            — this file
├── helpers/
│   ├── invoke_codex.md — verified codex exec patterns (safe defaults)
│   └── doctor.md       — pre-flight checks
└── README.md           — what to install and why

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.