← 返回 Skills 市场
sky-lv

Skylv Data Validator

作者 SKY-lv · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
103
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install skylv-data-validator
功能描述
Validates JSON, CSV, and Excel data with schema enforcement
安全使用建议
This skill's code does valid JSON validation and schema inference, but it does not implement CSV or Excel parsing despite claiming to. Before installing or using: (1) confirm with the publisher whether CSV/Excel support exists or is planned; (2) treat the included data_validator.js as untrusted code—run it in a sandbox or test environment first and only on non-sensitive JSON files; (3) if you need CSV/Excel support, request a version that includes a well-known parser (e.g., csv-parse, papaparse, xlsx) and an install spec; (4) be aware that the script will read any file path you pass it, so avoid giving it paths to secrets or system config. If the publisher cannot clarify the CSV/Excel discrepancy, consider this skill untrusted for production use.
功能分析
Type: OpenClaw Skill Name: skylv-data-validator Version: 1.0.2 The skill is a standard data validation utility that performs schema inference and validation for JSON files. The implementation in `data_validator.js` uses native Node.js modules (fs, path) to process local files and contains no network activity, obfuscation, or evidence of malicious intent.
能力评估
Purpose & Capability
The skill advertises JSON, CSV, and Excel validation, but the included data_validator.js only parses and validates JSON files (JSON.parse, no CSV or Excel parsing libraries, no .csv/.xlsx handling). The README/metadata also lists version 1.0.0 while the registry shows 1.0.2. These discrepancies indicate the stated purpose is broader than the actual implementation.
Instruction Scope
SKILL.md is high level and consistent with running a validator, and the code's commands operate only on file paths supplied to the script. The instructions do not direct the agent to read unrelated system config or env vars. However, because the skill claims CSV/Excel support but the code only handles JSON, the agent or user might be misled into supplying non-JSON files which will cause failures or unexpected behavior.
Install Mechanism
There is no install spec (instruction-only), so nothing is automatically downloaded or written during install. The skill does include a JavaScript file; executing it requires Node and will read files provided by the user. No external URLs, installers, or archive extraction are present.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not access environment variables or network endpoints. The requested environment access is proportionate to the declared functionality.
Persistence & Privilege
always is false, the skill is user-invocable, and model invocation is not disabled (normal defaults). The skill does not attempt to modify other skills or system-wide agent settings in the files provided.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-data-validator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-data-validator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated skill description to clarify data validation features and include common triggers. - Expanded triggers and description for improved discoverability (mentions: data validation, json schema, csv validation, data quality). - No changes to code or validator logic.
v1.0.1
- Updated skill description and metadata in SKILL.md to clarify support for JSON, CSV, and Excel data with schema enforcement. - Added usage instructions for installation, configuration, and running with OpenClaw. - Refined keywords and triggers for improved discoverability.
v1.0.0
Initial release of skylv-data-validator. - Universal data validator supporting JSON, objects, and arrays. - 17 built-in validation rules including type, pattern, email, URL, UUID, and more. - Supports schema inference from example data. - Markets itself for easy, high-quality data checking.
元数据
Slug skylv-data-validator
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 3
常见问题

Skylv Data Validator 是什么?

Validates JSON, CSV, and Excel data with schema enforcement. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。

如何安装 Skylv Data Validator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-data-validator」即可一键安装,无需额外配置。

Skylv Data Validator 是免费的吗?

是的,Skylv Data Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Data Validator 支持哪些平台?

Skylv Data Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Data Validator?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.2。

💬 留言讨论