← 返回 Skills 市场
157
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ke-json-processor
功能描述
科特船长 - JSON 处理工具,格式化/验证/提取/转换 JSON 数据
使用说明 (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 起
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ke-json-processor - 安装完成后,直接呼叫该 Skill 的名称或使用
/ke-json-processor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Json Processor 是什么?
科特船长 - JSON 处理工具,格式化/验证/提取/转换 JSON 数据. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。
如何安装 Json Processor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ke-json-processor」即可一键安装,无需额外配置。
Json Processor 是免费的吗?
是的,Json Processor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Json Processor 支持哪些平台?
Json Processor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Json Processor?
由 xiaoheizp(@xiaoheizp)开发并维护,当前版本 v1.0.0。
推荐 Skills