Json Processor

科特船长 - JSON 处理工具,格式化/验证/提取/转换 JSON 数据

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 18 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (JSON formatting/validation/extraction) matches the instructions which use jq. Minor note: the skill's source/homepage are unknown and the registry shows an owner ID with no additional provenance, which reduces traceability but does not create a technical mismatch.
Instruction Scope
SKILL.md contains only JSON-processing usage examples (format, validate, extract, to-table) and references jq. It does not instruct the agent to read unrelated files, environment variables, or send data to external endpoints.
Install Mechanism
Install spec uses the well-known 'jq' brew formula (low risk). The SKILL.md metadata also mentions an apt package for jq; the registry-level install list only showed brew — this is a minor inconsistency but both install paths are standard package installs for jq.
Credentials
The skill requires no environment variables, no credentials, and no config paths. That is proportionate for a JSON processing utility.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated system privileges and does not modify other skills or system-wide settings.
Assessment
This is a simple instruction-only JSON tool that relies on the jq binary. Before installing: (1) confirm you trust the skill publisher since the source/homepage are not provided; (2) installing jq via brew/apt is standard but will add a system package if not already present; (3) the skill does not request secrets or access unrelated files, so the main risk is provenance (unknown author). If you want extra caution, inspect the SKILL.md (which is small and readable) and ensure jq comes from your OS package manager rather than an unknown binary.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97crva2m23rwmbdq6wcp7xm05838th2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📋 Clawdis
Binsjq

Install

Install jq (brew)
Bins: jq
brew install jq

SKILL.md

JSON Processor - JSON 处理工具

功能说明

快速格式化、验证、提取和转换 JSON 数据。

使用场景

  • 格式化杂乱的 JSON
  • 验证 JSON 语法
  • 提取特定字段
  • JSON 转 CSV/表格
  • API 响应处理

使用方法

# 格式化 JSON
clawhub run ke-json-processor --action format --input '{"name":"test","value":123}'

# 验证 JSON
clawhub run ke-json-processor --action validate --input '{"invalid":}'

# 提取字段
clawhub run ke-json-processor --action extract --field "name" --input '{"name":"test","value":123}'

# JSON 转表格
clawhub run ke-json-processor --action to-table --input '[{"name":"A","value":1},{"name":"B","value":2}]'

打赏支持

觉得有用?请我喝杯咖啡~ 微信/支付宝:私信获取

定制服务

需要定制 JSON 处理逻辑?私聊报价 ¥200 起

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…