发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
SQL Generator
Describe what you want, get the SQL. Works with any database.
Schema Generator
Describe your data, get a proper database schema. Supports SQL, Prisma, and Drizzle.
Backup Script Generator
Setting up database backups involves shell scripts, cron jobs, cloud CLI tools, and retention policies. This tool generates complete backup scripts for any database to any destination.
Todo Management
A per-workspace SQLite database: - Default: `./todo.db` - Override: `TODO_DB=/path/to/todo.db`
notion-tasks-blocks
Use this skill for Notion pages that contain `to_do` blocks (checklist items), not databases.
notion-mvp
Use this skill to write/read tasks across multiple Notion databases (aliases).
Todo Management
A per-workspace SQLite database: - Default: `./todo.db` - Override: `TODO_DB=/path/to/todo.db`
sticky-notes
Read and search Windows Sticky Notes directly from the local database. Uses Windows built-in `winsqlite3.dll` via P/Invoke — zero external dependencies.
Setup
```bash clawctl init # create the database export CLAW_AGENT=your-name # set identity (falls back to $USER with warning) export CLAW_DB=~/.openclaw/clawctl.db # optional, this is the default ```
Black Box (Powered by TiDB Zero)
**Black Box** is an indestructible audit log for AI Agents. It acts as a "Flight Data Recorder" that streams critical actions, errors, and reasoning chains to a persistent cloud database (TiDB Zero) in real-time.
Better Auth Documentation
Complete Better Auth documentation embedded in markdown. Read from `references/` to answer questions about authentication implementation, OAuth setup, database configuration, and framework integration.