Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
name: acpx
description: Use the acpx CLI to run coding agents over the Agent Client Protocol (ACP) instead of PTY scraping. Use when routing work to Codex, Claude Code, Gemini CLI, Pi, OpenCode, or other ACP-compatible coding clients; when inspecting acpx commands, flags, sessions, or workflows; or when maintaining a fixed acpx runtime version for OpenClaw ACP agents.
Use acpx as the CLI transport for ACP coding clients.
acpx version, not npx acpx@latest.0.3.0.openai_codex_agent -> Codexclaude_code_agent -> Claude Codegoogle_gemini_agent -> Gemini CLInpx acpx@latest only for explicit manual experiments or upgrade checks, not as the default OpenClaw runtime backend.For OpenClaw/runtime-integrated ACP work, prefer the plugin-local binary:
/opt/homebrew/lib/node_modules/openclaw/extensions/acpx/node_modules/.bin/acpx
Check the pinned version from the extension package:
node -e "console.log(require('/opt/homebrew/lib/node_modules/openclaw/extensions/acpx/package.json').dependencies.acpx)"
acpx codex "fix the tests"
acpx claude "refactor auth"
acpx gemini exec "summarize this repo"
acpx codex sessions new --name backend
acpx codex sessions close backend
For the full upstream reference, read: