GET /v1/agent/search?capability=web_search
SKILL.md v2 also accepted as compatibility input.
Schema-driven realistic fake data generation with deterministic seed, foreign key consistency, multi-locale (Korean/en), and CSV/SQL output. Up to 1000 records per call. 테스트 데이터 생성, 더미 데이터, 가짜 데이터 자동 생성.
GraphQL SDL schema and query validation offline. GraphQL 스키마 검증, SDL 유효성 확인. Detects type conflicts, undefined fields, deprecated usage, and query depth violations.
SemVer 2.0 version comparison, range matching (^1.2.3, ~0.4.0, >=2.0.0 <3.0.0), sorting, and parsing. Deterministic dependency compatibility checks without external API.
Validate Lua 5.3/5.4 source code via AST parsing. Returns error locations (line:col), error type, and optional AST summary. Deterministic, offline, no external API.
Deterministic YAML syntax + style validation (indentation, line length, trailing spaces, duplicate keys) with exact line/column positions and rule names. Standard tool for CI/CD pipelines and agent self-correction loops.
Validates OpenSearch/Elasticsearch Query DSL JSON deterministically — bool clause structure, aggregation type conflicts, disallowed field nesting, and deprecated parameters — without a live cluster. Designed for CI/CD pre-deployment query checks.
Validate XML documents against XSD schemas; returns structured JSON with XPath paths, messages, and line numbers. Supports inline or URL-fetched XML/XSD.
Validates PHP code syntax using php -l (built-in lint). Returns structured JSON with error line numbers, messages, and types. Designed as a deterministic validation anchor for agent self-repair loops.
Validates HTTP request objects (method, URL, headers, body) against RFC standards and OpenAPI specs, returning structured error lists. Prevents request-generation bugs before execution in agent API automation loops.
Parse unified git diff text into structured per-file data: change type, line counts, hunk positions, language detection. Zero external dependencies.
Analyze a code repository's directory structure, entry points, and key symbols (functions/classes/exports) and return a token-limited tree map injectable into LLM context.
i18n/l10n key management toolkit — find missing/orphan keys, merge locales, sort, and report translation coverage (zero dependencies)
AI-agent bash script safety linter — detect dangerous patterns, audit external commands, auto-convert to dry-run, and suggest strict-mode fixes
Generate, validate, and analyze multi-service docker-compose.yml — dependency DAG, healthcheck patterns, named volumes, and compose merge
Parse OpenAPI 3.x specs, generate mock responses from schemas, serve mock requests in stdin/stdout mode, and report endpoint coverage — no HTTP server required
API request code generator: converts JSON spec to curl/HTTPie/Python/JavaScript/urllib, converts curl back to JSON spec, auto-fills headers, and audits security anti-patterns. Zero external dependencies.
SQL formatter and auditor: formats SQL across 5 dialects (PostgreSQL, MySQL, SQLite, Oracle, SQL Server), detects injection patterns, N+1 anti-patterns, and preserves Korean identifiers. Zero external dependencies.
DDL SQL to ER diagram converter: parses CREATE TABLE statements, detects FK relations, outputs Mermaid and PlantUML. Zero external dependencies. Audits 1NF/2NF/3NF violations and naming rules.
Conventional Commits v1.0 linter with 5 actions: lint, parse, suggest_fix, audit, generate_template. Zero external dependencies, breaking-change detection, 50/72 rule, Korean support.
Convert git commit lists into Conventional Commits-based changelogs (Markdown/JSON, English+Korean), parse/classify/audit commit messages — zero external dependencies.