Relay questions and tasks to a local Codex CLI using one-shot subprocesses per ask.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add yeaight7/agent-powerups --skill relay-codex --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Relay Codex?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yeaight7-relay-codex)More formats (shields.io, HTML) on the badges page.
---
name: relay-codex
description: Relay questions and tasks to a local Codex CLI using one-shot subprocesses per ask.
---
# relay-codex
Relay tasks to a local Codex CLI. Codex relay uses `codex` per ask. There is no cross-turn memory.
Note that `codex` may open an interactive TUI on some versions. For non-interactive relay, you might need to use `--full-auto` manually if supported, though it is not the safe default.
Compatible with: `claude-code`, `gemini-cli`, `generic`
Requires:
- Local Codex CLI (`codex`)
## Workflow
```bash
apx relay start <name> --provider codex
apx relay ask <name> "<prompt>"
apx relay stop <name>
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!