← Back to Skills Marketplace
baobaodawang-creater

Visual Muse

by baobaodawang-creater · GitHub ↗ · v1.4.0 · MIT-0
cross-platform ⚠ suspicious
285
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install visual-muse
Description
ComfyUI 图像生成工坊 — 用自然语言描述需求,自动生成高质量 AI 图片。支持 SDXL/Flux 多模型、风格模板自动匹配、批量生成、质量评分。说「画一张图」即可触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install visual-muse
  3. After installation, invoke the skill by name or use /visual-muse
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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渲染→质量评分→偏好记忆。
Metadata
Slug visual-muse
Version 1.4.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Visual Muse?

ComfyUI 图像生成工坊 — 用自然语言描述需求,自动生成高质量 AI 图片。支持 SDXL/Flux 多模型、风格模板自动匹配、批量生成、质量评分。说「画一张图」即可触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 285 downloads so far.

How do I install Visual Muse?

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

Is Visual Muse free?

Yes, Visual Muse is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Visual Muse support?

Visual Muse is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Visual Muse?

It is built and maintained by baobaodawang-creater (@baobaodawang-creater); the current version is v1.4.0.

💬 Comments