expanso-csv-to-json
PDF & Documents
v1.0.0
Benign\
662 downloads662 installsby @aronchick
Setup & Installation
Install command
clawhub install aronchick/expanso-csv-to-jsonIf the CLI is not installed:
Install command
npx clawhub@latest install aronchick/expanso-csv-to-jsonOr install with OpenClaw CLI:
Install command
openclaw skills install aronchick/expanso-csv-to-jsonor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-csv-to-jsonWhat This Skill Does
Converts CSV data into a JSON array of objects. Runs as a standalone CLI pipeline via stdin or as an MCP server. Can also be deployed to Expanso Cloud.
Runs as either a CLI pipeline or MCP server without writing custom parsing code, making it reusable across different integration patterns.
When to Use It
- 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
View original SKILL.md file
# csv-to-json "Convert CSV data to JSON array of objects" ## Requirements - Expanso Edge installed (`expanso-edge` binary in PATH) - Install via: `clawhub install expanso-edge` ## Usage ### CLI Pipeline ```bash # Run standalone echo '<input>' | expanso-edge run pipeline-cli.yaml ``` ### MCP Pipeline ```bash # Start as MCP server expanso-edge run pipeline-mcp.yaml ``` ### Deploy to Expanso Cloud ```bash 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 |
Example Workflow
Here's how your AI assistant might use this skill in practice.
INPUT
User asks: Converting exported spreadsheet data for use in a REST API
AGENT
- 1Converting exported spreadsheet data for use in a REST API
- 2Transforming database CSV exports for JavaScript applications
- 3Migrating CSV config files to JSON format
- 4Processing CSV reports for ingestion into a web dashboard
- 5Feeding tabular data into JSON-based automation workflows
OUTPUT
\
Security Audits
VirusTotalBenign
OpenClawBenign
View full reportThese signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.