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

Running OpenClaw in an Isolated Micro-VM with Void-Box
OpenClaw can be run as a service inside an isolated micro-VM using Void-Box, a capability-bound runtime that executes workflows in KVM micro-VMs, providing a clean execution boundary without container runtime involvement.

First-Tree: Open-Source Daemon That Uses Claude Code to Triage GitHub Notifications While You Sleep
An open-source menu bar daemon that uses Claude Code to autonomously triage GitHub notifications – it handled 98 out of 100 notifications in a recent scan, leaving only 2 for human review.

Council: A Structured Dialogue Framework for Claude
Council — A Crucible is a structured dialogue framework that runs inside a single Claude context window, using persona framing to produce four distinct modes of engagement: rigorous interrogation, generative action, lived experience, and unformed intuition.

Engram v1.0.0: Persistent Memory for Local LLMs via Knowledge Graph
Engram is a single binary that provides persistent memory for local LLMs through a knowledge graph system. It includes an MCP server for integration with Claude Code, Cursor, and Windsurf, stores all data in a single .brain file, and runs fully offline.