← Back to Skills Marketplace
json-converter
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-json-converter
Description
Convert JSON to other formats
README (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": {}
}
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-json-converter - After installation, invoke the skill by name or use
/jpeng-json-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is json-converter?
Convert JSON to other formats. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install json-converter?
Run "/install jpeng-json-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is json-converter free?
Yes, json-converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does json-converter support?
json-converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created json-converter?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills