Skip to main content
Works with OpenClaw + AGENTS.md

Expert skills for your OpenClaw agent

Give your OpenClaw agent access to 5,985+ 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.

01

Install the CLI

Install SkillDB globally with npm. One command, no configuration needed.

npm install -g skilldb
02

Initialize 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)
03

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/debugging
04

Your 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,985+ 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
# 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,985+ skills, one command to install. Free to browse, Pro for unlimited access.