OpenClaw · Skill
Expanso JSON To Yaml
Convert JSON to YAML 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-json-to-yamlClawHub installer
npx clawhub@latest install aronchick/expanso-json-to-yamlOpenClaw CLI
openclaw skills install aronchick/expanso-json-to-yamlDirect OpenClaw install
openclaw install aronchick/expanso-json-to-yamlWhat this skill does
Convert JSON to YAML format
Why it matters
Runs the conversion as a reusable pipeline without writing a one-off script or relying on an online tool.
Typical use cases
- Converting API response payloads to YAML config files
- Transforming JSON exports into Kubernetes manifest format
- Reformatting package.json fields as YAML for CI tools
- Converting JSON schema definitions to YAML equivalents
- Batch converting JSON data files to YAML in automation pipelines
Source instructions
json-to-yaml
Convert JSON to YAML 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/json-to-yaml/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 |