← 返回 Skills 市场
numbpill3d

Claude Delegate

作者 splicer scorn · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
433
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install claude-delegate
功能描述
Delegate various coding tasks to Claude Code. Use this skill when you need assistance with code generation, bug fixing, feature implementation, code review,...
使用说明 (SKILL.md)

Claude Delegate

Use this skill to delegate coding tasks to Claude Code. It simplifies the process by providing the correct command structure for non-interactive execution.

Usage

To delegate a task to Claude Code, use the exec tool with the bash command, specifying the working directory and the task as a string. Claude Code will run with --print --permission-mode bypassPermissions automatically.

bash workdir:/path/to/project command:"claude --permission-mode bypassPermissions --print 'your coding task here'"

Examples

  • build a feature:

    bash workdir:~/projects/my-app command:"claude --permission-mode bypassPermissions --print 'build a user authentication module'"
    
  • refactor a module:

    bash workdir:~/projects/my-lib command:"claude --permission-mode bypassPermissions --print 'refactor the data processing module for better performance'"
    
  • review a pull request:

    bash workdir:/tmp/pr-review command:"claude --permission-mode bypassPermissions --print 'review the changes in pull request #123 and provide feedback'"
    
安全使用建议
This skill looks like a thin wrapper for running a local 'claude' CLI, but it forces a '--permission-mode bypassPermissions' flag (which overrides permissions) and doesn't declare the 'claude' binary dependency. Before installing or enabling it: 1) Do not allow automatic or unattended execution — require user confirmation. 2) Ask the author to remove or make the bypassPermissions flag optional and documented; never force a permission-bypass by default. 3) Ensure the agent runs in a restricted sandbox and that the 'claude' CLI is trustworthy and installed intentionally. 4) Have the skill declare the 'claude' binary as a required dependency (and justify any elevated flags). If you cannot verify those changes or you do not trust the local 'claude' executable, treat this skill as risky and do not enable it on sensitive projects or systems.
功能分析
Type: OpenClaw Skill Name: claude-delegate Version: 1.0.0 The skill instructions in SKILL.md direct the agent to execute the Claude CLI using the `--permission-mode bypassPermissions` flag. This flag explicitly disables interactive safety prompts, allowing the delegated Claude process to perform arbitrary file modifications and command executions without user confirmation. While this is a legitimate feature for automation, recommending its use within an autonomous agent framework creates a high-risk environment where malicious or unintended actions could occur silently.
能力评估
Purpose & Capability
The name/description match the instructions (delegating coding tasks to Claude Code). However the SKILL.md explicitly runs a 'claude' CLI with '--permission-mode bypassPermissions', yet the skill metadata declares no required binaries or credentials. The skill should have declared the 'claude' binary (or other runtime dependency) and must justify the permission-bypass flag; the current mismatch is unexpected.
Instruction Scope
Instructions tell the agent to run shell commands via exec (bash workdir:/path command:"claude ..."). This is coherent for a delegator, but the documentation forces the '--permission-mode bypassPermissions' flag and '--print' unilaterally. That flag appears to override safety/permission controls and effectively escalates the delegated tool's privileges; it broadens scope beyond simple code-generation and could enable access to files or actions the user's environment would otherwise block.
Install Mechanism
This is an instruction-only skill with no install spec or code files, which minimizes installation risk. There is nothing being downloaded or written by the skill itself.
Credentials
The skill requests no environment variables or credentials (which is reasonable). However it fails to declare that it depends on a local 'claude' CLI binary and on the ability to run shell commands in arbitrary working directories — both are effectively required at runtime and should be declared.
Persistence & Privilege
The skill does not request permanent 'always' presence (good), but instructing automatic use of '--permission-mode bypassPermissions' is a form of privilege escalation for the invoked tool. That increases the blast radius if the agent executes this skill autonomously or without user confirmation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install claude-delegate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /claude-delegate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Published the first version.
元数据
Slug claude-delegate
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Claude Delegate 是什么?

Delegate various coding tasks to Claude Code. Use this skill when you need assistance with code generation, bug fixing, feature implementation, code review,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 433 次。

如何安装 Claude Delegate?

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

Claude Delegate 是免费的吗?

是的,Claude Delegate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Claude Delegate 支持哪些平台?

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

谁开发了 Claude Delegate?

由 splicer scorn(@numbpill3d)开发并维护,当前版本 v1.0.0。

💬 留言讨论