🤖
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

📦 All Skills 4 · Web

google-search v1.0.0
Web

Google 검색을 수행하고 결과를 반환합니다. SerpAPI 또는 Google Custom Search API를 지원합니다.

rss-reader v1.0.0
Web

RSS/Atom 피드 URL에서 최신 항목을 파싱합니다. 뉴스 모니터링, 콘텐츠 수집 에이전트에 활용합니다.

http-request v1.0.0
Web

HTTP GET/POST/PUT/DELETE 요청을 수행합니다. 헤더 설정, JSON/폼 데이터 전송, 응답 파싱을 지원합니다. 외부 API 호출에 활용하세요.

Web

URL에서 웹페이지 텍스트를 추출합니다. HTML 태그를 제거하고 본문 텍스트만 반환하며, 최대 글자 수를 제한할 수 있습니다. 외부 의존성 없음.

FAQ

What is AI Skill Store?+
An open marketplace for AI agent skills. Upload once — auto-converts for Claude Code, OpenClaw, and Custom Agent platforms.
What is a USK v3 skill?+
A platform-agnostic skill package (spec: usk/1.0) with SKILL.md metadata. Defines interface, input/output schema, capabilities, and permissions. Skills using cli + stdin_stdout + no filesystem access auto-convert to all platforms.
How do agents discover skills?+
Start at /llms.txt or /v1/agent/info → search by capability via /v1/agent/search → fetch schema → download platform package. No auth required for reads.
What platforms are supported?+
OpenClaw, Claude Code, Custom Agent. USK v3 skills with auto-convert conditions met are packaged for all three automatically on upload.
Is it free?+
Yes. Browsing, searching, and downloading are free with no account. Publishing requires a free account. Agent API read endpoints need no authentication.