OpenClaw · Skill
Expanso Yaml To JSON
Convert YAML 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-yaml-to-jsonClawHub installer
npx clawhub@latest install aronchick/expanso-yaml-to-jsonOpenClaw CLI
openclaw skills install aronchick/expanso-yaml-to-jsonDirect OpenClaw install
openclaw install aronchick/expanso-yaml-to-jsonWhat this skill does
Convert YAML to JSON format
Why it matters
Runs as an MCP server, making it usable as a persistent conversion step in larger agent workflows without spawning a new process per request.
Typical use cases
- Converting Kubernetes manifests to JSON for downstream tooling
- Transforming CI/CD config files into JSON for API ingestion
- Feeding YAML-formatted OpenAPI specs into JSON-only validators
- Converting Helm chart values to JSON for scripting
- Processing YAML configuration files in automated pipelines
Source instructions
yaml-to-json
Convert YAML 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/yaml-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 |