MCP Catalogs
Home

openclaw-superpowers

by ArchieIndian·62·Score 46

A skill library for OpenClaw with 56 plug-and-play skills including cron scheduling, security guardrails, and MCP health monitoring.

developer-toolsai-llmsecurity
12
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

OpenClaw-Superpowers is a comprehensive skill library designed to enhance OpenClaw, a persistent AI agent runtime. It provides 56 ready-to-use skills that transform basic AI agents into autonomous systems capable of 24/7 operation. The skills include structured thinking methodologies, security guardrails against prompt injection, persistent memory management with DAG-based compaction, cron scheduling for routine tasks, and self-recovery mechanisms. Notably, the library includes a unique self-modifying capability where agents can create new skills during conversation, allowing them to continuously improve their behavior based on user interactions.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Building autonomous AI agents that run 24/7 with persistent memory and task continuity
you:Creating secure AI systems with guardrails against prompt injection and dangerous actions
you:Developing self-improving agents that can generate new skills based on user feedback
you:Does installing these skills guarantee OpenClaw will use them?
you:How does the self-modifying capability work?

When to choose this

Choose this if you're building persistent autonomous AI agents with OpenClaw and need comprehensive skills for 24/7 operation, security, and self-improvement capabilities.

When NOT to choose this

Don't choose this if you're not using OpenClaw as your agent runtime, as these skills are specifically designed for OpenClaw's persistent architecture and won't work with other frameworks.

Tools this server exposes

12 tools extracted from the README
  • brainstorming

    Structured ideation before any implementation

  • create-skill

    Writes new skills during conversation

  • project-onboarding

    Crawls a new codebase to generate a PROJECT.md context file

  • long-running-task-management

    Breaks multi-hour tasks into checkpointed stages with resume

  • agent-self-recovery

    Detects when the agent is stuck in a loop and escapes

  • mcp-health-checker

    Monitors MCP server connections for health, latency, and availability

  • prompt-injection-guard

    Detects injection attempts in external content before the agent acts

  • memory-graph-builder

    Parses MEMORY.md into a knowledge graph; detects duplicates and contradictions

  • community-skill-radar

    Scans Reddit for OpenClaw pain points and feature requests

  • session-persistence

    Imports session transcripts into SQLite with full-text search

  • dag-recall

    Walks the memory DAG to recall detailed context on demand

  • obsidian-sync

    Syncs OpenClaw memory to an Obsidian vault nightly

Comparable tools

obra/superpowersn8nauto-gptcrewai

Installation

git clone https://github.com/ArchieIndian/openclaw-superpowers ~/.openclaw/extensions/superpowers
cd ~/.openclaw/extensions/superpowers && ./install.sh
openclaw gateway restart

Alternatively, you can install skills manually by copying them to your OpenClaw skills directory and configuring cron jobs.

FAQ

Does installing these skills guarantee OpenClaw will use them?
No. Skills are exposed as available capabilities, and the model decides whether to read and apply them. For best results, put mandatory rules in AGENTS.md rather than SOUL.md.
How does the self-modifying capability work?
The agent can use the 'create-skill' command during conversation to write new SKILL.md files, immediately making those behaviors permanent without needing a restart.

On Hacker News

Recent discussion from the developer community.

Compare openclaw-superpowers with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.