OpenClaw · Skill
Expanso JSON Validate
"Validate JSON syntax and structure"
CLI Utilities
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-validateClawHub installer
npx clawhub@latest install aronchick/expanso-json-validateOpenClaw CLI
openclaw skills install aronchick/expanso-json-validateDirect OpenClaw install
openclaw install aronchick/expanso-json-validateWhat this skill does
"Validate JSON syntax and structure"
Why it matters
Runs as both a CLI pipeline and an MCP server, so the same validation logic works in scripts, agent workflows, and cloud deployments without changes.
Typical use cases
- Checking API response payloads for malformed JSON before processing
- Validating configuration files before deploying to production
- Debugging JSON parsing errors from third-party services
- Automated validation of webhook payloads in CI pipelines
- Batch-checking multiple JSON files for structural issues
Source instructions
json-validate
"Validate JSON syntax and structure"
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-validate/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 |