← 返回 Skills 市场
Claude Code Connector
作者
johney.zhoa
· GitHub ↗
· v1.0.0
· MIT-0
384
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install claude-code-connector
功能描述
通过 ACP 桥接调用 Claude Code。 **触发词:** "调用 Claude"、"让 Claude 处理"、"claude code" **使用方式:** ``` 调用 Claude Code 分析这个文件
使用说明 (SKILL.md)
Call Claude Code via ACP
工具定义
{
"name": "call_claude_code",
"description": "Call Claude Code via ACP bridge",
"inputSchema": {
"type": "object",
"properties": {
"prompt": {
"type": "string",
"description": "The prompt to send to Claude Code"
}
},
"required": ["prompt"]
}
}
执行逻辑
/Users/mac/.openclaw/workspace/scripts/acp-bridge-claude.sh
示例
输入:
{
"prompt": "分析当前目录的项目结构"
}
输出:
Claude Code 的分析结果...
安全使用建议
This skill runs a specific local script path that is not provided with the skill. Only enable it if you trust and have inspected /Users/mac/.openclaw/workspace/scripts/acp-bridge-claude.sh (open it and review its contents). Prefer skills that either bundle or link to a known implementation or clearly document what network endpoints and file access are used. If you need to test, run the script in a sandbox/container or request the script source from the author. If you cannot review the script, treat the skill as risky because it can execute arbitrary code and access local data or credentials.
功能分析
Type: OpenClaw Skill
Name: claude-code-connector
Version: 1.0.0
The skill executes a shell script located at a hardcoded absolute path (/Users/mac/.openclaw/workspace/scripts/acp-bridge-claude.sh) that is not included in the bundle. This creates a dependency on an external, unverified file and poses a risk of arbitrary command execution or local privilege exploitation, as the script's logic and input handling for the 'prompt' parameter are unknown and reside outside the skill's scope.
能力评估
Purpose & Capability
The declared purpose (bridge to Claude Code) matches the instruction to call an ACP bridge script, so the capability aligns in concept. However, the skill assumes the presence of a specific user-local script that is not part of the package and not documented, which is an unexpected external dependency for an instruction-only skill.
Instruction Scope
The SKILL.md directs the agent to execute a specific absolute path on the user's machine. While the instruction does not explicitly tell the agent to read other files, executing an arbitrary local script can perform any actions (read files, network calls, exfiltrate data). The instructions provide no limits, verification steps, or description of what the script does.
Install Mechanism
No install spec (instruction-only), which reduces disk footprint from the skill itself. But relying on an external local script (not installed or bundled) is unusual and shifts trust to an out-of-band file; this is not inherently dangerous but is opaque.
Credentials
The skill declares no required environment variables or credentials, yet invoking an arbitrary local bridge script could access credentials or secrets on the host. Because the script is external and not audited, the skill's declared environment requirements understate what the executed code may access.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not claim to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claude-code-connector - 安装完成后,直接呼叫该 Skill 的名称或使用
/claude-code-connector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of claude-code-connector.
- Enables calling Claude Code via the ACP bridge.
- Supports trigger phrases: "调用 Claude", "让 Claude 处理", "claude code".
- Users can send prompts such as "分析这个文件" for processing.
- Includes tool definition and example input/output for reference.
元数据
常见问题
Claude Code Connector 是什么?
通过 ACP 桥接调用 Claude Code。 **触发词:** "调用 Claude"、"让 Claude 处理"、"claude code" **使用方式:** ``` 调用 Claude Code 分析这个文件. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 384 次。
如何安装 Claude Code Connector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-code-connector」即可一键安装,无需额外配置。
Claude Code Connector 是免费的吗?
是的,Claude Code Connector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claude Code Connector 支持哪些平台?
Claude Code Connector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claude Code Connector?
由 johney.zhoa(@partigle)开发并维护,当前版本 v1.0.0。
推荐 Skills