← 返回 Skills 市场
项目制多智能体开发协议
作者
tincomking
· GitHub ↗
· v1.0.1
635
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install project-mode
功能描述
激活项目制多智能体开发协议。用于处理复杂的代码开发、系统搭建等需求。该工具将在后台自动拆解任务、调度程序员和测试员、更新 dev_project.md 并处理错误重试。
安全使用建议
总体上此技能在设计上自洽且影响面有限,但在安装/运行前请注意:1) 备份 ~/.openclaw/workspace/dev_Project.md 和相关文件——脚本会就地修改这些文件且其替换逻辑依赖特定模板;2) 检查并创建 SKILL.md/脚本中引用的路径(~/.openclaw/venv、memory_viewer.py、system_protocol_project_mode.md 等),否则部分步骤会失败;3) 当前代码用占位字符串代替真正的 LLM 调用——如果未来版本引入网络/外部 API 调用或凭证需求,请重新评估;4) 在受控环境(非生产关键数据)先运行验证其行为与文件修改是否符合期望。
功能分析
Type: OpenClaw Skill
Name: project-mode
Version: 1.0.1
The skill is designed for complex code development and system setup, inherently requiring high-risk capabilities. The `SKILL.md` explicitly instructs the AI agent to execute shell commands (e.g., `python3 ~/.openclaw/workspace/memory_viewer.py`, `grep`), which, while aligned with the stated purpose, represents a powerful and potentially exploitable capability. The `project_mode_skill.py` script performs extensive file system operations (reading/writing `dev_Project.md`, `system_protocol_project_mode.md`) and uses `re.sub` to update these files. If user-controlled input (e.g., `user_requirement`, `error_msg`) were not properly sanitized before being used in these updates, it could lead to content injection into `dev_Project.md`, potentially influencing future agent behavior. The design also indicates future LLM integration, which would introduce significant prompt injection risks. No direct malicious intent like data exfiltration or backdoors is observed, but the combination of powerful capabilities and potential input handling vulnerabilities makes it suspicious.
能力评估
Purpose & Capability
技能名称与描述(拆解任务、调度子进程、更新 dev_project.md、错误重试)与代码/说明一致。所需项(无环境变量、无外部二进制)与此用途相称;它仅操作 ~/.openclaw/workspace 下的文件,这与“项目制开发协议”用途相符。
Instruction Scope
SKILL.md 指令和代码都明确要求读取 system_protocol_project_mode.md 与 dev_project.md、更新 dev_project.md 并输出进度;还列出两个用于调试/可视化的本地命令(激活虚拟环境并运行 memory_viewer.py,grep 查进度)。这些操作都在用户家目录的 .openclaw 工作区内,属于技能声明范围。注意:SKILL.md 与代码假定特定文件模板/路径存在(例如 dev_Project.md 中有特定占位内容),如果模板不匹配,更新函数可能不会生效。
Install Mechanism
无安装规范(instruction-only)且仅包含一个 Python 脚本;没有从外部 URL 下载或在安装阶段写入任意文件的行为,风险较低。
Credentials
不请求任何环境变量或凭证;所有文件访问限定在 ~/.openclaw/workspace,未尝试访问云凭证、网络令牌或系统级配置,所需权限与描述相称。
Persistence & Privilege
flags 中没有 always:true,也未声明修改其他技能或系统范围配置。默认允许模型调用(平台常见默认)但这项技能本身并未请求长期驻留或提升权限。
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install project-mode - 安装完成后,直接呼叫该 Skill 的名称或使用
/project-mode触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No changes detected in this version.
- Version 1.0.1 has no file modifications or content updates.
v1.0.0
初始版本
元数据
常见问题
项目制多智能体开发协议 是什么?
激活项目制多智能体开发协议。用于处理复杂的代码开发、系统搭建等需求。该工具将在后台自动拆解任务、调度程序员和测试员、更新 dev_project.md 并处理错误重试。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 635 次。
如何安装 项目制多智能体开发协议?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install project-mode」即可一键安装,无需额外配置。
项目制多智能体开发协议 是免费的吗?
是的,项目制多智能体开发协议 完全免费(开源免费),可自由下载、安装和使用。
项目制多智能体开发协议 支持哪些平台?
项目制多智能体开发协议 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 项目制多智能体开发协议?
由 tincomking(@tincomking)开发并维护,当前版本 v1.0.1。
推荐 Skills