intellectronica

Opencode Acpx — Development skill for Claude Code

Development community

Use Cursor, Claude, Codex, Grok, Hermes and other ACP agents as OpenCode providers.

How to install Opencode Acpx

This entry records only its repository, not the path inside it, so there is no exact command to give. Open intellectronica/opencode-acpx and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Opencode Acpx does

Use Cursor, Claude, Codex, Grok, Hermes and other ACP agents as OpenCode providers.

Alternatives in Development

  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
  • Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★
  • Agentic Stack — One brain, many harnesses 2.2k ★

README

opencode-acpx

[![npm](https://img.shields.io/npm/v/opencode-acpx)](https://www.npmjs.com/package/opencode-acpx) [![CI](https://github.com/intellectronica/opencode-acpx/actions/workflows/ci.yml/badge.svg)](https://github.com/intellectronica/opencode-acpx/actions/workflows/ci.yml) [![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Use ACP agents as first-class [OpenCode](https://opencode.ai) providers. `opencode-acpx` discovers each agent's models, preserves its stateful session, and streams reasoning, tools, plans, todos and subagent activity through OpenCode. Model-specific reasoning effort and fast-mode controls appear as normal OpenCode variants.

The plugin is built on [Acpx](https://github.com/openclaw/acpx) and requires no changes to OpenCode or the ACP agent.

Supported agents

Preset ACP command Notes
cursor cursor-agent acp, falling back to agent acp Install and authenticate Cursor separately
claude Bundled Claude Agent ACP adapter Adapter version is pinned by this package
codex Bundled Codex ACP adapter Adapter version is pinned by this package
grok-build grok agent --no-leader stdio Install and authenticate Grok separately
hermes hermes acp, falling back to hermes-acp Install and configure Hermes separately
custom Any configured ACP v1 command using NDJSON over stdio Capability-detected

Requirements

  • OpenCode >=1.18.15 <2
  • Node.js >=22.13
  • Any system agent you enable, already installed and authenticated

Claude Agent ACP and Codex ACP are installed with the plugin. Cursor, Grok and Hermes are not installed