·opencode-acp-control
""

opencode-acp-control

bjesuiter/opencode-acp-skill

Control OpenCode directly via the Agent Client Protocol (ACP). Start sessions, send prompts, resume conversations, and manage OpenCode updates.

5Installs·0Trend·@bjesuiter

Installation

$npx skills add https://github.com/bjesuiter/opencode-acp-skill --skill opencode-acp-control

SKILL.md

| Start OpenCode | bash(command: "opencode acp --cwd /path/to/project", background: true) | | Send message | process.write(sessionId, data: " \n") | | Read response | process.poll(sessionId) - repeat every 2 seconds | | Stop OpenCode | process.kill(sessionId) | | List sessions | bash(command: "opencode session list", workdir: "...") |

| Resume session | List sessions → ask user → session/load | | Check version | bash(command: "opencode --version") |

Save the returned sessionId - you'll need it for all subsequent commands.

Control OpenCode directly via the Agent Client Protocol (ACP). Start sessions, send prompts, resume conversations, and manage OpenCode updates. Source: bjesuiter/opencode-acp-skill.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bjesuiter/opencode-acp-skill --skill opencode-acp-control
Category
""Writing
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is opencode-acp-control?

Control OpenCode directly via the Agent Client Protocol (ACP). Start sessions, send prompts, resume conversations, and manage OpenCode updates. Source: bjesuiter/opencode-acp-skill.

How do I install opencode-acp-control?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bjesuiter/opencode-acp-skill --skill opencode-acp-control Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/bjesuiter/opencode-acp-skill

Details

Category
""Writing
Source
skills.sh
First Seen
2026-02-17

Related Skills

None