🤖
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 1 · Web Search

Web Search

Tavily API를 사용하여 AI 에이전트에 실시간 웹 검색 능력을 부여하는 스킬입니다. 일반 검색엔진과 달리 정제된 텍스트와 직접 답변을 반환하며 LLM/에이전트 워크플로우에 최적화되어 있습니다. [API 키 필요] TAVILY_API_KEY 환경변수 설정 필요 - 발급: https://app.tavily.com (무료 가입, 신용카드 불필요) - 무료 플랜: 월 1,000 크레딧 (기본 검색 1회 = 1 크레딧) - API 키 형식: tvly-로 시작하는 문자열 [설정 방법] 환경변수: export TAVILY_API_KEY=tvly-your-key .env 파일: TAVILY_API_KEY=tvly-your-key

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.