expanso-xml-to-json

PDF & Documents
v1.0.0
Benign

Convert XML to JSON format.

614 downloads614 installsby @aronchick

Setup & Installation

Install command

clawhub install aronchick/expanso-xml-to-json

If the CLI is not installed:

Install command

npx clawhub@latest install aronchick/expanso-xml-to-json

Or install with OpenClaw CLI:

Install command

openclaw skills install aronchick/expanso-xml-to-json

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-xml-to-json

What This Skill Does

Converts XML data to JSON format using the Expanso Edge runtime. Can run as a standalone CLI pipeline or as an MCP server.

Runs as both a CLI pipeline and an MCP server, so the same conversion logic works in scripts and agent workflows without rewriting.

When to Use It

  • 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
View original SKILL.md file
# xml-to-json

Convert XML to JSON format

## 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/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 |

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Converting XML API responses to JSON for frontend use

AGENT
  1. 1Converting XML API responses to JSON for frontend use
  2. 2Transforming RSS or Atom feeds into structured JSON
  3. 3Migrating legacy XML config files to JSON format
  4. 4Normalizing XML webhook payloads before further processing
  5. 5Batch-converting XML datasets in shell scripts
OUTPUT
Convert XML to JSON format.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026