| name | acpx |
| description | Use the ACPX CLI through DrClaw's existing exec/long_exec tools to run Codex in the current project workspace. |
| always | false |
| metadata | {"openclaw":{"requires":{"bins":["acpx"]},"install":["Install ACPX globally so agents can run `acpx ...` from exec/long_exec."]}} |
ACPX
Use this skill when you need Codex through the standard acpx CLI.
Important
- In DrClaw, there is no dedicated ACPX tool.
- You must use the existing
exec or long_exec tools to run acpx commands.
- Prefer
long_exec unless the command is obviously short; ACPX turns can exceed the normal exec timeout.
- Run ACPX from the current project workspace or a subdirectory inside it.
Recommended Workflow
One-shot task
acpx codex exec '<instruction>'
Use this for a single request where you do not need follow-up turns.
Persistent session
Create or recover a named session:
acpx codex sessions ensure --name drclaw-proj-<project-id>-<task-suffix>
Send a turn to that session:
acpx codex -s drclaw-proj-<project-id>-<task-suffix>