← 返回 Skills 市场
brothaakhee

Superclaw

作者 Hammad Hai · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
398
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install superclaw
功能描述
Complete software development workflow enforcing design → plan → execution with checkpoints
安全使用建议
Superclaw appears coherent and instruction-only, but before enabling it: (1) confirm you are comfortable the agent will read MEMORY.md and USER.md (these can contain sensitive user preferences/history); (2) verify the workspace paths it will write to (workspace/docs/plans/ and workspace/memory/) so artifacts don't leak into places you don't want; (3) note that sessions_spawn will create subagents to perform tasks — those subagents run with the agent's existing privileges, so review produced files/plans before allowing automatic execution; and (4) watch for examples that reference home paths (e.g., ~/.todos.json) — if you prefer all artifacts confined to a sandboxed workspace, modify the plan or instruct the agent accordingly.
功能分析
Type: OpenClaw Skill Name: superclaw Version: 1.0.1 The OpenClaw AgentSkills skill bundle 'Superclaw' is designed to enforce a disciplined software development workflow (design, plan, execute) for AI agents. All files consistently describe a process involving user approval, structured planning, and batched execution with checkpoints. While the `executing-plans/SKILL.md` utilizes `sessions_spawn` for task execution, a powerful capability, its use is framed within a controlled, isolated, and auditable manner, with explicit user checkpoints and logging to `workspace/memory/YYYY-MM-DD.md`. The 'HARD GATES' and 'Rationalization Resistance' sections in the `SKILL.md` files are self-imposed constraints on the agent to prevent undisciplined behavior, rather than malicious prompt injection attempts. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized remote control, persistence mechanisms, or obfuscation. The file system access and execution capabilities are aligned with the stated purpose of a software development agent.
能力评估
Purpose & Capability
The skill's name and description (enforcing a design→plan→execute workflow) align with the runtime instructions: asking clarifying questions, saving design/plan files, batching tasks, updating memory, and spawning subagents for isolated task execution. It does not request unrelated binaries, environment variables, or external endpoints.
Instruction Scope
The SKILL.md explicitly instructs the agent to read/write workspace files (workspace/docs/plans/, workspace/memory/) and to read MEMORY.md / USER.md for context; it also shows example use of sessions_spawn to run isolated subagents and example use of home-paths (e.g., ~/.todos.json). This is coherent with its memory-integration claim, but users should be aware that reading MEMORY.md and writing files to the workspace (and optionally home paths in examples) will access local contextual data and produce artifacts on disk — expected behavior for a workflow enforcement skill.
Install Mechanism
No install spec and no code files are included; this is instruction-only so nothing is downloaded or written during install. That minimizes install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The memory and workspace path access it documents is proportional to its purpose (context-aware planning and progress logging). There are no unrelated credential requests.
Persistence & Privilege
The skill does not request always:true or elevated persistent privileges. It relies on normal agent capabilities (reading/writing workspace files and spawning sessions_spawn subagents). Those are appropriate for an execution/workflow skill, but will operate with whatever permissions the agent already has.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install superclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /superclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Re-publish: Complete software development workflow enforcing design → plan → execution with checkpoints. Based on obra/superpowers, adapted for OpenClaw.
v1.0.0
Initial release: brainstorming, writing-plans, and executing-plans skills. Full RED-GREEN-REFACTOR testing. Integration tested. Based on obra/superpowers.
元数据
Slug superclaw
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Superclaw 是什么?

Complete software development workflow enforcing design → plan → execution with checkpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 398 次。

如何安装 Superclaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install superclaw」即可一键安装,无需额外配置。

Superclaw 是免费的吗?

是的,Superclaw 完全免费(开源免费),可自由下载、安装和使用。

Superclaw 支持哪些平台?

Superclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Superclaw?

由 Hammad Hai(@brothaakhee)开发并维护,当前版本 v1.0.1。

💬 留言讨论