OpenClaw · Skill
Expanso CSV To JSON
"Convert CSV data to JSON array of objects"
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-csv-to-jsonClawHub installer
npx clawhub@latest install aronchick/expanso-csv-to-jsonOpenClaw CLI
openclaw skills install aronchick/expanso-csv-to-jsonDirect OpenClaw install
openclaw install aronchick/expanso-csv-to-jsonWhat this skill does
"Convert CSV data to JSON array of objects"
Why it matters
Runs as either a CLI pipeline or MCP server without writing custom parsing code, making it reusable across different integration patterns.
Typical use cases
- Converting exported spreadsheet data for use in a REST API
- Transforming database CSV exports for JavaScript applications
- Migrating CSV config files to JSON format
- Processing CSV reports for ingestion into a web dashboard
- Feeding tabular data into JSON-based automation workflows
Source instructions
csv-to-json
"Convert CSV data to JSON array of objects"
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/csv-to-json/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 |