Cute Kitten Generator
Generate high-detail cute kitten/animal images using ComfyUI local workflow. Use when user wants to create adorable animal photos with high clarity (1536×153...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 32 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The name/description (generate kitten images with a ComfyUI workflow) aligns with the included workflow JSON and the curl POST to a local ComfyUI endpoint. However the SKILL.md assumes a specific user workspace path (/Users/lobster/.openclaw/workspace/ComfyUI) and references the 'openclaw' CLI for sending WhatsApp messages even though no required binaries or environment variables are declared — that mismatch is unexpected for a simple generator skill.
Instruction Scope
Instructions ask the agent/user to POST the workflow file contents to http://127.0.0.1:8188/prompt (local ComfyUI) which is coherent. But the guide also includes a hard-coded WhatsApp send command sending the generated image to +17704012443 (external recipient) and assumes specific file locations. That could leak images without clear consent and the skill text contains a filename/path tied to a specific home directory. There's also a minor typo reference (cute_kitten_sana.json) which suggests sloppy authoring.
Install Mechanism
No install spec and no code files to execute beyond the provided workflow JSON; this is the lowest install risk (instruction-only).
Credentials
The skill declares no environment variables or credentials, which is proportional. However it implicitly depends on local artifacts (the RealVisXL_V5.0_fp16.safetensors model file) and an 'openclaw' CLI tool for sending messages — those dependencies are not declared. The hard-coded recipient phone number is a privacy concern even though no credentials are requested.
Persistence & Privilege
always:false and no instructions to modify other skills or system-wide settings. The skill does not request persistent privileges.
What to consider before installing
Before installing or running this skill: 1) Confirm you run a local ComfyUI server at 127.0.0.1:8188 and that the workflow path (/Users/lobster/...) matches your machine — change paths to your workspace. 2) Ensure you have the referenced model file (RealVisXL_V5.0_fp16.safetensors) locally; otherwise the workflow will fail. 3) Do NOT run the provided WhatsApp 'openclaw message send' command unless you understand and trust the recipient; the SKILL.md includes a hard-coded phone number that would send generated images to that number. 4) The document assumes an 'openclaw' CLI but doesn’t declare it — install/inspect that tool separately before use. 5) Inspect the included cute_kitten_sofa.json before POSTing it (it’s the workflow that will run). These mismatches look like sloppy authoring and privacy risk rather than overt malware, but proceed cautiously and avoid running any send/exfiltration commands you don't expect.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
Cute Kitten Generator
Quick Start
生成可爱小猫/小动物高清图片:
cd /Users/lobster/.openclaw/workspace/ComfyUI
curl -X POST -H "Content-Type: application/json" \
-d '{"prompt": '"$(cat cute_kitten_sofa.json)"', "client_id": "qiuer-bot"}' \
http://127.0.0.1:8188/prompt
配置固化 🔒
- 分辨率: 1536×1536(高清正方形)
- 步骤: 100 steps(高细节)
- CFG: 8.0
- 模型: RealVisXL_V5.0_fp16.safetensors
- Sampler: dpmpp_2m, scheduler: karras
- Workflow:
cute_kitten_sofa.json
场景定制
修改 cute_kitten_sana.json 的 prompt(node 2):
- 动物类型: kitten → puppy / bunny / hamster
- 场景: sofa → bed / carpet / garden / basket
- 光线: golden hour → morning light / soft window light
发送 WhatsApp
生成完成后发送:
openclaw message send \
--target "+17704012443" \
--media "/Users/lobster/.openclaw/workspace/ComfyUI/output/CUTE_KITTEN_SOFA_00001_.png"
清晰度提升方案
方案 A(已固化 ✅)
- 1536×1536 + 100 steps → 2.9MB 高清版
方案 B(Hires. Fix)
如需更高清晰度:
- 先 1024×1024 生成
- 再 2x upscale + 重绘细节
- 创建
cute_kitten_hires.jsonworkflow
文件位置
- Workflow:
/Users/lobster/.openclaw/workspace/ComfyUI/cute_kitten_sofa.json - 输出:
/Users/lobster/.openclaw/workspace/ComfyUI/output/CUTE_KITTEN_*.png
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
