Superclaw is a comprehensive workflow engine that prevents AI agents from coding prematurely by enforcing a strict design, plan, and execute cycle.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install superclaw
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install superclaw using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Superclaw is a disciplined software development framework designed specifically for the Openclaw Skills ecosystem. Based on the original superpowers framework, it introduces a rigorous methodology that forces agents to prioritize architectural integrity over immediate code generation. By chaining three distinct phases—Brainstorming, Writing Plans, and Executing Plans—it ensures that every line of code is backed by a peer-reviewed design and a granular implementation strategy.
This skill package is essential for developers who want to avoid the common pitfalls of AI coding, such as compounding errors and lack of context. It integrates directly with local memory files and workspace conventions to provide a transparent, auditable, and highly reliable development experience. Whether you are building complex CLI tools or modular web components, Superclaw provides the guardrails necessary for professional-grade software engineering.
To install this skill package within your environment, run the following command in your terminal:
npx clawhub@latest install superclaw
The components of this package will automatically load when the agent detects a task related to software creation or feature implementation.
Superclaw organizes all design and implementation artifacts within the workspace to ensure persistent documentation. The following directory structure and naming conventions are used:
| Directory | File Pattern | Description |
|---|---|---|
workspace/docs/plans/ |
YYYY-MM-DD-<topic>-design.md |
Contains approved architectural designs and trade-off analysis. |
workspace/docs/plans/ |
YYYY-MM-DD-<topic>-plan.md |
Contains the granular task list and implementation methodology. |
memory/ |
YYYY-MM-DD.md |
Daily logs updated after every execution batch checkpoint. |
root |
MEMORY.md / USER.md |
Referenced for global project context and user preferences. |
Loading
Securely upload videos to YouTube using the official Data API v3 and OAuth 2.0 authentication.

A technical skill for automating video uploads to YouTube via official OAuth 2.0 authentication and API integration.

An automated solution for managing Xiaohongshu accounts, publishing notes, and tracking performance data via Openclaw Skills.

A comprehensive automation skill for Git that handles change detection, commit message generation, and remote synchronization.

A thesis-driven trading assistant for equity and options analysis designed to enforce discipline and edge identification.

A CLI-driven integration for fetching real-time decentralized exchange market data, liquidity metrics, and token profiles.








































