发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Failure Registry Skill
Search and learn from the Agent Failure Registry — a community-driven database of agent failures, solutions, and lessons learned. When you hit a wall, check if someone else already climbed it.
Notion
Use the Notion API for pages, data sources (databases), and blocks.
Apple Photos
Access Photos.app via SQLite queries. Run scripts from: `cd {baseDir}`
Apple Mail
Interact with Mail.app via AppleScript and SQLite. Run scripts from: `cd {baseDir}`
OpenExec Skill
OpenExec is a deterministic execution engine requiring external governance approval. It runs as a FastAPI service with SQLite storage, replay protection, receipt verification, Ed25519 constitutional signature enforcement, and optional execution allow-list. Version 0.1.10.
MuPiBox Media DB
Manage the MuPiBox media database (`data.json`) via the backend API.
Non-Technical Methodology Research
> Merged guide for researching judgment-heavy, non-technical domains > (writing, communication, hiring, negotiation, decision-making, etc.) > and a seed database of experts/frameworks to start from.
MEMORY.md - Long-Term Memory Template
> [!IMPORTANT] > **Storage Architecture**: Most long-term memories are stored in SQLite database. > **Database Path**: `/home/node/.openclaw/database/insight.db` > **Query Method**: `python3 scripts/db_query.py [keyword] [--category CATEGORY]` > **Auto-Extraction**: `python3 scripts/extract_memory.py` (runs daily via heartbeat/cron)
claw-memory-lite Skill
> Lightweight Long-Term Memory for OpenClaw — SQLite-Powered, Zero External Dependencies, Millisecond Queries.