Json2csv
/install json2csv
JSON to CSV Converter
Converts JSON files to CSV format with intelligent flattening of nested objects and arrays, making data usable in spreadsheets and analytics platforms.
Usage
# Convert a JSON file to CSV
python json2csv.py data.json output.csv
# Example input (data.json):
# [
# {"name": "Alice", "info": {"age": 30, "tags": ["engineer", "admin"]}},
# {"name": "Bob", "info": {"age": 25, "tags": ["analyst", "user"]}}
# ]
# Output (output.csv):
# info.age,info.tags.0,info.tags.1,name
# 30,engineer,admin,Alice
# 25,analyst,user,Bob
Price
$2.00
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install json2csv - After installation, invoke the skill by name or use
/json2csv - Provide required inputs per the skill's parameter spec and get structured output
What is Json2csv?
Converts JSON files to CSV by flattening nested objects and arrays for easy use in spreadsheets and data analysis. It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install Json2csv?
Run "/install json2csv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Json2csv free?
Yes, Json2csv is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Json2csv support?
Json2csv is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Json2csv?
It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.