← 返回 Skills 市场
baobaodawang-creater

Visual Muse

作者 baobaodawang-creater · GitHub ↗ · v1.4.0 · MIT-0
cross-platform ⚠ suspicious
285
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install visual-muse
功能描述
ComfyUI 图像生成工坊 — 用自然语言描述需求,自动生成高质量 AI 图片。支持 SDXL/Flux 多模型、风格模板自动匹配、批量生成、质量评分。说「画一张图」即可触发。
安全使用建议
This skill is plausible for local ComfyUI-based image generation, but review and take precautions before running its setup scripts: - Inspect scripts (setup.sh, paint-dispatch.sh, quick-generate.sh, switch-painter-model.sh) line-by-line. They will clone repos, pip install torch and other packages, and download multi-gigabyte model files. - Note that some scripts hardcode http://host.docker.internal:8188 instead of using COMFYUI_API_URL; if your ComfyUI runs elsewhere update those invocations first. - The setup and helper scripts copy files into ~/.openclaw/workspace and create ~/ai-studio, and switch-painter-model.sh runs docker exec / docker restart on the openclaw-gateway container—only run these if you trust the environment and have backups (or run in an isolated VM/container). - The skill references external hosts (GitHub, HuggingFace and mirrors, ghfast.top, hf-mirror.com, ofox.ai, a Telegram bot). Expect network traffic to those endpoints when installing or when invoking model-switching features. - If you only want the prompt-generation/runtime behavior, avoid running the full setup; instead run the specific scripts you reviewed or adapt the Python tools to point to your existing ComfyUI instance. - If unsure, run the installer in a disposable VM/container, or manually perform the steps after verifying each remote URL and command. Do not provide unrelated credentials—no extra API keys are required by the skill itself, but gateway/container operations may rely on credentials held by your system.
功能分析
Type: OpenClaw Skill Name: visual-muse Version: 1.4.0 The visual-muse skill bundle is a legitimate and well-structured toolset for integrating local ComfyUI image generation into the OpenClaw environment. It includes comprehensive setup scripts (scripts/setup.sh) for installing ComfyUI and models, as well as specialized Python and Bash tools (tools/comfyui-client.py, tools/paint-dispatch.sh) for API interaction. The agent instructions (SOUL.md) are notably security-conscious, explicitly forbidding the AI from writing its own scripts, installing unauthorized packages, or modifying the workspace. While it includes scripts that interact with Docker (scripts/switch-painter-model.sh), these are intended for user-initiated configuration and align with the stated purpose of managing a local AI workshop.
能力评估
Purpose & Capability
The declared purpose (local ComfyUI image generation) matches the included files and scripts (ComfyUI client, workflow templates, prompt agents). However some files hardcode host.docker.internal:8188 rather than consistently using the declared COMFYUI_API_URL primary env var, and helper scripts (switch-painter-model.sh) call docker exec on openclaw-gateway which touches other platform components—these behaviors go beyond a simple local renderer and are not fully justified by the skill description.
Instruction Scope
Runtime instructions and included scripts perform many privileged actions: cloning repositories, pip installing PyTorch and dependencies, downloading large model files, copying tools into the OpenClaw workspace, and running docker exec / docker restart on openclaw-gateway. SKILL.md and SOUL.md also contain prohibitions (e.g., '禁止修改 workspace') that conflict with the setup script which writes to the workspace, indicating internal inconsistency in what the agent is allowed to do.
Install Mechanism
There is no formal install spec but a comprehensive setup.sh is included which clones GitHub repos and downloads models from HuggingFace (and mirrored hosts). Hosts are recognizable (github.com, huggingface.co, hf-mirror.com, ghfast.top) so not obviously malicious, but the script triggers heavy network activity and large downloads and installs (torch, requirements) without further sandboxing—this is expected for a local ComfyUI installer but high-impact.
Credentials
The skill declares a single required env var (COMFYUI_API_URL), which is appropriate. However several scripts ignore that env var and hardcode http://host.docker.internal:8188; other parts expect particular filesystem layout (/home/node/.openclaw, ~/ai-studio) and Docker containers (openclaw-gateway). The skill does not request API keys, but it references external LLM aggregator services (ofox.ai) and a Telegram bot—these references imply external network interactions though no credentials are requested.
Persistence & Privilege
always:false (good). Nevertheless the included scripts perform persistent changes: copying tools/workflows into the agent's workspace, creating start scripts, downloading models, and scripts that invoke docker exec/docker restart on openclaw-gateway (which can alter running gateway/container state). Modifying other platform components (openclaw-gateway) is significant and not limited solely to the skill's own files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install visual-muse
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /visual-muse 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
v1.4.0:新增模型热切换脚本(Gemini/GPT/Claude一键切换)、修复SOUL.md优先级导致agent不出图的核心bug、paint-dispatch.sh增加checkpoint可用性检测与自动回退、SOUL.md增加单次生成数量限制、TROUBLESHOOTING追加3个新坑(SOUL优先级/连续生成/模型切换)
v1.3.0
v1.3.0:5个skill合并为generate-image单轮调用版、新增quick-generate.sh一键出图、新增TROUBLESHOOTING.md覆盖7个常见问题、setup.sh添加--fp32-vae、推荐模型配置表
v1.2.1
修复SDXL黑图问题:使用madebyollin/sdxl-vae-fp16-fix替代内置VAE,workflow模板添加独立VAELoader节点,render-agent新增黑图检测和自动重试机制
v1.1.0
prompt结构化拆解6维度、权重控制规范、负向prompt模板库、critic缺陷诊断+自动重试、workflow参数自适应(CFG/步数/分辨率)、新增prompt-checker质量检查工具
v1.0.0
AI视觉缪斯 — 用自然语言对话生成AI图片。5-Agent协作链路:prompt生成→风格匹配→ComfyUI渲染→质量评分→偏好记忆。
元数据
Slug visual-muse
版本 1.4.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Visual Muse 是什么?

ComfyUI 图像生成工坊 — 用自然语言描述需求,自动生成高质量 AI 图片。支持 SDXL/Flux 多模型、风格模板自动匹配、批量生成、质量评分。说「画一张图」即可触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。

如何安装 Visual Muse?

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

Visual Muse 是免费的吗?

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

Visual Muse 支持哪些平台?

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

谁开发了 Visual Muse?

由 baobaodawang-creater(@baobaodawang-creater)开发并维护,当前版本 v1.4.0。

💬 留言讨论