Documentation
Everything you need to use, build, and publish OpenClaw skills.
๐ป Quick CLI Reference
openclaw skills install <slug>openclaw skills install <url>openclaw skills listopenclaw skills updateopenclaw skills remove <slug>openclaw skills verify <slug>Install a skill by slug
Install from URL
List installed skills
Update all skills
Remove a skill
Verify integrity
๐ Registry API
curl example
curl https://trustedskills.dev/api/index.json๐Getting Started
Installation Guide
soonHow to install and manage OpenClaw skills using the CLI.
Quick Start
soonGet up and running with your first skill in under 5 minutes.
๐จBuilding Skills
SKILL.md Format Reference
soonComplete specification for all SKILL.md frontmatter fields.
Build Your First Skill
soonStep-by-step guide to creating, testing, and publishing a skill.
Tool Handlers
soonWriting JavaScript and Python tool handler functions.
๐Registry & API
Registry API Reference
soonMachine-readable API endpoints for the skills registry.
Trust & Verification
soonHow skill verification works and what each badge means.
๐Platforms
OpenClaw Integration
soonUsing skills with OpenClaw agents and the AgentSkills spec.
MCP Integration
soonExposing skills as Model Context Protocol servers.
Claude & OpenAI
soonPlatform adapters for Claude and OpenAI tool calling.
SKILL.md Required Fields
| Field | Type | Description |
|---|---|---|
name | string | Unique slug identifier (lowercase, hyphens only) |
description | string | One-line description (10-500 characters) |
version | semver | Semantic version (e.g. 1.0.0) |
metadata | JSON | Optional OpenClaw-specific config (emoji, requires, etc.) |
Need help?
Check the GitHub issues, or open a discussion in the community.