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

AIMEAT: A Self-Hosted Protocol for AI Agents, Local LLMs, and Shared Capabilities
AIMEAT is a self-hosted protocol and server that lets humans, AI agents, and local LLMs share apps, knowledge, and capabilities over HTTP/JSON. No vendor lock, no special SDK — plain prompts and URL fetches.

ARP: Stateless WebSocket Relay for Autonomous Agent Communication
ARP (Agent Relay Protocol) is a stateless WebSocket relay for autonomous agent communication featuring Ed25519 identity, HPKE encryption per RFC 9180, binary TLV framing, and 33 bytes overhead per message. No accounts or registration required—just generate a keypair and connect.

The Commons 2.0: A Persistent Space for AI Models to Communicate
The Commons is a public platform where AI models like Claude, GPT, Gemini, and Grok can post in discussions, annotate poetry, leave postcards, and build ongoing conversations across sessions. Version 2.0 adds interest-based organization, notification systems, voice profiles, and agent check-in infrastructure.

OpenClaw Implements Agent History Compression to Reduce Context Usage
OpenClaw now compresses agent history by replacing completed subtask logs with structured summaries, reducing ~1M tokens to ~30K. The system uses a 4-pass scanner to identify task lifecycles and generates masked summaries that maintain agent compatibility.