expanso-json-to-yaml

PDF & Documents
v1.0.0
Benign

Convert JSON to YAML format.

626 downloads626 installsby @aronchick

Setup & Installation

Install command

clawhub install aronchick/expanso-json-to-yaml

If the CLI is not installed:

Install command

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

Or install with OpenClaw CLI:

Install command

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

or paste the repo link into your assistant's chat

Install command

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

What This Skill Does

Converts JSON input to YAML format using the Expanso Edge runtime. Runs as a CLI pipeline or as an MCP server, and can also be deployed to Expanso Cloud for remote execution.

Runs the conversion as a reusable pipeline without writing a one-off script or relying on an online tool.

When to Use It

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

Convert JSON to YAML 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/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 |

Example Workflow

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

INPUT

User asks: Converting API response payloads to YAML config files

AGENT
  1. 1Converting API response payloads to YAML config files
  2. 2Transforming JSON exports into Kubernetes manifest format
  3. 3Reformatting package.json fields as YAML for CI tools
  4. 4Converting JSON schema definitions to YAML equivalents
  5. 5Batch converting JSON data files to YAML in automation pipelines
OUTPUT
Convert JSON to YAML 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 26, 2026