用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill json命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | JSON |
| description | Work with JSON data structures, APIs, and serialization effectively. |
| metadata | {"clawdbot":{"emoji":"📦","os":["linux","darwin","win32"]}} |
additionalProperties: false to reject unknown fields in strict contextscamelCase for JS ecosystems, snake_case for Python/RubyuserId alongside user_name confuses consumers"users": [] not "user": []null—reduces payload, clearer intent"2024-01-15T14:30:00Z"—no ambiguous formats like "01/15/24"Z suffix—local times without zone are useless"id": "9007199254740993"—JavaScript loses precision above 2^53"price": "19.99" or "price_cents": 1999{"data": ..., "meta": ..., "errors": ...}next/prev links or cursor{"code": "INVALID_EMAIL", "message": "...", "field": "email"}"request_id": "abc-123"toJSON() method silently overrides output—Date becomes string, custom classes may surpriseflatted__proto__ key can pollute prototypes—sanitize input or use Object.create(null)\uD83D\uDE00—single \u1F600 invalid\uFEFF from file input