expanso-json-validate

CLI Utilities
v1.0.0
Benign

\

627 downloads627 installsby @aronchick

Setup & Installation

Install command

clawhub install aronchick/expanso-json-validate

If the CLI is not installed:

Install command

npx clawhub@latest install aronchick/expanso-json-validate

Or install with OpenClaw CLI:

Install command

openclaw skills install aronchick/expanso-json-validate

or paste the repo link into your assistant's chat

Install command

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

What 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.

INPUT

User asks: Checking API response payloads for malformed JSON before processing

AGENT
  1. 1Checking API response payloads for malformed JSON before processing
  2. 2Validating configuration files before deploying to production
  3. 3Debugging JSON parsing errors from third-party services
  4. 4Automated validation of webhook payloads in CI pipelines
  5. 5Batch-checking multiple JSON files for structural issues
OUTPUT
\

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 updatedMar 1, 2026