Install

openclaw skills install @jpengcheng523-netizen/jpeng-json-converter

JSON Converter

Convert JSON to other formats

When to Use

  • User needs processing related functionality
  • Automating json tasks
  • Data operations

Usage

bash
python3 scripts/json_converter.py --input <input> --output <output>

Configuration

Set required environment variables:

bash
export JSON_API_KEY="your-api-key"

Output

Returns JSON with results:

json
{
  "success": true,
  "data": {}
}