← Back to Skills Marketplace
tincomking

项目制多智能体开发协议

by tincomking · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
635
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install project-mode
Description
激活项目制多智能体开发协议。用于处理复杂的代码开发、系统搭建等需求。该工具将在后台自动拆解任务、调度程序员和测试员、更新 dev_project.md 并处理错误重试。
Usage Guidance
总体上此技能在设计上自洽且影响面有限,但在安装/运行前请注意:1) 备份 ~/.openclaw/workspace/dev_Project.md 和相关文件——脚本会就地修改这些文件且其替换逻辑依赖特定模板;2) 检查并创建 SKILL.md/脚本中引用的路径(~/.openclaw/venv、memory_viewer.py、system_protocol_project_mode.md 等),否则部分步骤会失败;3) 当前代码用占位字符串代替真正的 LLM 调用——如果未来版本引入网络/外部 API 调用或凭证需求,请重新评估;4) 在受控环境(非生产关键数据)先运行验证其行为与文件修改是否符合期望。
Capability Analysis
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.
Capability Assessment
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,也未声明修改其他技能或系统范围配置。默认允许模型调用(平台常见默认)但这项技能本身并未请求长期驻留或提升权限。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install project-mode
  3. After installation, invoke the skill by name or use /project-mode
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
No changes detected in this version. - Version 1.0.1 has no file modifications or content updates.
v1.0.0
初始版本
Metadata
Slug project-mode
Version 1.0.1
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is 项目制多智能体开发协议?

激活项目制多智能体开发协议。用于处理复杂的代码开发、系统搭建等需求。该工具将在后台自动拆解任务、调度程序员和测试员、更新 dev_project.md 并处理错误重试。 It is an AI Agent Skill for Claude Code / OpenClaw, with 635 downloads so far.

How do I install 项目制多智能体开发协议?

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

Is 项目制多智能体开发协议 free?

Yes, 项目制多智能体开发协议 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 项目制多智能体开发协议 support?

项目制多智能体开发协议 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 项目制多智能体开发协议?

It is built and maintained by tincomking (@tincomking); the current version is v1.0.1.

💬 Comments