← 返回 Skills 市场
json-converter
作者
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-json-converter
功能描述
Convert JSON to other formats
使用说明 (SKILL.md)
JSON Converter
Convert JSON to other formats
When to Use
- User needs processing related functionality
- Automating json tasks
- Data operations
Usage
python3 scripts/json_converter.py --input \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export JSON_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
安全使用建议
Do not install or provide secrets to this skill yet. The SKILL.md references a local script (scripts/json_converter.py) and a JSON_API_KEY that are not included or declared in the registry metadata. Ask the publisher for: (1) the missing code or an install spec that produces the script, (2) a clear explanation of what JSON_API_KEY is used for and what external endpoints (if any) are contacted, and (3) an updated manifest that declares required binaries (e.g., python3) and any required env vars. Only set an API key if you trust the author and understand where the data will be sent.
功能分析
Type: OpenClaw Skill
Name: jpeng-json-converter
Version: 1.0.0
The provided files (_meta.json and SKILL.md) describe a standard JSON conversion utility. The documentation contains no malicious instructions, prompt injections, or suspicious commands. While the actual implementation script (scripts/json_converter.py) is referenced but not included in the provided text, the documentation itself is aligned with its stated purpose and lacks any indicators of harmful intent.
能力评估
Purpose & Capability
The declared purpose is a simple JSON converter, but the SKILL.md expects running `python3 scripts/json_converter.py` and setting a JSON_API_KEY. The bundle contains no code files and the registry metadata declares no required binaries or env vars, so the capability described is not delivered by the provided package.
Instruction Scope
Runtime instructions tell the agent to run a local script path (scripts/json_converter.py) and to export an API key. The referenced script does not exist in the skill, and the SKILL.md asks for a secret (JSON_API_KEY) without explaining why or what external service will receive data—this is scope creep and ambiguous behavior.
Install Mechanism
There is no install spec (instruction-only), which is low risk by itself, but the instructions assume a local Python script and the presence of python3. The skill does not declare python3 or provide the script, so installation/runtime will fail or require out-of-band files.
Credentials
SKILL.md instructs the user to set JSON_API_KEY, but the skill metadata lists no required environment variables and gives no justification for a secret. Requesting an API key for a simple conversion tool is disproportionate and could be used to exfiltrate data if the missing script sends data externally.
Persistence & Privilege
The skill does not request persistent presence (always is false) and does not declare modifications to other skills or system settings. Autonomous invocation is allowed by default, which is normal; combine this with the other concerns before enabling.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jpeng-json-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/jpeng-json-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of jpeng-json-converter.
- Converts JSON to other formats via command-line script.
- Supports automation and processing of JSON data.
- Simple usage with input/output flags.
- Requires JSON_API_KEY environment variable.
- Returns results as JSON output.
元数据
常见问题
json-converter 是什么?
Convert JSON to other formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 json-converter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-json-converter」即可一键安装,无需额外配置。
json-converter 是免费的吗?
是的,json-converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
json-converter 支持哪些平台?
json-converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 json-converter?
由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。
推荐 Skills