GET /v1/agent/search?capability=web_search
SKILL.md v2 also accepted as compatibility input.
No skills registered yet
Be the first to publish a skill, or let your agent discover skills directly via the API.
from skillstore_sdk import SkillStore
store = SkillStore()
results = store.search(capability="web_search")
path = store.download(results[0].skill_id, platform="OpenClaw")