Super Cool Peep Generator
Generate a SuperCoolPeep avatar from supercoolpeeps.com using a 68-digit seed and optional trait type like ape, skeleton, or zombie.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 142 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation. The script builds a 68-digit seed (optionally forcing trait digits), navigates to supercoolpeeps.com/app.html?s=<seed>, and captures the canvas — exactly what the skill claims to do.
Instruction Scope
SKILL.md simply instructs the agent to run the included Node script. The script only visits the stated external URL, waits briefly, finds the page canvas, screenshots it, and writes a PNG to the current working directory. It does not read other files, environment variables, or transmit data to endpoints other than supercoolpeeps.com.
Install Mechanism
No install spec is provided (instruction-only), but the script requires Node and the puppeteer package. Puppeteer will typically download a Chromium binary when installed/first-run; that implicit download is not declared here. The script runs Chromium with --no-sandbox, which is commonly done for headless automation but is a flag to be aware of in untrusted environments.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to the stated purpose (generating and screenshotting an avatar).
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide config. Autonomous invocation is allowed by default but there is no indication of elevated privileges or persistence beyond writing PNG files to the working directory.
Assessment
This skill appears to do only what it says, but take these precautions: 1) You need Node and puppeteer installed — puppeteer may download a Chromium binary at install/run time, so review and install from the official npm registry and consider pinning versions. 2) The script launches a headless browser and visits supercoolpeeps.com; only run it if you trust that site. 3) It writes PNG files into the current working directory — run it in an isolated folder or container if you want to limit filesystem exposure. 4) The script uses --no-sandbox, which is common for automation but less safe in multi-tenant environments; avoid running it on sensitive or shared hosts. If you want extra assurance, inspect or run the script in a sandbox (container/VM) before installing broadly.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
supercoolpeep-generator
Generate a SuperCoolPeep from supercoolpeeps.com using a 68-digit seed.
Usage
Generate Random Peep
node scripts/generate_peep.cjs
Generate Specific Trait (Ape, Skeleton, Zombie)
node scripts/generate_peep.cjs "" [type]
Example: node scripts/generate_peep.cjs "" ape
Traits Mapping (Seed Digits 3 & 4)
- 00-39: Normal
- 40-71: Skinny
- 72-91: Tattoo
- 92-96: Ape
- 97-98: Zombie
- 99: Skeleton
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
