← 返回 Skills 市场
257
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install superpowers-parallel-agents
功能描述
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent in...
安全使用建议
This skill appears coherent and limited to orchestrating parallel subagents, but it will enable agents to read and modify your codebase — so take precautions: run it on a cloned repo or feature branch, require a human review step before merging any automated changes, ensure CI runs the full test suite after integration, and watch for conflicting edits from concurrent agents. Do not run it against repositories containing sensitive secrets or production-only resources without additional access controls. If you need stronger guarantees, ask for more explicit safe-guards in the prompts (e.g., automatic branch creation, per-agent file locks, and an explicit 'propose' vs 'apply' mode).
功能分析
Type: OpenClaw Skill
Name: superpowers-parallel-agents
Version: 1.0.1
The skill bundle 'superpowers-parallel-agents' provides a framework for an AI agent to manage multiple independent tasks concurrently using the OpenClaw 'sessions_spawn' tool. The content in SKILL.md consists of legitimate architectural guidance, task-dispatching logic, and prompt templates for sub-agents, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (dispatch parallel subagents for independent tasks) matches the SKILL.md content. The instructions only require the agent to create sessions with sessions_spawn, read test files, run tests, and propose or apply fixes — all coherent with the stated purpose.
Instruction Scope
The instructions explicitly direct subagents to read project files, run tests, and make code fixes (with constraints such as 'don't change other code'). This is expected for a code-fixing parallel-agents skill, but it does mean the skill involves filesystem access and code modification. The guidance is high-level and relies on the orchestrating agent to enforce constraints and resolve merge/conflict risks, so users should ensure human review/controls are in place before accepting changes.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is downloaded or written to disk by an installer, which is the lowest-risk install surface.
Credentials
No required environment variables, credentials, or config paths are declared, and the SKILL.md does not request secrets or external tokens. The described operations (sessions_spawn, local cwd) do not require additional credentials beyond whatever the agent already has to access the project workspace.
Persistence & Privilege
always is false and there is no attempt to modify other skills or system-wide settings. Autonomous invocation remains allowed (platform default) but the skill itself does not demand elevated or persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install superpowers-parallel-agents - 安装完成后,直接呼叫该 Skill 的名称或使用
/superpowers-parallel-agents触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
OpenClaw-adapted skill for Superpowers development methodology.
v1.0.0
Initial release: OpenClaw-adapted skill.
元数据
常见问题
Parallel Agents 是什么?
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent in... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。
如何安装 Parallel Agents?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install superpowers-parallel-agents」即可一键安装,无需额外配置。
Parallel Agents 是免费的吗?
是的,Parallel Agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Parallel Agents 支持哪些平台?
Parallel Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Parallel Agents?
由 AxelHu(@axelhu)开发并维护,当前版本 v1.0.1。
推荐 Skills