OpenClaw Superpowers

v1.0.0Coding Agentsstable

44 plug-and-play skills for OpenClaw — self-modifying AI agent with cron scheduling, security guardrails, persistent memory, knowledge graphs, and MCP health monitoring. Your agent teaches itself new behaviors during conversation.

agent-frameworkai-agentai-automationai-pluginsai-security
Share:
62
Stars
0
Downloads
0
Weekly
0/5

What is OpenClaw Superpowers?

OpenClaw Superpowers is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 44 plug-and-play skills for openclaw — self-modifying ai agent with cron scheduling, security guardrails, persistent memory, knowledge graphs, and mcp health monitoring. your agent teaches itself new ...

44 plug-and-play skills for OpenClaw — self-modifying AI agent with cron scheduling, security guardrails, persistent memory, knowledge graphs, and MCP health monitoring. Your agent teaches itself new behaviors during conversation.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 44 plug-and-play skills for OpenClaw — self-modifying AI age

Use Cases

44 skills for self-improving AI agents
Cron scheduling, guardrails, and knowledge graphs
ArchieIndian

Maintainer

LicenseNOASSERTION
Languagepython
Versionv1.0.0
UpdatedMay 16, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx openclaw-superpowers

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use OpenClaw Superpowers

OpenClaw Superpowers is a collection of 56 plug-and-play skills for the OpenClaw AI agent framework, covering self-modification (the agent can write new skills during a conversation), cron-scheduled automation, defense-in-depth security guardrails, persistent memory via SQLite and knowledge graphs, multi-agent coordination, API spend tracking, and MCP health monitoring. Skills install in a single command and activate automatically in new sessions, enabling solo developers and teams to build self-improving autonomous agents without writing boilerplate orchestration code. The security layer specifically addresses prompt injection, malicious skill installs, and destructive action prevention.

Prerequisites

  • OpenClaw agent framework installed (openclaw gateway must be runnable)
  • Git to clone the skills repository
  • Bash shell for running the install script
  • An MCP-compatible client compatible with OpenClaw
  • Internet access for installing community skills and Obsidian sync
1

Clone the superpowers repository into OpenClaw extensions

Download all 56 skills into the standard OpenClaw extensions directory. This location is where OpenClaw looks for installed skill packs.

git clone https://github.com/ArchieIndian/openclaw-superpowers ~/.openclaw/extensions/superpowers
2

Run the installer

Execute the install script from the cloned directory. It symlinks all skills, creates state directories for stateful skills, and registers cron jobs in one step.

cd ~/.openclaw/extensions/superpowers && ./install.sh
3

Restart the OpenClaw gateway

Apply the installation by restarting the gateway process. New skills become eligible after the restart.

openclaw gateway restart
4

Verify eligible skills

Check which skills are active and eligible for use in the current session. Skills are opt-in — the model decides when to use them based on context.

openclaw skills list --eligible
5

Add mandatory behaviors to AGENTS.md

For skills you want enforced deterministically (e.g., security monitoring, memory hygiene), add rules to your project's AGENTS.md file. This is more reliable than relying solely on system prompts.

6

Start a new session and use skills

Begin a fresh OpenClaw session. The agent will now have access to all 56 skills including brainstorming, task checkpointing, cron scheduling, knowledge graphs, and self-modification (create-skill).

OpenClaw Superpowers Examples

Client configuration

Configure your MCP client to connect to the OpenClaw gateway with superpowers enabled.

{
  "mcpServers": {
    "openclaw-superpowers": {
      "command": "npx",
      "args": ["openclaw-superpowers"]
    }
  }
}

Prompts to try

Activate specific OpenClaw Superpowers skills to automate agent tasks and management.

- "Create a new skill that automatically labels GitHub issues by component when I ask you to triage"
- "Schedule a daily cron job to check our API spend and alert if it exceeds $10"
- "Build a knowledge graph of all the entities mentioned in our last 10 project planning sessions"
- "Run the security skill to scan all recently installed skills for prompt injection patterns"
- "Check the health of all connected MCP servers and report any that are unreachable"

Troubleshooting OpenClaw Superpowers

The install.sh script fails with permission denied

Make the script executable first with 'chmod +x ~/.openclaw/extensions/superpowers/install.sh', then re-run it. If creating symlinks fails, check that ~/.openclaw/extensions/ exists and your user has write access.

Skills are installed but 'openclaw skills list --eligible' shows none

Start a completely fresh session after restarting the gateway — skills are session-scoped at activation time. If the list is still empty, verify the symlinks were created correctly in ~/.openclaw/skills/ and that the AGENTS.md or system prompt references the superpowers extension.

Cron-scheduled skills are not running on schedule

Check that the install script successfully registered the cron jobs by running 'crontab -l'. If missing, manually re-run './install.sh' from the superpowers directory. Confirm that 'openclaw gateway' is running as a background process when the cron jobs fire.

Frequently Asked Questions about OpenClaw Superpowers

What is OpenClaw Superpowers?

OpenClaw Superpowers is a Model Context Protocol (MCP) server that 44 plug-and-play skills for openclaw — self-modifying ai agent with cron scheduling, security guardrails, persistent memory, knowledge graphs, and mcp health monitoring. your agent teaches itself new behaviors during conversation. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install OpenClaw Superpowers?

Follow the installation instructions on the OpenClaw Superpowers GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with OpenClaw Superpowers?

OpenClaw Superpowers works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is OpenClaw Superpowers free to use?

Yes, OpenClaw Superpowers is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "openclaw-superpowers": { "command": "npx", "args": ["-y", "openclaw-superpowers"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use OpenClaw Superpowers?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides