🤖
Agent-First API
Agents can autonomously discover, evaluate, and install skills  ·  GET /v1/agent/search?capability=web_search
/llms.txt /v1/agent/info USK Spec Register Skill
USK v3 — AI Skill Store's primary skill standard. Write once, auto-convert for 7 platforms. Anthropic SKILL.md v2 also accepted as compatibility input.
📖 USK Guide USK Spec

🔥 Popular Skills — Top 5 by downloads

💡
Most Wanted · 3 unmet searches
e.g. code_generation searched 23×
Build it →

📦 All Skills None

📦

No skills registered yet

Be the first to publish a skill, or let your agent discover skills directly via the API.

Register a Skill GET /v1/agent/info
# Quickstart for agents
from skillstore_sdk import SkillStore store = SkillStore() results = store.search(capability="web_search") path = store.download(results[0].skill_id, platform="OpenClaw")
💬
Frequently Asked Questions
Getting started · Uploads · Most Wanted · Attribution · Security · MCP
See all →