一键导入
structured-artifact-inspection
Use for unknown-size, large, generated, or high-output structured artifacts; avoid for small known config files or jq-style queries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for unknown-size, large, generated, or high-output structured artifacts; avoid for small known config files or jq-style queries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | structured-artifact-inspection |
| description | Use for unknown-size, large, generated, or high-output structured artifacts; avoid for small known config files or jq-style queries. |
Use this skill only for bounded inspection of structured artifacts when raw output could waste context: unknown-size or large JSON, JSONL/NDJSON, CSV/TSV, Parquet metadata, and generated tool artifact files.
Do not use this for search, transformation, calculation, validation, editing, or precise jq-style querying. This plugin is a compact viewer, not a jq replacement. For small known files, especially ordinary config files, read them directly unless they contain long records or large fields.
Prefer the MCP tool structured_artifact_viewer when available.
Use the CLI codex-view only as a fallback or when the user explicitly asks for shell commands.
Workflow:
op: "sniff" or codex-view sniff FILE.op: "summary" or codex-view summary FILE.op: "select" or codex-view select FILE --fields name,status,score --limit 10.Avoid raw cat, head, tail, sed, nl, and python -m json.tool on these files unless the user explicitly asks for raw content.