Claude Delegate
/install claude-delegate
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'"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claude-delegate - 安装完成后,直接呼叫该 Skill 的名称或使用
/claude-delegate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。