← 返回 Skills 市场
Test Data Generator
作者
shenghoo123-png
· GitHub ↗
· v1.0.0
· MIT-0
120
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install test-data-gen
功能描述
Generate customized test data in JSON, CSV, or SQL (MySQL/PostgreSQL) formats using built-in or custom templates with realistic fields like names, emails, an...
安全使用建议
This package appears to be a straightforward local test-data generator. Before installing or running: 1) Note the author/source is unknown — if provenance matters, review the repository or run it in a sandbox. 2) Custom templates are loaded from files you provide; inspect any third‑party template files before use. 3) The requirements.txt only contains pytest (test-only); no runtime packages are required. 4) If you need absolute assurance, run the included tests (pytest) and quickly grep generator.py for network, subprocess, or os.environ access to confirm there are no hidden calls.
功能分析
Type: OpenClaw Skill
Name: test-data-gen
Version: 1.0.0
The skill bundle is a legitimate test data generator designed to produce mock datasets (users, orders, products) in JSON, CSV, and SQL formats. Analysis of 'generator.py' and 'cli.py' shows standard use of Python's random, json, and csv libraries with no evidence of network requests, shell execution, or unauthorized file access. The 'SKILL.md' instructions are consistent with the tool's stated purpose and do not contain any prompt-injection or malicious directives.
能力评估
Purpose & Capability
Name/description (generate JSON/CSV/SQL test data) match the included code (generator.py, cli.py) and templates. The declared lack of required env vars/binaries is consistent. No unrelated credentials or cloud APIs are requested.
Instruction Scope
SKILL.md only instructs local generation, CLI usage, and optional local template files. The runtime instructions and CLI behavior align with the code: generation, format selection, and optional --template-file are expected. There are no instructions to read unrelated system files, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec is present (no external downloads). The repository includes code runnable as-is. requirements.txt only lists pytest (a test dependency) — no runtime third-party packages are required.
Credentials
The skill requests no environment variables, credentials, or config paths. The code works with local template files and defaults; no broad environment access is required.
Persistence & Privilege
always is false and the skill does not request permanent agent presence or modify other skills/config. CLI and library operate locally and do not persist or escalate privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test-data-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/test-data-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of test-data-gen — 测试数据生成器:
- 支持快速生成各类标准格式测试数据(JSON、CSV、MySQL/PostgreSQL SQL)。
- 内置多类数据模板(如用户、订单、产品、评价、地址),字段丰富。
- 提供基础/Pro/Team 三档功能:自定义模板、格式导出、批量生成/API等。
- 可生成符合业务规则的通用字段(手机号、邮箱、金额、日期、枚举等)。
- 明确指令和自定义模板用法,支持一键批量输出指定数量测试数据。
元数据
常见问题
Test Data Generator 是什么?
Generate customized test data in JSON, CSV, or SQL (MySQL/PostgreSQL) formats using built-in or custom templates with realistic fields like names, emails, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 Test Data Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-data-gen」即可一键安装,无需额外配置。
Test Data Generator 是免费的吗?
是的,Test Data Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Test Data Generator 支持哪些平台?
Test Data Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Test Data Generator?
由 shenghoo123-png(@shenghoo123-png)开发并维护,当前版本 v1.0.0。
推荐 Skills