← Back to Skills Marketplace
zhanghengyi1986-afk

QA Test Data Generator

by zhanghengyi1986-afk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qa-test-data-gen
Description
Generate realistic test data for software testing. Create structured data sets with Chinese locale support (names, ID cards, phone numbers, addresses, bank c...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qa-test-data-gen
  3. After installation, invoke the skill by name or use /qa-test-data-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Chinese locale test data, Faker integration, SQL/CSV/JSON export, data masking, ID card validation (GB 11643-1999)
Metadata
Slug qa-test-data-gen
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install QA Test Data Generator?

Run "/install qa-test-data-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is QA Test Data Generator free?

Yes, QA Test Data Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does QA Test Data Generator support?

QA Test Data Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created QA Test Data Generator?

It is built and maintained by zhanghengyi1986-afk (@zhanghengyi1986-afk); the current version is v1.0.0.

💬 Comments