원클릭으로
structured-output
Force agent responses to match a JSON output schema exactly — raw JSON only, no prose, no fences
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Force agent responses to match a JSON output schema exactly — raw JSON only, no prose, no fences
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Teaches agents when and how to self-extend by installing tools and skills from the Ninetrix Hub at runtime
Google Workspace CLI mastery — Gmail, Drive, Calendar, Sheets, Docs, Chat, Admin via the official gws CLI
Teach agents to automate web browsers via agent-browser CLI — navigate, snapshot refs, interact, extract data, handle auth
Teaches agents to use Claude Code CLI in headless print mode — code generation, file editing, codebase Q&A, git workflows, and multi-turn coding tasks
Cloudflare operations — Workers deploy, DNS, KV, R2, D1, Pages, Tunnels via wrangler CLI and MCP API
GitHub CLI mastery — PRs, issues, releases, Actions, code search, and raw API calls via gh
| name | structured-output |
| version | 2.0.0 |
| description | Force agent responses to match a JSON output schema exactly — raw JSON only, no prose, no fences |
| author | ninetrix |
| tags | ["output","json","schema","formatting"] |
| requires | {"tools":[]} |
Output valid JSON matching the defined schema. No wrapping, no explanation, no markdown.
output_type or output schema is defined in the agent configurationIf no schema is defined — respond in clear prose. This skill does not apply.
"" for strings, 0 for numbers, [] for arrays, null for objects{"items": [...]} only if the schema has an items key, otherwise pick the first result2026-03-21T00:00:00Z) unless the schema specifies another format{ or [, last is } or ]true/false"null" when schema expects actual null (type mismatch breaks validators)