← 返回 Skills 市场
claudiodrusus

Skill 3

作者 claudiodrusus · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
510
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-3
功能描述
Swiss-army knife for JSON files. Pretty-print, validate, minify, sort keys, and query with dot-notation paths. Zero dependencies.
安全使用建议
This is a small, self-contained JSON CLI tool that behaves as described. It's appropriate to use for formatting, validating, and querying JSON. Before running: (1) avoid pointing it at sensitive system files (it will read any file path you give it), since it has file-read access; (2) be aware that specifying -o will overwrite the named file; (3) the tool runs locally and makes no network calls, so it does not exfiltrate data; (4) if you plan to let an autonomous agent run this skill, ensure the agent should be allowed to read whatever JSON files you expect it to process. Otherwise, this skill appears coherent and low-risk.
功能分析
Type: OpenClaw Skill Name: skill-3 Version: 1.0.0 The skill bundle provides a standard JSON utility. The `SKILL.md` is purely descriptive, outlining the tool's features and usage without any prompt injection attempts against the AI agent. The `main.py` script uses only standard Python libraries (`sys`, `json`, `argparse`) to perform expected JSON processing (read, parse, query, format, write). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or other harmful behaviors. All file and data operations are consistent with the stated purpose of a JSON toolkit.
能力评估
Purpose & Capability
The name/description (JSON pretty-print, validate, minify, query, sort) match the provided code and SKILL.md. The tool only reads JSON input, performs in-memory operations, and writes user-specified output; nothing requested is extraneous.
Instruction Scope
SKILL.md instructs only on reading JSON from a file or stdin, querying with dot notation, formatting, and optionally writing an output file. The code implements those behaviors and does not attempt to read other system state, environment variables, network endpoints, or exfiltrate data.
Install Mechanism
There is no install spec (instruction-only), and the included main.py is a small, self-contained Python script relying only on the standard library. No downloads, package installs, or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access any. The requested privileges are minimal and appropriate for a local JSON tool.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configuration. It writes only to an output file when explicitly requested by the user.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-3
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-3 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of JSON Toolkit. - Pretty-print, minify, validate, and sort JSON files with zero dependencies. - Query nested JSON data using dot-notation paths, including array indexing. - Supports stdin for shell pipelines. - Provides structural stats during validation.
元数据
Slug skill-3
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill 3 是什么?

Swiss-army knife for JSON files. Pretty-print, validate, minify, sort keys, and query with dot-notation paths. Zero dependencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 510 次。

如何安装 Skill 3?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-3」即可一键安装,无需额外配置。

Skill 3 是免费的吗?

是的,Skill 3 完全免费(开源免费),可自由下载、安装和使用。

Skill 3 支持哪些平台?

Skill 3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill 3?

由 claudiodrusus(@claudiodrusus)开发并维护,当前版本 v1.0.0。

💬 留言讨论