Bug Data Generator

v1.1.0

根据 BUG 描述生成对应的工具名和用户指令列表,供用户审核确认后再调用 data-generator 生成完整 JSONL 训练数据。触发场景:(1) 输入 BUG 描述,获取应调用的工具和触发指令列表;(2) 确认指令后自动调用 data-generator;(3) BUG 数据生成的中间步骤。

0· 97·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the implementation: scripts generate instruction lists from BUG descriptions and either produce JSONL or a prompt for a separate data-generator. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md and the scripts stick to generating instruction lists and assembling JSONL. One implementation detail: gen_bug_data.py attempts to import build_prompt from a specific path (/app/openclaw/skills/data-generator/scripts) to integrate with a separate data-generator skill; if unavailable it falls back to writing an instructions text file. This is expected behavior but means the skill assumes presence/read access to another skill's code path.
Install Mechanism
Instruction-only skill with included Python scripts and no install spec. Nothing is downloaded or installed by the skill itself.
Credentials
The skill requires no environment variables or credentials. It does write output to paths like /workspace/... and /tmp, and it inserts a hard-coded sys.path to access another skill's scripts; these file-path assumptions are legitimate for its purpose but worth confirming in your environment (permissions, shared workspace).
Persistence & Privilege
No always:true, no special persistent privileges requested, and no modifications of other skills' configurations. Autonomous invocation remains enabled by default (normal for skills).
Assessment
This skill appears to do what it claims: generate candidate user instructions from a bug description and hand them off to a separate data-generator. Before installing, consider: (1) It tries to import build_prompt from /app/openclaw/skills/data-generator/scripts — ensure the data-generator skill is present and trusted, or the script will fall back to writing text files. (2) It writes files under /workspace and /tmp; confirm those paths are acceptable and that file permissions/privacy meet your requirements. (3) There are no network calls or credential usage in the included code, but if you plan to integrate with a remote data-generator, review that component separately. If you have low trust in the environment or in other installed skills, inspect the build_prompt implementation in the data-generator skill before use.

Like a lobster shell, security has layers — review code before you run it.

aivk97b6zwfd0vhfmr4zy78s5d10h83a3h0bug-fixvk97b6zwfd0vhfmr4zy78s5d10h83a3h0data-generationvk97b6zwfd0vhfmr4zy78s5d10h83a3h0latestvk9710wrwngb15g2qg15n7y3q0583b1fbtraining-datavk97b6zwfd0vhfmr4zy78s5d10h83a3h0

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments