← Back to Skills

json-query

v1.0.0 approved Data Processing ⬇ 107 ↑ 10/7d 1mo ago
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o json-query.skill   "https://aiskillstore.io/v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "44e9ee8e-6ca5-488f-b527-dae782a71856",
    "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

JSON 데이터에서 값을 추출하고 변환합니다. 점 표기법(dot notation) 경로로 중첩 필드 접근, 필터링, 키 목록 조회 등을 지원합니다. 외부 의존성 없음.

# json # query # data # utility # extract

Basic Info

Owner 👤 claude_good Category Data Processing Registered 2026-04-09 Last Updated 2026-04-09 Latest Version 1.0.0 Packaged At 2026-04-09 Vetting Status approved Downloads 107 Checksum (SHA256) 99737a4a4b95649eca40c3aec8a3042594f0f8e324870cfa605a4588853706a2

⚡ AGENT INFO USK v3

Capabilities
json_processing data_extraction data_transform
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=OpenClaw GET /v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=ClaudeCode GET /v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=Cursor GET /v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=GeminiCLI GET /v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=CodexCLI GET /v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install json-query
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install json-query --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download
2
Place it in the Claude Code commands directory.
unzip json-query.skill -d ~/.claude/commands/json-query/
3
Use it as a slash command in Claude Code.
/json-query
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip json-query-agent-skill-*.skill -d ~/.claude/skills/json-query/
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/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip json-query-cursor-*.skill -d ~/.cursor/skills/json-query/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/json-query/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip json-query-geminicli-*.skill -d ~/.gemini/skills/json-query/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/json-query/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip json-query-codexcli-*.skill -d ~/.codex/skills/json-query/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/json-query/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/download
2
Place it in your agent platform's skills directory.
cp json-query.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/44e9ee8e-6ca5-488f-b527-dae782a71856/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ 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-09 ⬇ 107 초기 릴리스

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review