← Back to Skills Marketplace
partigle

Claude Code Connector

by johney.zhoa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
384
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install claude-code-connector
Description
通过 ACP 桥接调用 Claude Code。 **触发词:** "调用 Claude"、"让 Claude 处理"、"claude code" **使用方式:** ``` 调用 Claude Code 分析这个文件
README (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 的分析结果...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install claude-code-connector
  3. After installation, invoke the skill by name or use /claude-code-connector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug claude-code-connector
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Claude Code Connector?

通过 ACP 桥接调用 Claude Code。 **触发词:** "调用 Claude"、"让 Claude 处理"、"claude code" **使用方式:** ``` 调用 Claude Code 分析这个文件. It is an AI Agent Skill for Claude Code / OpenClaw, with 384 downloads so far.

How do I install Claude Code Connector?

Run "/install claude-code-connector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Claude Code Connector free?

Yes, Claude Code Connector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Claude Code Connector support?

Claude Code Connector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Claude Code Connector?

It is built and maintained by johney.zhoa (@partigle); the current version is v1.0.0.

💬 Comments