openclaw-superpowers
by ArchieIndian·★ 62·综合分 46
OpenClaw 的技能库,包含56个即插即用技能,如定时任务、安全护栏和 MCP 健康监控。
概述
OpenClaw-Superpowers 是一个全面的技能库,专为增强 OpenClaw(持久化 AI 代理运行时)而设计。它提供了56个即插即用技能,可以将基础 AI 代理转变为能够全天候运行的自主系统。这些技能包括结构化思维方法论、防止提示注入的安全护栏、基于 DAG 的持久内存管理、例行任务的定时调度以及自我恢复机制。值得注意的是,该库包含独特的自修改功能,代理可以在对话过程中创建新技能,使其能够根据用户交互持续改进行为。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您正在使用 OpenClaw 构建持久自主 AI 代理,并需要全面的技能来支持 24/7 运行、安全防护和自我改进功能,请选择此方案。
什么时候不要选它
如果您不使用 OpenClaw 作为代理运行时,请不要选择此方案,因为这些技能是专门为 OpenClaw 的持久架构设计的,不适用于其他框架。
此 server 暴露的工具
从 README 抽取出 12 个工具brainstormingStructured 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
可对比工具
安装
git clone https://github.com/ArchieIndian/openclaw-superpowers ~/.openclaw/extensions/superpowers
cd ~/.openclaw/extensions/superpowers && ./install.sh
openclaw gateway restart或者,您可以通过将技能复制到 OpenClaw 技能目录并配置 cron 任务来手动安装。
FAQ
- 安装这些技能能确保 OpenClaw 使用它们吗?
- 不能。技能作为可用能力暴露,模型决定是否读取和应用它们。最佳实践是将强制性规则放在 AGENTS.md 中,而不是 SOUL.md。
- 自修改功能如何工作?
- 代理可以在对话过程中使用 'create-skill' 命令编写新的 SKILL.md 文件,使这些行为立即永久生效,无需重启。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by Arkid · 2026-03-15
openclaw-superpowers 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。