发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Todo Management
A per-workspace SQLite database: - Default: `./todo.db` - Override: `TODO_DB=/path/to/todo.db`
win-browser
Read bookmarks and browsing history from Microsoft Edge and Google Chrome, open URLs, get active tab titles, and list downloads. Uses built-in PowerShell + winsqlite3.dll for history access.
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.
Design: Agent Teleport
**Role:** Migration Utility **Mechanism:** Tarball -> BLOB -> SQL -> New Host. **Security:** DSN acts as the "Private Key". Anyone with DSN can restore.
Code Review Checklist
- [ ] Input validation implemented - [ ] SQL injection prevention (parameterized queries) - [ ] XSS protection (proper escaping) - [ ] Authentication and authorization checks - [ ] Secure handling of sensitive data