← Back to Skills Marketplace
dbdbking

Super Cool Peep Generator

by dbdbking · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
237
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install supercoolpeep-generator
Description
Generate a SuperCoolPeep avatar from supercoolpeeps.com using a 68-digit seed and optional trait type like ape, skeleton, or zombie.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: supercoolpeep-generator Version: 1.0.0 The skill is a straightforward utility for generating character images from supercoolpeeps.com. The script `scripts/generate_peep.cjs` uses Puppeteer to automate a browser, navigate to a specific URL with a generated seed, and capture a screenshot of the resulting canvas. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install supercoolpeep-generator
  3. After installation, invoke the skill by name or use /supercoolpeep-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of supercoolpeep-generator. - Generate SuperCoolPeep characters using a 68-digit seed. - Supports random generation and specific trait selection (Ape, Skeleton, Zombie). - Maps trait types using seed digits 3 & 4 for detailed customization. - Provides simple command-line interface for generating peeps.
Metadata
Slug supercoolpeep-generator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install Super Cool Peep Generator?

Run "/install supercoolpeep-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Super Cool Peep Generator free?

Yes, Super Cool Peep Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Super Cool Peep Generator support?

Super Cool Peep Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Super Cool Peep Generator?

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

💬 Comments