OpenClaw-Superpowers: A Native Port of Jesse Vincent's Superpowers Framework Without Claude Code Dependency

Jesse Vincent's superpowers framework is a structured approach to AI-assisted development that is plan-first, test-driven, and includes a two-stage review loop. Existing ClawHub bridges for it are thin proxies that route Claude Code skill invocations through the gateway—they work but don't feel native. Now, a Reddit user has ported it from scratch for OpenClaw, removing the Claude Code dependency entirely.
Key Details
- Native commands: The port uses
sessions_spawnfor agent dispatch andupdate_planfor task tracking. - Three dedicated agents: The workflow is wired together by a coding orchestrator, an implementer, and a reviewer. The main session simply delegates—it does not manage any of the inner loop.
- README for agents, not humans: The README is written primarily for OpenClaw agents to follow. The idea is that you clone the repo and ask your assistant to set it up for you. It walks through a Q&A (model choices, branch completion strategy, review intensity) before touching anything.
- License: MIT.
Feedback is welcome, especially from those who have used the original superpowers and have opinions on what may be wrong in this port.
📖 Read the full source: r/openclaw
👀 See Also

Slack Message Formatter: Fix Claude's Broken Markdown in Slack
A developer built a skill that converts Claude-generated Markdown to proper Slack formatting, solving issues where bold text shows as asterisks, links appear raw, and tables break. The tool offers both browser preview with rich HTML copy-paste and API webhook support.

Hubcap Bridge: Persistent Two-Way Messaging Between CLI and Browser JavaScript via CDP
Hubcap Bridge is a new feature in the Hubcap CLI tool that creates a persistent two-way message channel between local processes and JavaScript running in browser pages via the Chrome DevTools Protocol. It enables Claude Code skills to interact with web apps through their internal JavaScript APIs without requiring public API access.

Claude Code Limiter: Self-Hosted Rate Limiter for Shared Claude Code Subscriptions
claude-code-limiter is a self-hostable tool that adds per-user rate limits to shared Claude Code subscriptions, featuring per-model quotas, credit budgets, sliding 24h windows, time-of-day rules, and a real-time dashboard.
