expanso-json-validate
\
Setup & Installation
Install command
clawhub install aronchick/expanso-json-validateIf the CLI is not installed:
Install command
npx clawhub@latest install aronchick/expanso-json-validateOr install with OpenClaw CLI:
Install command
openclaw skills install aronchick/expanso-json-validateor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-json-validateWhat This Skill Does
Validates JSON syntax and structure by piping input through an Expanso Edge pipeline. Can run as a standalone CLI tool or as an MCP server. Supports deployment to Expanso Cloud for remote execution.
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.
When to Use It
- 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
View original SKILL.md file
# json-validate "Validate JSON syntax and structure" ## 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-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 |
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Checking API response payloads for malformed JSON before processing
- 1Checking API response payloads for malformed JSON before processing
- 2Validating configuration files before deploying to production
- 3Debugging JSON parsing errors from third-party services
- 4Automated validation of webhook payloads in CI pipelines
- 5Batch-checking multiple JSON files for structural issues
\
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.