← 返回 Skills 市场
chaoyang78

Acpx Coding Default

作者 Kevin Stone · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
36
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install acpx-coding-default
功能描述
Use direct acpx CLI via exec as the default coding execution path for Codex- and Claude-focused agents.
使用说明 (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

  • acpx is invoked through exec; 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 quiet unless verbose output is requested.
  • Reuse named sessions when continued context is useful.
  • If acpx fails, 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install acpx-coding-default
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /acpx-coding-default 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug acpx-coding-default
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Acpx Coding Default 是什么?

Use direct acpx CLI via exec as the default coding execution path for Codex- and Claude-focused agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。

如何安装 Acpx Coding Default?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install acpx-coding-default」即可一键安装,无需额外配置。

Acpx Coding Default 是免费的吗?

是的,Acpx Coding Default 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Acpx Coding Default 支持哪些平台?

Acpx Coding Default 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Acpx Coding Default?

由 Kevin Stone(@chaoyang78)开发并维护,当前版本 v1.0.0。

💬 留言讨论