← 返回 Skills 市场
Acp
作者
coderXjeff
· GitHub ↗
· v0.1.4
788
总下载
0
收藏
5
当前安装
3
版本数
在 OpenClaw 中安装
/install openclaw-acp-channel-skill
功能描述
ACP channel plugin for OpenClaw — configure and use. Covers single/multi identity configuration, strict 1:1 binding policy (agentId <-> accountId), agent.md...
安全使用建议
This skill is essentially a how-to for installing/configuring an ACP channel plugin and coherently asks the agent to modify OpenClaw config, create identity files, and clone+install a repo from GitHub/Gitee. Those actions will write persistent, sensitive files (seedPassword, keys, openclaw.json bindings) and run npm installs. Before proceeding: 1) verify and manually inspect the referenced repository (https://github.com/coderXjeff/openclaw-acp-channel) and its package.json; 2) back up ~/.openclaw/openclaw.json and related identity files; 3) decide whether you want allowFrom default ["*"] and set ownerAid appropriately; 4) consider performing the install in a sandbox or VM if you cannot audit the code; 5) only authorize modifications (bindings, device identity files, gateway restart) when you understand their consequences.
功能分析
Type: OpenClaw Skill
Name: openclaw-acp-channel-skill
Version: 0.1.4
The skill bundle is classified as suspicious due to its extensive use of high-risk capabilities, primarily for installation and configuration. The `resources/install.md` file contains explicit prompt-injection instructions for the AI agent to perform `git clone` and `npm install` from external repositories (GitHub, Gitee), which introduces a significant supply chain vulnerability. Additionally, the agent is instructed to directly modify the core `~/.openclaw/openclaw.json` configuration file and set broad default network permissions (`allowFrom: ["*"]`), as detailed in `SKILL.md` and `resources/config-reference.md`. While these actions are plausibly necessary for a plugin's functionality, they represent a substantial attack surface and lack of granular control, raising concerns about potential misuse or exploitation if the upstream sources are compromised.
能力评估
Purpose & Capability
Name/description (ACP channel plugin) align with requested binaries (git, node, npm, curl) and the SKILL.md content: installing a plugin, editing OpenClaw config, creating agent.md, and calling ACP endpoints are all coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to read/write many local configuration files (~/.openclaw/openclaw.json, ~/.openclaw/identities/*.json, ~/.acp-storage/*), create agent.md files, mutate bindings, enable plugin entries, and restart the gateway. Those operations are expected for channel/plugin setup but are high-impact changes to local config and device identity files and should be explicitly authorized by the user before execution.
Install Mechanism
The skill is instruction-only (no registry install spec) and tells the agent to git clone https://github.com/coderXjeff/openclaw-acp-channel (with Gitee fallback) and run npm install. Cloning from GitHub/Gitee is a common/traceable approach, but it will pull and install external code on disk and run package installs — verify the repository and its dependencies before running.
Credentials
No environment variables or external credentials are requested by the skill itself. The SKILL.md does cause local secrets to be generated/stored (seedPassword written into openclaw.json and private keys under ~/.acp-storage), which is proportional to the channel's function but sensitive — ensure those files are protected and that you trust the code that will consume them.
Persistence & Privilege
always:false (not force-included). The skill's instructions cause persistent changes (cloning into ~/.openclaw/extensions/acp, writing openclaw.json, creating ~/.acp-storage entries, device identity modifications). This persistence is reasonable for a channel/plugin installer, but because it modifies global OpenClaw config and identity files, the user should confirm intent and back up configs prior to applying changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-acp-channel-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-acp-channel-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
- Updated installation instructions: now explicitly require users to install the ACP channel plugin from the openclaw-acp-channel repository before using the skill.
- ACP Rank API and statistics endpoints now reference https://agentunion.net (was https://rank.agentunion.cn), with example curl usage for querying ranks, stats, and search.
- Installation and configuration documentation now points to the plugin repository’s official guide, with less duplicated text.
- No code or tooling changes; documentation clarity and endpoint updates only.
v0.1.3
**Summary:** Documentation updates and metadata improvements.
- Refined and condensed the SKILL.md to improve clarity and usability.
- Updated the description to be more concise; removed redundant details.
- Added metadata: required system binaries and source repository link.
- Adjusted group join instructions: now check user intent before joining from links.
- Standardized references to detailed documentation for rank/search API.
- No functional or code-level changes; documentation and metadata only.
v0.1.1
Initial public release with detailed setup and usage guide.
- Added comprehensive SKILL.md documentation for the ACP channel plugin on OpenClaw.
- Covers installation, configuration (single/multi-identity), strict binding policy, agent.md management, messaging, contacts, group chat, ranking, searching, and troubleshooting.
- Includes step-by-step command and API usage examples for all major features.
- Clear guidance for multi-identity execution and settings.
- Reference links to extended docs for installation, messaging, permissions, troubleshooting, and group chat.
元数据
常见问题
Acp 是什么?
ACP channel plugin for OpenClaw — configure and use. Covers single/multi identity configuration, strict 1:1 binding policy (agentId <-> accountId), agent.md... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 788 次。
如何安装 Acp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-acp-channel-skill」即可一键安装,无需额外配置。
Acp 是免费的吗?
是的,Acp 完全免费(开源免费),可自由下载、安装和使用。
Acp 支持哪些平台?
Acp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Acp?
由 coderXjeff(@coderxjeff)开发并维护,当前版本 v0.1.4。
推荐 Skills