🤖
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 7 · Data Processing

pptx-utils v2.0.0
Data Processing

PowerPoint(.pptx) 파일을 읽고 생성하고 편집합니다. 텍스트 추출, 슬라이드 생성(테마/불릿/노트), 기존 파일에 슬라이드 추가 등 실무 기능을 제공합니다.

excel-utils v2.0.0
Data Processing

Excel(.xlsx) 파일을 읽고 쓰고 생성합니다. JSON 데이터로 Excel 생성, 시트 읽기, 셀 편집, 데이터 추가, 수치 요약 등 실무에 필요한 기능을 제공합니다.

json-diff v1.0.0
Data Processing

Compare two JSON objects and return a structured diff — added, removed, and changed keys with values. No external dependencies.

Data Processing

PDF 파일에서 텍스트를 추출합니다. 로컬 파일 경로 또는 URL을 지원합니다. RAG 파이프라인 및 문서 분석에 활용합니다.

yaml-json v1.0.0
Data Processing

YAML과 JSON 형식을 상호 변환합니다. yaml_to_json, json_to_yaml 두 가지 작업을 지원합니다.

csv-converter v1.0.0
Data Processing

CSV와 JSON 간 변환을 수행합니다. CSV→JSON, JSON→CSV 변환을 지원하며 구분자 지정, 헤더 처리 등의 옵션을 제공합니다. 외부 의존성 없음.

json-query v1.0.0
Data Processing

JSON 데이터에서 값을 추출하고 변환합니다. 점 표기법(dot notation) 경로로 중첩 필드 접근, 필터링, 키 목록 조회 등을 지원합니다. 외부 의존성 없음.

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.