← 返回 Skills 市场
zhanghengyi1986-afk

QA Test Data Generator

作者 zhanghengyi1986-afk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qa-test-data-gen
功能描述
Generate realistic test data for software testing. Create structured data sets with Chinese locale support (names, ID cards, phone numbers, addresses, bank c...
安全使用建议
This package appears to be a straightforward local test-data generator that uses the Python Faker library and the included script. Before installing: (1) confirm you trust the faker package from PyPI (pip install faker) and install in a virtualenv to avoid system-wide side effects; (2) do not run generated SQL or test accounts against production databases or systems—the examples intentionally include XSS/SQLi edge cases for testing; (3) be cautious with realistic-looking personal identifiers (ID cards, phone numbers, credit card-like numbers) to avoid creating data that could be mistaken for or correlated with real people or violate local rules; (4) if you need ID/credit-card formats that are strictly non-sensitive, consider using clearly non-valid placeholder formats or additional masking. If you want deeper assurance, request a full content review of the truncated ID-generation code referenced in SKILL.md (the snippet was truncated) to confirm no hidden network calls or telemetry are present.
功能分析
Type: OpenClaw Skill Name: qa-test-data-gen Version: 1.0.0 The skill bundle is a legitimate utility for generating mock test data (users, orders, products) with Chinese locale support using the Faker library. The Python script `scripts/gen_data.py` and the documentation in `SKILL.md` are well-structured and align perfectly with the stated purpose of QA data generation, containing no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the provided SKILL.md and scripts/gen_data.py. The script implements user/order/product generators, output formats (JSON/CSV/SQL), and uses Faker('zh_CN') as advertised. No extraneous credentials, binaries, or unrelated capabilities are requested.
Instruction Scope
Runtime instructions are limited to installing Faker (pip) and running the included Python script with arguments. The SKILL.md and script do not instruct reading arbitrary system files, exporting environment variables, contacting external endpoints, or exfiltrating data. Edge-case payloads (XSS, SQLi strings) are present but appropriate for testing purposes.
Install Mechanism
No install specification is embedded in the skill bundle; the README suggests installing the widely used 'faker' package via pip. This is a standard, low-risk instruction-only install path (no downloads from unknown hosts or archive extraction).
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not read environment secrets. Requested access is proportionate to the stated test-data generation purpose.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes or modify other skills. Autonomous invocation is allowed by default (platform normal), but there is no elevated privilege or persistence requested by the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qa-test-data-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qa-test-data-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Chinese locale test data, Faker integration, SQL/CSV/JSON export, data masking, ID card validation (GB 11643-1999)
元数据
Slug qa-test-data-gen
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

QA Test Data Generator 是什么?

Generate realistic test data for software testing. Create structured data sets with Chinese locale support (names, ID cards, phone numbers, addresses, bank c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 QA Test Data Generator?

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

QA Test Data Generator 是免费的吗?

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

QA Test Data Generator 支持哪些平台?

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

谁开发了 QA Test Data Generator?

由 zhanghengyi1986-afk(@zhanghengyi1986-afk)开发并维护,当前版本 v1.0.0。

💬 留言讨论