Data Validation
v1.0.0Validate data with schemas across languages and formats. Use when defining JSON Schema, using Zod (TypeScript) or Pydantic (Python), validating API request/response shapes, checking CSV/JSON data integrity, or setting up data contracts between services.
⭐ 1· 2.2k·16 current·16 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (JSON Schema, Zod, Pydantic, CSV/JSON validation) lines up with the content of SKILL.md. The declared optional binaries (node, python3, jq) are exactly the tools shown in examples (npx/ajv-cli, python3/jsonschema, jq) and there are no unrelated credentials, config paths, or surprising binaries requested.
Instruction Scope
The instructions restrict the agent to authoring and running schema validators, example code, and command-line validation (e.g., npx ajv-cli, pip install jsonschema, python3 scripts, iterating over data/*.json). They instruct reading schema.json/data.json and typical project files only. There are no steps that ask the agent to read unrelated system files, exfiltrate data, modify other skills, or contact unexpected external endpoints beyond normal package registries and the validation tooling.
Install Mechanism
There is no install spec and no code files — lowest-risk, instruction-only skill. The SKILL.md does suggest installing packages via npx/pip at runtime; that is expected for this purpose but means package downloads will occur from public registries if the agent executes those commands.
Credentials
The skill requests no environment variables or credentials. The declared requirement of one of node/python3/jq is proportional to the examples and guidance provided. Nothing requests broad or unrelated secrets.
Persistence & Privilege
always is false and there is no install step that persists code or modifies global agent settings. The skill can be invoked by the agent (normal default) but it does not request elevated or persistent privileges.
Assessment
This skill appears coherent and aligned with its stated purpose. Before using: ensure the environment has node, python3, or jq as needed; be aware some example commands (npx, pip) will download packages from public registries if executed; run validation only on files you intend to process (avoid pointing at sensitive system directories); if you prefer, run these commands in an isolated environment/container to limit network or filesystem exposure. No credentials are requested and there are no obvious red flags.Like a lobster shell, security has layers — review code before you run it.
latestvk971gyrd3b5vecpzjhdm8tarwd80ertx
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
✅ Clawdis
OSLinux · macOS · Windows
Any binnode, python3, jq
