OpenClaw · Skill
Expanso XML To JSON
Convert XML to JSON 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-xml-to-jsonClawHub installer
npx clawhub@latest install aronchick/expanso-xml-to-jsonOpenClaw CLI
openclaw skills install aronchick/expanso-xml-to-jsonDirect OpenClaw install
openclaw install aronchick/expanso-xml-to-jsonWhat this skill does
Convert XML to JSON format
Why it matters
Runs as both a CLI pipeline and an MCP server, so the same conversion logic works in scripts and agent workflows without rewriting.
Typical use cases
- Converting XML API responses to JSON for frontend use
- Transforming RSS or Atom feeds into structured JSON
- Migrating legacy XML config files to JSON format
- Normalizing XML webhook payloads before further processing
- Batch-converting XML datasets in shell scripts
Source instructions
xml-to-json
Convert XML to JSON 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/xml-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 |