← Back to Skills Marketplace
257
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install superpowers-parallel-agents
Description
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...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install superpowers-parallel-agents - After installation, invoke the skill by name or use
/superpowers-parallel-agents - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
OpenClaw-adapted skill for Superpowers development methodology.
v1.0.0
Initial release: OpenClaw-adapted skill.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 257 downloads so far.
How do I install Parallel Agents?
Run "/install superpowers-parallel-agents" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Parallel Agents free?
Yes, Parallel Agents is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Parallel Agents support?
Parallel Agents is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Parallel Agents?
It is built and maintained by AxelHu (@axelhu); the current version is v1.0.1.
More Skills