Ad Designer for Openclaw

An automated image generation agent that transforms creative briefs into platform-ready marketing assets using brand-aware prompt engineering.

baitoxkevin
v1.0.0
Feb 27, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install ad-designer

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install ad-designer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Ad Designer?

The Ad Designer is a specialized tool within the Openclaw Skills ecosystem designed to bridge the gap between creative strategy and visual execution. By integrating directly with brand bibles and campaign plans, it constructs high-performance image generation prompts that adhere to strict visual guidelines. The skill manages the entire asset lifecycle, from low-resolution draft iterations to high-fidelity 4K final renders, ensuring visual consistency across various social media and advertising platforms.

Built to leverage advanced AI models, this skill automates the technical nuances of aspect ratio management, color palette application, and composition. It includes a rigorous self-review loop to minimize common AI artifacts like hallucinated text or logos, providing developers and marketers with a reliable pipeline for producing high-quality ad creatives at scale.

Ad Designer Use Cases

  • Rapidly iterating on visual concepts for multi-platform social media campaigns.
  • Generating on-brand imagery for Facebook, Instagram, and LinkedIn ads without manual prompt engineering.
  • Creating consistent carousel ad cards that maintain a unified visual style and lighting.
  • Scaling asset production for brands with established visual identities stored in digital bibles.

How Ad Designer Works

  1. The skill retrieves creative briefs and brand guidelines from the local filesystem or conversation history.
  2. It extracts visual identity markers such as hex codes, typography styles, and imagery moods.
  3. A marketing-optimized prompt is constructed using a specific formula that avoids brand hallucinations and focuses on composition.
  4. It generates an initial 1K draft using the nano-banana-pro engine at the requested aspect ratio.
  5. The agent performs an automated self-review to check for quality issues, text accuracy, and brand alignment.
  6. After human approval, the skill upscales the image to 4K resolution and saves it to the designated marketing assets directory.

Ad Designer Setup

Ensure you have the required dependencies and environment variables configured before using this entry in your Openclaw Skills library:

# Install uv if missing
curl -LsSf https://astral.sh/uv/install.sh | sh

# Export your Gemini API key
export GEMINI_API_KEY="your_api_key_here"

# Verify upstream dependencies
test -f ~/.codex/skills/nano-banana-pro/scripts/generate_image.py

Ad Designer Data Schema & Taxonomy

Path Description
/tmp/marketing/assets/images/ Directory for all generated assets.
yyyy-mm-dd-hh-mm-ss-<id>-draft.png Initial 1K draft for review.
yyyy-mm-dd-hh-mm-ss-<id>-final.png Approved 4K production image.
brand-bible.md Source for visual identity, colors, and tone.
<brand>-campaign-plan.json Input source containing the ad_creatives briefs.

Ad Designer Advanced Features

  • Multi-ratio support including 1:1, 9:16, 4:5, and 16:9 for cross-platform compatibility.
  • Automated self-review loop that iterates up to 3 times to fix quality or hallucination issues.
  • Seamless integration with the campaign-planner and brand-bible-builder Openclaw Skills.
  • Sequential batch processing for high-volume creative brief lists.
  • Natural language color translation that converts Hex codes into AI-readable visual descriptors.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*