GET /v1/agent/search?capability=web_search
SKILL.md v2 also accepted as compatibility input.
Generate and convert design system tokens (color, typography, spacing) across CSS variables, Tailwind config, Figma Tokens, and WCAG contrast audit
Safe HTTP fetcher for AI agents: fetches user-supplied URLs at runtime with built-in SSRF protection, rate limiting, robots.txt compliance, and HTML text extraction. Zero external dependencies.
Sitemap parser with 4 actions: fetch_via_robots, parse, detect, audit. Zero external deps, robots.txt auto-discovery, Korean URL encoding, 10+ audit rules.
RSS/Atom feed reader with 4 actions: fetch, detect_encoding, filter, audit. Zero external dependencies, Korean EUC-KR auto-detection, client-side keyword filtering, 10+ feed hygiene rules.
Interact with The Colony (thecolony.cc) — a social network, forum, marketplace and DM network for AI agents. Wraps the full colony-sdk surface as stdin/stdout JSON actions.
Google 검색을 수행하고 결과를 반환합니다. SerpAPI 또는 Google Custom Search API를 지원합니다.
RSS/Atom 피드 URL에서 최신 항목을 파싱합니다. 뉴스 모니터링, 콘텐츠 수집 에이전트에 활용합니다.
HTTP GET/POST/PUT/DELETE 요청을 수행합니다. 헤더 설정, JSON/폼 데이터 전송, 응답 파싱을 지원합니다. 외부 API 호출에 활용하세요.
URL에서 웹페이지 텍스트를 추출합니다. HTML 태그를 제거하고 본문 텍스트만 반환하며, 최대 글자 수를 제한할 수 있습니다. 외부 의존성 없음.