expanso-yaml-to-json
PDF & Documents
v1.0.0
BenignConvert YAML to JSON format.
594 downloads594 installsby @aronchick
Setup & Installation
Install command
clawhub install aronchick/expanso-yaml-to-jsonIf the CLI is not installed:
Install command
npx clawhub@latest install aronchick/expanso-yaml-to-jsonOr install with OpenClaw CLI:
Install command
openclaw skills install aronchick/expanso-yaml-to-jsonor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-yaml-to-jsonWhat This Skill Does
Converts YAML input to JSON format using the Expanso Edge pipeline runtime. Runs as a standalone CLI tool via stdin or as a persistent MCP server.
Runs as an MCP server, making it usable as a persistent conversion step in larger agent workflows without spawning a new process per request.
When to Use It
- 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
View original SKILL.md file
# yaml-to-json Convert YAML 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/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 |
Example Workflow
Here's how your AI assistant might use this skill in practice.
INPUT
User asks: Converting Kubernetes manifests to JSON for downstream tooling
AGENT
- 1Converting Kubernetes manifests to JSON for downstream tooling
- 2Transforming CI/CD config files into JSON for API ingestion
- 3Feeding YAML-formatted OpenAPI specs into JSON-only validators
- 4Converting Helm chart values to JSON for scripting
- 5Processing YAML configuration files in automated pipelines
OUTPUT
Convert YAML to JSON format.
Security Audits
VirusTotalBenign
OpenClawBenign
View full reportThese signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.