一键导入
ad-designer
Generate image ad creatives using Nano Banana Pro (Gemini). Creates Meta/social ad images for campaigns based on brand guidelines and creative briefs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate image ad creatives using Nano Banana Pro (Gemini). Creates Meta/social ad images for campaigns based on brand guidelines and creative briefs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate ONE on-brand still-image creative for a single Aries social post at the correct per-platform scale. Use once per content_package post whose media is an image (feed / story-image). FORCES exactly one image_generate call and returns the generated_image creative_asset plus a content_package entry stamped with its placement. Paired with /social-video-creative for video posts.
Generate ONE on-brand short-form vertical video (Reel / Story video) for a single Aries social post at 9:16 reel scale. Use once per requested video clip. FORCES exactly one video_generate call and returns the generated_video creative_asset (localized basename + width/height/duration) plus a content_package entry stamped placement=reel / media_type=video. Paired with /social-image-creative for image posts.
Orchestrate creative asset production for social content. Use after /social-content-planner approval to coordinate /ad_designer, /scriptwriter, and /page_designer. Reviews all work for brand consistency and quality before presenting to user. The "make it happen" skill that turns approved strategy into deliverables.
Orchestrate brand-to-social-content workflow. Runs website brand analysis, then social content planning. Use when starting marketing for a brand from scratch or refreshing strategy. Produces brand bible + full social content plan ready for creative production.
Write video ad scripts with full production notes. Creates scene-by-scene breakdowns including dialogue, B-roll suggestions, on-screen text, camera direction, and timing. Outputs individual script files plus combined overview for approval.
Create a Meta Ads social content proposal based on brand guidelines and competitor analysis. Generates funnel strategy, landing pages, ad creatives, video scripts, and budget allocation. Outputs both markdown and HTML for review before asset creation.
| name | ad-designer |
| description | Generate image ad creatives using Nano Banana Pro (Gemini). Creates Meta/social ad images for campaigns based on brand guidelines and creative briefs. |
Generate professional image ad creatives for Meta/social campaigns using AI image generation.
Nano Banana (gemini-3-pro-image-preview)
GEMINI_API_KEY in environment/website_brand_analysisAlways specify aspect ratio in the prompt. Common Meta ad formats:
| Ratio | Dimensions | Use Case | Prompt Keyword |
|---|---|---|---|
| 1:1 | 1080×1080 | Feed (universal) | "square image" |
| 4:5 | 1080×1350 | Feed (recommended) | "4:5 vertical image" |
| 9:16 | 1080×1920 | Stories/Reels | "9:16 vertical image" |
| 16:9 | 1920×1080 | Landscape | "16:9 landscape image" |
Default to 1:1 unless brief specifies otherwise — it works everywhere.
Be explicit about exclusions:
NO logos. NO brand names. NO company names. NO watermarks. NO additional text.
Specify exact text:
The ONLY text on the image should be exactly: [your text here]
Keep prompts focused:
Include aspect ratio:
Generate a square 1:1 image...
Generate a [aspect ratio] image.
[Background/setting description]
[Text content - be explicit:]
The ONLY text should be exactly:
- Line 1: "[text]" in [color] [size]
- Line 2: "[text]" in [color] [size]
[Visual elements - icons, mockups, etc.]
Style: [clean/minimal/warm/professional/etc.]
NO logos. NO brand names. NO watermarks. NO additional elements.
Price Anchor Ad:
Generate a square image. White background. Clean typography only, no decorations, no logos, no icons, no borders, no frames.
The ONLY text on the image should be exactly:
Line 1 (small gray): What companies pay €10,000 to train their teams...
Line 2 (large navy blue): You can learn for €249
Line 3 (small gray): AI Operator Course — 10 hours to AI proficiency.
The €249 should be in gold/yellow color. Nothing else. No brand names. No additional elements.
Native/Organic Creative:
Generate a square photograph of a notebook page. Warm lighting. Cream colored lined paper.
Handwritten text in black ink pen that says EXACTLY:
The AI tools dont matter.
The workflows do.
Most people chase the next tool.
Operators master the fundamentals.
Draw a hand-drawn red circle around the word workflows. Coffee cup visible at edge.
NO logos. NO brand names. NO watermarks. Just the notebook with handwritten text.
Tutorial Carousel Hook:
Generate a square image. Light cream/yellow background.
Navy blue bold text that says EXACTLY: How to summarize any meeting in 30 seconds with AI
Center the text. Include a simple video call icon below the text.
NO logos. NO brand names. NO company names. NO watermarks. Clean minimal design.
curl -s "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image:generateContent?key=$GEMINI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"contents": [{
"parts": [{
"text": "YOUR_PROMPT_HERE"
}]
}],
"generationConfig": {
"responseModalities": ["image", "text"]
}
}' | jq -r '.candidates[0].content.parts[0].inlineData.data' | base64 -d > output.png
Get creative brief with:
Build prompt using template above. Key points:
Run API call, save to output folder:
~/clawd/output/{project}-{ad-type}-{version}.png
ALWAYS review generated images before sending to user.
Check for:
Use the Read tool to view the image:
Read file_path=/path/to/image.png
If image has issues:
Send via message tool with descriptive caption:
message action=send filePath=/path/to/image.png caption="🎨 Ad Name (1:1) ✓ Reviewed"
| Issue | Cause | Fix |
|---|---|---|
| Hallucinated logos | Model fills "empty" space | Add "NO logos. NO brand names." explicitly |
| Garbled text | Too many text instructions | Simplify, use fewer lines |
| Wrong aspect ratio | Not specified clearly | Start prompt with "Generate a square/4:5/etc image" |
| Extra decorations | Over-specified design | Add "no decorations, no borders, no frames" |
| Generic stock look | Vague prompt | Add specific style cues (warm lighting, minimal, etc.) |
This skill works with:
/social-content-planner — Provides creative briefs/creative_director — Orchestrates asset creation/website_brand_analysis — Provides brand guidelinesSave images to:
~/aries-app/output/{project}-{ad-type}-v{N}.png
Examples:
{brand}-hero-v1.png{brand}-price-anchor-v2.png{brand}-carousel-1-v1.png