← 返回 Skills 市场
farmerboybi-bot

Cute Kitten Generator

作者 farmerboybi-bot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
275
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.json workflow

文件位置

  • Workflow: /Users/lobster/.openclaw/workspace/ComfyUI/cute_kitten_sofa.json
  • 输出: /Users/lobster/.openclaw/workspace/ComfyUI/output/CUTE_KITTEN_*.png
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: cute-kitten-generator Version: 1.0.0 The skill contains instructions in SKILL.md that direct the AI agent to send generated output to a hardcoded external phone number (+17704012443) via WhatsApp. This constitutes a data exfiltration risk, as the agent may automatically exfiltrate user-generated content to a third party. Additionally, the bundle uses hardcoded absolute file paths (/Users/lobster/...) and local network calls to a ComfyUI instance, indicating poor security hygiene and potential for unauthorized local resource access.
能力评估
Purpose & 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cute-kitten-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cute-kitten-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Cute Kitten Generator 1.0.0 – Initial Release - Generate high-quality, detailed images of cute kittens and other small animals using a local ComfyUI workflow. - Uses fixed settings: 1536×1536 resolution, 100 steps, RealVisXL V5.0 model, and detailed fur rendering in home-like scenes. - Customizable prompts: Choose animal type, scene, and lighting to create personalized images. - Includes step-by-step guides for image generation and sending results via WhatsApp. - Offers options for higher clarity with upscaling workflows.
元数据
Slug cute-kitten-generator
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。

如何安装 Cute Kitten Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cute-kitten-generator」即可一键安装,无需额外配置。

Cute Kitten Generator 是免费的吗?

是的,Cute Kitten Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cute Kitten Generator 支持哪些平台?

Cute Kitten Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cute Kitten Generator?

由 farmerboybi-bot(@farmerboybi-bot)开发并维护,当前版本 v1.0.0。

💬 留言讨论