Gpt
v3.4.1Generate GPT API request payloads. Use when building chat completions, embeddings, fine-tuning data, or estimating API costs.
⭐ 0· 342·3 current·3 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description match the behavior: SKILL.md calls a local bash script to generate chat, embedding, finetune JSON/JSONL, batch and cost estimates. No unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
Instructions are narrowly scoped: they run scripts/script.sh with options, read user-provided input files, and write JSON/JSONL outputs. This appears appropriate for the stated purpose. Note: the tool reads files supplied by the user and can write to arbitrary output paths (so be careful not to overwrite sensitive files).
Install Mechanism
No install spec (instruction-only with a bundled script). That is low-risk; nothing is downloaded or written to system locations by an installer.
Credentials
No environment variables, credentials, or config paths are required. The script as shown does not access external secrets or hidden config. This is proportionate to the skill's functionality.
Persistence & Privilege
Skill is not always-enabled and does not request persistent platform privileges. It does not modify other skills or global config in the reviewed content.
Assessment
This skill appears internally consistent: it generates local GPT API request payloads and cost estimates without asking for credentials, network access, or installers. Before installing or running it: (1) inspect the full scripts/script.sh file yourself (the preview was truncated here) and search for any network calls (curl, wget, nc, ssh, scp) or unexpected commands; (2) avoid passing files that contain secrets unless you trust the environment and have reviewed the script; (3) when writing outputs, specify a safe --output path to avoid accidental overwrites; (4) run it in a sandbox or temporary environment the first time if you want extra assurance. If you can provide the complete script.sh content, I can re-run the review to raise confidence.Like a lobster shell, security has layers — review code before you run it.
latestvk974hx7xsgat4j1dvctax0vfn9833wy9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
