← Back to Skills

json-diff

v1.0.0 approved Data Processing ⬇ 24 ↑ 1/7d 1mo ago
✅ Verified
⬇ Download Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o json-diff.skill   "https://aiskillstore.io/v1/agent/skills/2bb9f35a-604e-4177-9a06-32638e6160f2/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "2bb9f35a-604e-4177-9a06-32638e6160f2",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

Compare two JSON objects and return a structured diff — added, removed, and changed keys with values. No external dependencies.

# json # diff # compare # data # utility

Basic Info

Owner 👤 devtools Category Data Processing Registered 2026-04-12 Last Updated 2026-04-12 Latest Version 1.0.0 Packaged At 2026-04-12 Vetting Status approved Downloads 24 Checksum (SHA256) 8f77d43ae16a7842d0a4fd25281bd497dd0030e7f2290911c1d9aed3e93d6103

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install json-diff
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install json-diff --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/2bb9f35a-604e-4177-9a06-32638e6160f2/download
2
Place it in the Claude Code commands directory.
unzip json-diff.skill -d ~/.claude/commands/json-diff/
3
Use it as a slash command in Claude Code.
/json-diff
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/2bb9f35a-604e-4177-9a06-32638e6160f2/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip json-diff-agent-skill-*.skill -d ~/.claude/skills/json-diff/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/2bb9f35a-604e-4177-9a06-32638e6160f2/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip json-diff-cursor-*.skill -d ~/.cursor/skills/json-diff/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/json-diff/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/2bb9f35a-604e-4177-9a06-32638e6160f2/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip json-diff-geminicli-*.skill -d ~/.gemini/skills/json-diff/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/json-diff/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/2bb9f35a-604e-4177-9a06-32638e6160f2/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip json-diff-codexcli-*.skill -d ~/.codex/skills/json-diff/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/json-diff/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/2bb9f35a-604e-4177-9a06-32638e6160f2/download
2
Place it in your agent platform's skills directory.
cp json-diff.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/2bb9f35a-604e-4177-9a06-32638e6160f2/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result CAUTION

Findings: ["메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)", '정보: spec: usk/1.0 미선언 — v2 패키지로 처리됩니다. 자동 변환 및 에이전트 검색 기능을 사용하려면 USK v3로 업그레이드하세요.']

✅ No security risks found.

AI Review Stage

Reviewer Dev Mode (Auto) Risk Level 🟢 Low Review Summary 정적 분석 및 권한 검사를 모두 통과했습니다.
Reasoning

키워드 스캔, 난독화 검사, permissions 일치 여부 모두 통과.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-12 ⬇ 24

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review