← 返回 Skills 市场
bjesuiter

Opencode Acp Control

作者 Benjamin Jesuiter · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
4899
总下载
9
收藏
28
当前安装
3
版本数
在 OpenClaw 中安装
/install opencode-acp-control
功能描述
Control OpenCode directly via the Agent Client Protocol (ACP). Start sessions, send prompts, resume conversations, and manage OpenCode updates.
安全使用建议
Install only if you trust the local OpenCode CLI and are comfortable giving it project file and terminal access. Before using the update workflow, confirm exactly which OpenCode processes will be stopped, avoid killing unrelated sessions, and prefer a verified installer or release artifact over piping a remote script directly into bash.
功能分析
Type: OpenClaw Skill Name: opencode-acp-control Version: 1.0.2 The skill is designed to control the OpenCode application using its Agent Client Protocol (ACP). It utilizes `bash` commands to start/stop OpenCode processes, list sessions, and check versions, which are all directly aligned with its stated purpose. It also uses `webfetch` to check for OpenCode updates from a legitimate GitHub repository. While a `curl | bash` command is suggested for manual updates, it is presented as a user instruction, not an agent-executed command. There is no evidence of data exfiltration, persistence mechanisms, or malicious prompt injection attempts against the agent.
能力评估
Purpose & Capability
The core purpose is coherent: it documents how to start OpenCode via ACP, initialize JSON-RPC sessions, send prompts, resume sessions, poll responses, and stop the managed process. The advertised file read/write and terminal capabilities are powerful but aligned with controlling a coding agent.
Instruction Scope
The update workflow goes beyond a single tracked session: its summary loops over process.list() and kills any process whose command includes "opencode". That is under-scoped and could interrupt unrelated OpenCode work without an explicit confirmation step.
Install Mechanism
There is no bundled executable code, and normal use depends on an existing opencode CLI. However, the update fallback suggests `curl -fsSL https://opencode.dev/install | bash` without integrity verification or a safety warning.
Credentials
Running OpenCode in a project cwd and exposing filesystem/terminal capabilities is proportionate for a coding-agent controller, but users should restrict it to trusted workspaces because OpenCode can affect local project files and commands.
Persistence & Privilege
The skill starts OpenCode as a background process and documents process.kill plus timeout behavior. That background execution is disclosed, but the update section's broad kill pattern lacks clear containment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install opencode-acp-control
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /opencode-acp-control 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated skill metadata to version 1.0.2. - Added a dedicated metadata section with links to protocol docs, GitHub repo, and issue tracker. - Minor formatting changes and clarifications in documentation. - No changes to core skill functionality or usage instructions.
v1.0.1
- Added author, license, and GitHub repository metadata in SKILL.md. - Included a link to the GitHub repository in the documentation. - Added emphasis that the online protocol documentation is for AGENTS. - No changes to core functionality or workflow instructions.
v1.0.0
OpenCode ACP Control 1.0.0 – Initial release - Adds full control of OpenCode via the Agent Client Protocol (ACP) - Supports starting/stopping OpenCode, sending prompts, and reading responses using JSON-RPC 2.0 over bash subprocesses - Enables session creation, resuming previous conversations, and session management - Provides guidance for polling strategy, error handling, and stop reason interpretation - Includes workflows to check for updates and auto-update OpenCode on restart
元数据
Slug opencode-acp-control
版本 1.0.2
许可证
累计安装 184
当前安装数 28
历史版本数 3
常见问题

Opencode Acp Control 是什么?

Control OpenCode directly via the Agent Client Protocol (ACP). Start sessions, send prompts, resume conversations, and manage OpenCode updates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4899 次。

如何安装 Opencode Acp Control?

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

Opencode Acp Control 是免费的吗?

是的,Opencode Acp Control 完全免费(开源免费),可自由下载、安装和使用。

Opencode Acp Control 支持哪些平台?

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

谁开发了 Opencode Acp Control?

由 Benjamin Jesuiter(@bjesuiter)开发并维护,当前版本 v1.0.2。

💬 留言讨论