OpenClaw skill adds AI image generation with local ComfyUI support and curated prompts

A developer has released an OpenClaw skill called creative-toolkit that adds AI image generation capabilities directly within the terminal environment. The skill moves beyond simple API calls to provide creative workflow orchestration.
Key features
The skill offers several specific capabilities:
- Prompt enhancement: Takes vague ideas like "a cat" and expands them into detailed prompts with camera lens specifications, lighting direction, and material textures
- Parallel generation: Can write 5 genuinely distinct prompts and generate them in parallel when asked for "5 logo concepts"
- Reference-based generation: Can use existing images as references for new creations, such as putting a logo on a mug or t-shirt
- Curated prompt library: 1,300+ hand-picked high-quality prompts that can be searched by keyword or browsed by category
- Model listing: Shows what's available across all configured providers
Backend options
The skill supports three backend choices:
- Any OpenAI-compatible API: Uses your provider's pricing, cloud-based
- Local ComfyUI: Free, 100% local with nothing leaving your machine
ComfyUI integration specifics
The ComfyUI support allows importing existing workflows. The skill auto-detects key nodes including KSampler and CLIPTextEncode, then fills in prompt, seed, and dimensions at runtime. Setup for existing ComfyUI users requires only pointing the skill at localhost:8188.
Installation
Install from ClawHub using:
clawhub install jau123/creative-toolkitThe skill requires no API key for the free features, allowing users to try it without signing up for external services.
📖 Read the full source: r/openclaw
👀 See Also

Clooks: A Persistent Hook Runtime for Claude Code
Clooks is a persistent HTTP daemon that handles Claude Code hook dispatch without process spawning, reducing latency from ~34.6ms to ~0.31ms per invocation. It includes automatic migration, LLM handlers with prompt templates, dependency resolution, and plugin packaging.

Claude Code v2.1.166: Fallback Models, Glob Deny Rules, Cross-Session Hardening
Claude Code v2.1.166 introduces up to 3 fallback models, glob pattern support in deny rules, hardened cross-session messaging, and fixes for terminal flickering, orphaned processes, and more.

Structured Claude Skill for B2B SaaS Growth Workflows
A developer has open-sourced a Claude Skill that structures B2B SaaS growth knowledge into playbooks and case studies to improve Claude's output quality. The repository includes 5 SaaS case studies, a 4-stage growth flywheel, and 6 structured playbooks.

OpenMind adds visual mind map interface to OpenClaw installations
OpenMind is an open-source tool that transforms OpenClaw installations into interactive, live-editable mind maps with real-time memory visualization, hot-swappable logic, and full-text search across all nodes.