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.
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:
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 READMEbrainstormingStructured ideation before any implementation
create-skillWrites new skills during conversation
project-onboardingCrawls a new codebase to generate a PROJECT.md context file
long-running-task-managementBreaks multi-hour tasks into checkpointed stages with resume
agent-self-recoveryDetects when the agent is stuck in a loop and escapes
mcp-health-checkerMonitors MCP server connections for health, latency, and availability
prompt-injection-guardDetects injection attempts in external content before the agent acts
memory-graph-builderParses MEMORY.md into a knowledge graph; detects duplicates and contradictions
community-skill-radarScans Reddit for OpenClaw pain points and feature requests
session-persistenceImports session transcripts into SQLite with full-text search
dag-recallWalks the memory DAG to recall detailed context on demand
obsidian-syncSyncs OpenClaw memory to an Obsidian vault nightly
Comparable tools
Installation
git clone https://github.com/ArchieIndian/openclaw-superpowers ~/.openclaw/extensions/superpowers
cd ~/.openclaw/extensions/superpowers && ./install.sh
openclaw gateway restartAlternatively, 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.
- Story by Arkid · 2026-03-15
Compare openclaw-superpowers with
Last updated · Auto-generated from public README + GitHub signals.