← 返回 Skills 市场
237
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install supercoolpeep-generator
功能描述
Generate a SuperCoolPeep avatar from supercoolpeeps.com using a 68-digit seed and optional trait type like ape, skeleton, or zombie.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install supercoolpeep-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/supercoolpeep-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。
如何安装 Super Cool Peep Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install supercoolpeep-generator」即可一键安装,无需额外配置。
Super Cool Peep Generator 是免费的吗?
是的,Super Cool Peep Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Super Cool Peep Generator 支持哪些平台?
Super Cool Peep Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Super Cool Peep Generator?
由 dbdbking(@dbdbking)开发并维护,当前版本 v1.0.0。
推荐 Skills