prompt-ab-lab

v1.0.0

Design, log, compare, and score prompt experiments so users can systematically improve outputs instead of guessing.

0· 172·0 current·0 all-time
byvx:17605205782@52yuanchangxing
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 delivered assets: an instruction-only skill plus a small Python helper to generate CSV logs. Declared runtime dependency python3 is appropriate and sufficient for the bundled script.
Instruction Scope
SKILL.md confines actions to designing experiments, generating rubrics, and optionally using the local script and resource file. It does not instruct reading unrelated system files, accessing hidden env vars, or sending data to external endpoints.
Install Mechanism
No install spec is present (instruction-only). The only code is a small, local, readable Python script; there are no remote downloads, package installs, or extraction steps.
Credentials
No environment variables, credentials, or config paths are required. The skill's functionality does not demand any secrets or external service access.
Persistence & Privilege
always:false (default) and no post-install actions or modifications to other skills are present. The skill does not request elevated or persistent platform privileges.
Assessment
This skill appears low-risk and internally consistent. Before installing or invoking: (1) confirm python3 is on PATH; (2) review scripts/prompt_experiment_logger.py (it's small and local) and run it manually on a sample JSON to see outputs; (3) when using the skill in an agent session, be conscious that the agent could run the local script and write files to the working directory—only allow that if you trust the session context; (4) if you need network isolation, ensure the agent runtime does not have outbound network access (the skill itself does not require it).

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

latestvk975by8yhehbranbt590ydj93h82tq32

License

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

Runtime requirements

🧰 Clawdis
Binspython3

Comments