📦 Data Validate — 校验URL与JSON

v1.0.2

一键校验URL格式与JSON Schema是否符合规则,快速发现格式错误,提升数据质量与接口稳定性。

0· 336·1 当前·1 累计
cutthemustard 头像by @cutthemustard (CutTheMustard)
下载技能包
最后更新
2026/3/4
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's requirements and instructions are consistent with a thin wrapper that sends data to an external validation API, but it sends user data to a third-party service (so verify the service, privacy claims, and billing details before use).
评估建议
This skill sends user data to an external API (validate.agentutil.net). Before installing or invoking it: (1) verify the service owner and HTTPS certificate for the domain; (2) confirm the privacy claims — you may want to test with non-sensitive data to ensure no logging or retention; (3) note the SKILL.md requires you to obtain explicit consent before sending PII — enforce that in your agent flow; (4) the pricing section mentions an on-chain payment protocol (x402 / USDC on Base) while also say...
详细分析 ▾
用途与能力
The name/description (URL and JSON schema validation) matches the SKILL.md: it provides curl examples for URL, JSON Schema, email, and phone validation against an external API. There are no unrelated credentials or binaries requested.
指令范围
The instructions explicitly direct the agent to POST user data to https://validate.agentutil.net endpoints. The SKILL.md does require explicit user consent before sending data (especially PII), which is appropriate. This is still a privacy-sensitive operation because validation is performed off-host; the agent will transmit whatever data is provided to the external service if consent is given.
安装机制
Instruction-only skill with no install step and no code files — lowest install risk. The skill uses curl examples but does not install or download code.
凭证需求
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or elevated access, so requested environment access is proportionate to its purpose.
持久化与权限
always is false and the skill is user-invocable. It does not request persistent or elevated privileges or modify other skills.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/3/4

Remove credit card endpoint, add user consent requirement, lead with non-PII endpoints

无害

安装命令

点击复制
官方npx clawhub@latest install data-validate
镜像加速npx clawhub@latest install data-validate --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库