OpenClaw · Skill
Expanso JSON To CSV
"Convert JSON array of objects to CSV format"
PDF & Documents
v1.0.0
VirusTotal: Benign
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install aronchick/expanso-json-to-csvClawHub installer
npx clawhub@latest install aronchick/expanso-json-to-csvOpenClaw CLI
openclaw skills install aronchick/expanso-json-to-csvDirect OpenClaw install
openclaw install aronchick/expanso-json-to-csvWhat this skill does
"Convert JSON array of objects to CSV format"
Why it matters
Handles the conversion inline in a pipeline without writing custom scripts, and can be exposed as an MCP server for agent-driven workflows.
Typical use cases
- Exporting API response data to a spreadsheet
- Converting JSON log files for analysis in Excel
- Transforming database exports for reporting tools
- Preparing structured JSON data for CSV-based ETL pipelines
- Sharing JSON datasets with non-technical stakeholders
Source instructions
json-to-csv
"Convert JSON array of objects to CSV format"
Requirements
- Expanso Edge installed (
expanso-edgebinary in PATH) - Install via:
clawhub install expanso-edge
Usage
CLI Pipeline
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
MCP Pipeline
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
Deploy to Expanso Cloud
expanso-cli job deploy https://skills.expanso.io/json-to-csv/pipeline-cli.yaml
Files
| File | Purpose |
|---|---|
skill.yaml | Skill metadata (inputs, outputs, credentials) |
pipeline-cli.yaml | Standalone CLI pipeline |
pipeline-mcp.yaml | MCP server pipeline |