MCP Catalogs
首页

openclaw-superpowers

by ArchieIndian·62·综合分 46

OpenClaw 的技能库,包含56个即插即用技能,如定时任务、安全护栏和 MCP 健康监控。

developer-toolsai-llmsecurity
12
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

OpenClaw-Superpowers 是一个全面的技能库,专为增强 OpenClaw(持久化 AI 代理运行时)而设计。它提供了56个即插即用技能,可以将基础 AI 代理转变为能够全天候运行的自主系统。这些技能包括结构化思维方法论、防止提示注入的安全护栏、基于 DAG 的持久内存管理、例行任务的定时调度以及自我恢复机制。值得注意的是,该库包含独特的自修改功能,代理可以在对话过程中创建新技能,使其能够根据用户交互持续改进行为。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:构建具有持久内存和任务连续性的全天候自主 AI 代理
:创建具有防提示注入和危险操作护栏的安全 AI 系统
:开发能够根据用户反馈生成新技能的自改进代理
:安装这些技能能确保 OpenClaw 使用它们吗?
:自修改功能如何工作?

什么时候选它

如果您正在使用 OpenClaw 构建持久自主 AI 代理,并需要全面的技能来支持 24/7 运行、安全防护和自我改进功能,请选择此方案。

什么时候不要选它

如果您不使用 OpenClaw 作为代理运行时,请不要选择此方案,因为这些技能是专门为 OpenClaw 的持久架构设计的,不适用于其他框架。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

obra/superpowersn8nauto-gptcrewai

安装

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 讨论

开发者社区最近的相关讨论。

openclaw-superpowers 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。