🤖
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 11 · Utilities

Utilities

한국 공휴일·대체공휴일 데이터 내장(2020-2030). 영업일 수 계산, N 영업일 후 날짜, 공휴일 조회 등 지원. 외부 패키지 불필요.

Utilities

숫자를 한글 금액으로 변환합니다. 계약서·공문서 표준 형식(금 N원정) 지원. 역방향 파싱 및 일치 검증도 가능. 외부 패키지 불필요.

Utilities

Cron 표현식을 파싱하여 실행 일정을 설명하고 다음 실행 시간을 계산합니다. 스케줄러 설정 검증에 활용합니다.

Utilities

길이·무게·온도·넓이·부피·속도·데이터 단위 변환. 외부 의존성 없음.

Utilities

JSON 데이터를 JSON Schema Draft-07 기준으로 유효성 검사합니다. 에이전트 API 응답 검증에 필수적입니다.

url-parser v1.0.0
Utilities

URL 파싱 및 조립 유틸리티. 도메인·경로·쿼리파라미터 추출, 상대경로 절대경로 변환, URL 인코딩/디코딩을 지원합니다.

color-utils v1.0.0
Utilities

색상 형식을 변환합니다. HEX, RGB, HSL 간 변환과 색상 정보(밝기, 대비)를 제공합니다.

number-format v1.0.0
Utilities

숫자를 다양한 형식으로 포매팅하거나 단위를 변환합니다. 천 단위 구분, 소수점, 퍼센트, 파일 크기 포맷을 지원합니다.

math-utils v1.0.0
Utilities

수학 계산 및 통계 연산을 수행합니다. 기본 연산, 반올림, 통계(평균/중앙값/표준편차)를 지원합니다.

Utilities

UUID를 생성하거나 검증합니다. v1/v3/v4/v5 버전을 지원합니다.

Utilities

날짜/시간 관련 유틸리티 스킬입니다. 현재 시각 조회, 타임존 변환, 날짜 포맷 변환, 날짜 계산(더하기/빼기/차이) 등을 지원합니다. 외부 의존성 없음.

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.