← Back to Skills Marketplace
157
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ke-json-processor
Description
科特船长 - JSON 处理工具,格式化/验证/提取/转换 JSON 数据
README (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 起
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: ke-json-processor
Version: 1.0.0
The skill is a standard JSON processing utility designed to format, validate, and extract data using the 'jq' tool. The provided files (SKILL.md and _meta.json) contain no executable code, suspicious instructions, or indicators of malicious intent, focusing entirely on legitimate utility functions and installation steps via trusted package managers like brew and apt.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ke-json-processor - After installation, invoke the skill by name or use
/ke-json-processor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ke-json-processor.
- Provides fast formatting, validation, extraction, and transformation of JSON data.
- Supports JSON to CSV/table conversion.
- Includes usage examples for common scenarios.
- Requires jq as a dependency (install via brew or apt).
- Offers custom processing services and channel for support.
Metadata
Frequently Asked Questions
What is Json Processor?
科特船长 - JSON 处理工具,格式化/验证/提取/转换 JSON 数据. It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install Json Processor?
Run "/install ke-json-processor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Json Processor free?
Yes, Json Processor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Json Processor support?
Json Processor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Json Processor?
It is built and maintained by xiaoheizp (@xiaoheizp); the current version is v1.0.0.
More Skills