Expert skills for your OpenClaw agent
Give your OpenClaw agent access to 5,997+ specialist skills. Search for what you need, install with one command, and your agent reads it from AGENTS.md automatically.
Setup guide
Up and running in 60 seconds
Four steps from install to your agent having expert knowledge.
Install the CLI
Install SkillDB globally with npm. One command, no configuration needed.
npm install -g skilldbInitialize in your project
Run skilldb init in your project root. It detects OpenClaw and sets up AGENTS.md integration automatically.
skilldb init
# ✓ Detected: OpenClaw (AGENTS.md)Search and get skills
Search the library for exactly the skill you need, then get it. The skill is cached locally and referenced in AGENTS.md.
skilldb search debugging
skilldb get software-skills/debuggingYour agent reads it automatically
OpenClaw reads AGENTS.md on every invocation. Your agent now has expert-level knowledge for that task — no extra config.
# AGENTS.md now includes:
# Fetch skills from .skilldb/skills/Why SkillDB
Built for agent workflows
Zero config
SkillDB detects OpenClaw automatically. No API keys needed to browse or use the CLI.
Local-first
Skills are cached in .skilldb/skills/. No API calls at runtime — zero latency for your agent.
Always up to date
Run skilldb sync to update all installed skills to their latest versions.
Massive library
5,997+ skills across 37 domains. From React patterns to DevOps to security audits.
Integration
How it looks in AGENTS.md
After running skilldb init, your AGENTS.md gets a SkillDB section automatically.
# AGENTS.md
## Skills (managed by SkillDB)
When you encounter a task requiring specialist
knowledge, check the skills cached in:
.skilldb/skills/
Available skills:
- software-skills/debugging (187 lines)
- software-skills/code-review (203 lines)
- react-patterns-skills/custom-hooks (165 lines)
Load the relevant skill before starting the task.Supercharge your OpenClaw agent
5,997+ skills, one command to install. Free to browse, Pro for unlimited access.