← Back to Skills Marketplace
Acpx Coding Default
by
Kevin Stone
· GitHub ↗
· v1.0.0
· MIT-0
36
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install acpx-coding-default
Description
Use direct acpx CLI via exec as the default coding execution path for Codex- and Claude-focused agents.
README (SKILL.md)
acpx-coding-default
Use direct acpx CLI through exec for coding work.
Binary
Always prefer the plugin-local binary:
/opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx
Core rules
acpxis invoked throughexec; it is not a separate built-in tool.- For coding, debugging, refactoring, test-running, and repo tasks, default to direct
acpx. - Always pass explicit
--cwd. - Prefer
--format quietunless verbose output is requested. - Reuse named sessions when continued context is useful.
- If
acpxfails, report the exact failing command and reason before falling back. - If the task explicitly asks for ACP runtime thread/session behavior, use ACP runtime instead of this skill.
Adapter defaults
- Codex-focused agent ->
codex - Claude-focused agent ->
claude
Templates
Codex one-shot
cd "\x3Crepo>" && /opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx codex exec "\x3Cprompt>"
Claude one-shot
cd "\x3Crepo>" && /opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx claude exec "\x3Cprompt>"
Codex session
cd "\x3Crepo>" && /opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx codex sessions show \x3Cname> \
|| /opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx codex sessions new --name \x3Cname>
cd "\x3Crepo>" && /opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx codex -s \x3Cname> "\x3Cprompt>"
Claude session
cd "\x3Crepo>" && /opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx claude sessions show \x3Cname> \
|| /opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx claude sessions new --name \x3Cname>
cd "\x3Crepo>" && /opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx claude -s \x3Cname> "\x3Cprompt>"
Failure handling
NO_SESSION: create the named session, then retry once.- Binary missing/version issue: check plugin-local binary first.
- Adapter/toolchain missing: report the exact missing command.
- Do not silently switch to another execution path and pretend acpx was used. eck plugin-local binary first.
- Adapter/toolchain missing: report the exact missing command.
- Do not silently switch to another execution path and pretend acpx was used.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install acpx-coding-default - After installation, invoke the skill by name or use
/acpx-coding-default - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of acpx-coding-default skill.
- Implements direct acpx CLI invocation via exec for coding agents.
- Defaults to local plugin binary for reliability.
- Codex- and Claude-focused agents are supported with predefined execution templates.
- Handles coding, debugging, refactoring, test-running, and repo tasks via acpx by default.
- Provides explicit error reporting and fallback mechanisms on failure.
- Honors ACP runtime requests when specifically required.
Metadata
Frequently Asked Questions
What is Acpx Coding Default?
Use direct acpx CLI via exec as the default coding execution path for Codex- and Claude-focused agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.
How do I install Acpx Coding Default?
Run "/install acpx-coding-default" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Acpx Coding Default free?
Yes, Acpx Coding Default is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Acpx Coding Default support?
Acpx Coding Default is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Acpx Coding Default?
It is built and maintained by Kevin Stone (@chaoyang78); the current version is v1.0.0.
More Skills