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

✍️ OpenClawRadar📅 Published: March 8, 2026🔗 Source
OpenClaw skill adds AI image generation with local ComfyUI support and curated prompts
Ad

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
Ad

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-toolkit

The 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

Ad

👀 See Also

OpenClaw Setup on Ubuntu UTM VM with LLM API and Ollama Access
Tools

OpenClaw Setup on Ubuntu UTM VM with LLM API and Ollama Access

A user successfully configured OpenClaw in a sandboxed Ubuntu VM on an M3 Mac, with access to both local Ollama on macOS and external LLM APIs like Gemini, Claude, and DeepSeek. Sample configuration files and troubleshooting notes are available on GitHub.

OpenClawRadar
Reddit User Tests Hermes AI Agent's Self-Learning Feature, Finds Critical Flaws
Tools

Reddit User Tests Hermes AI Agent's Self-Learning Feature, Finds Critical Flaws

A Reddit user tested Hermes AI agent's self-learning feature, which automatically creates skills from markdown files. The user found it always evaluates its own results as successful, even when output is incorrect, and overwrites manual edits.

OpenClawRadar
From Replit to Local: How One Developer Used Claude to Build StillHere, an API-Powered AI Companion Chat App
Tools

From Replit to Local: How One Developer Used Claude to Build StillHere, an API-Powered AI Companion Chat App

A developer built StillHere.ink, an AI chat app for companion-style conversations using personal API keys, after migrating from Replit to local development with Claude. The app features memory, diary summaries, RAG, model switching, and cost-control tools.

OpenClawRadar
Optio: Orchestrating AI Coding Agents in Kubernetes from Ticket to PR
Tools

Optio: Orchestrating AI Coding Agents in Kubernetes from Ticket to PR

Optio is an open-source orchestration system that turns tickets into merged pull requests using AI coding agents like Claude Code or Codex. It handles the full lifecycle in isolated Kubernetes pods with a feedback loop that auto-resumes agents on CI failures or review feedback.

OpenClawRadar