ads-generate — for Claude Code ads-generate, coachflow, community, for Claude Code, ide skills, gemini-2.5-flash-image, ads generate, ads generate --platform meta, ads generate --batch, campaign-brief.md

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need ads generate — ai ad image generator. 本地化技能摘要: # Ads Generate — AI Ad Image Generator Generates platform-sized ad creative images from your campaign brief and brand profile. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

Ads Generate — AI Ad Image Generator
Generates platform-sized ad creative images from your campaign brief and brand
profile. Uses Gemini by default (gemini-2.5-flash-image, stable GA).
Command What it does
--------- -------------

# 核心主题

successunforgettable successunforgettable
[2]
[0]
更新于: 4/14/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
55
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need ads generate — ai ad image generator. 本地化技能摘要: # Ads Generate — AI Ad Image Generator Generates platform-sized ad creative images from your campaign brief and brand profile. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: ads-generate helps agents ads generate — ai ad image generator. Ads Generate — AI Ad Image Generator Generates platform-sized ad creative images from your campaign brief and brand profile. This AI agent skill

适用 Agent 类型

适用场景: Ideal for AI agents that need ads generate — ai ad image generator.

赋予的主要能力 · ads-generate

适用任务: Applying Ads Generate — AI Ad Image Generator
适用任务: Applying Generates platform-sized ad creative images from your campaign brief and brand
适用任务: Applying profile. Uses Gemini by default (gemini-2.5-flash-image, stable GA)

! 使用限制与门槛

  • 限制说明: /ads generate --platform meta Generate Meta assets only
  • 限制说明: Requires repository-specific context from the skill documentation
  • 限制说明: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

ads-generate 是什么?

适用场景: Ideal for AI agents that need ads generate — ai ad image generator. 本地化技能摘要: # Ads Generate — AI Ad Image Generator Generates platform-sized ad creative images from your campaign brief and brand profile. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 ads-generate?

运行命令:npx killer-skills add successunforgettable/coachflow/ads-generate。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

ads-generate 适用于哪些场景?

典型场景包括:适用任务: Applying Ads Generate — AI Ad Image Generator、适用任务: Applying Generates platform-sized ad creative images from your campaign brief and brand、适用任务: Applying profile. Uses Gemini by default (gemini-2.5-flash-image, stable GA)。

ads-generate 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

ads-generate 有哪些限制?

限制说明: /ads generate --platform meta Generate Meta assets only;限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add successunforgettable/coachflow/ads-generate。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    ads-generate 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

ads-generate

# Ads Generate — AI Ad Image Generator Generates platform-sized ad creative images from your campaign brief and brand profile. This AI agent skill supports

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Ads Generate — AI Ad Image Generator

Generates platform-sized ad creative images from your campaign brief and brand profile. Uses Gemini by default (gemini-2.5-flash-image, stable GA).

Quick Reference

CommandWhat it does
/ads generateGenerate all images from campaign-brief.md
/ads generate --platform metaGenerate Meta assets only
/ads generate --prompt "text" --ratio 9:16Standalone generation without brief
/ads generate --batchUse Gemini Batch API (50% cost, 24h turnaround)

Environment Setup

Required before running:

bash
1# Gemini (default — recommended) 2export GOOGLE_API_KEY="your-key" 3# Get a key: console.cloud.google.com/apis/credentials 4 5# Switch to a different provider (optional) 6export ADS_IMAGE_PROVIDER="openai" 7export OPENAI_API_KEY="your-key" 8 9export ADS_IMAGE_PROVIDER="stability" 10export STABILITY_API_KEY="your-key" 11 12export ADS_IMAGE_PROVIDER="replicate" 13export REPLICATE_API_TOKEN="your-token"

If the API key is not set, this skill will display the setup instructions above and stop. It will never fail silently.

Process

Step 1: Check API Key

Verify the required environment variable is set before proceeding:

bash
1python3 -c " 2import os, sys 3provider = os.environ.get('ADS_IMAGE_PROVIDER', 'gemini') 4keys = {'gemini': 'GOOGLE_API_KEY', 'openai': 'OPENAI_API_KEY', 5 'stability': 'STABILITY_API_KEY', 'replicate': 'REPLICATE_API_TOKEN'} 6env_var = keys.get(provider, 'GOOGLE_API_KEY') 7if not os.environ.get(env_var): 8 print(f'Error: {env_var} not set (provider: {provider})', file=sys.stderr) 9 sys.exit(1) 10print(f'OK: {env_var} is set') 11"

If this exits with code 1, display the Environment Setup section above and stop.

Step 2: Locate Source Files

Check for:

  • campaign-brief.md → primary source for prompts and dimensions
  • brand-profile.json → brand color/style injection (optional but recommended)

If campaign-brief.md is found: Use ## Image Generation Briefs section as the generation job list.

If no campaign-brief.md: Enter standalone mode (Step 2b).

Step 2b: Standalone Mode

Ask the user:

  1. Generation prompt (what should the image show?)
  2. Target platform (to set correct dimensions)
  3. Output filename (optional)

Then skip to Step 5.

Step 3: Read Provider Config

Load ~/.claude/skills/ads/references/image-providers.md to confirm:

  • Active provider pricing (show user the cost estimate)
  • Rate limits for current tier
  • Batch API availability

Step 4: Read Platform Specs

For each platform in the campaign brief, load the relevant spec reference:

  • ~/.claude/skills/ads/references/meta-creative-specs.md
  • ~/.claude/skills/ads/references/google-creative-specs.md
  • ~/.claude/skills/ads/references/tiktok-creative-specs.md
  • ~/.claude/skills/ads/references/linkedin-creative-specs.md
  • ~/.claude/skills/ads/references/youtube-creative-specs.md
  • ~/.claude/skills/ads/references/microsoft-creative-specs.md

Step 5: Spawn Visual Designer Agent

Spawn the visual-designer agent using the Task tool with context: fork.

The agent will:

  • Parse the image generation briefs from campaign-brief.md
  • Inject brand colors and mood from brand-profile.json
  • Call generate_image.py for each asset
  • Save to ./ad-assets/[platform]/[concept]/ directory structure
  • Write generation-manifest.json

Step 6: Validate with Format Adapter

After the visual-designer completes, spawn the format-adapter agent with context: fork to validate dimensions and report missing formats.

Step 7: Report Results

Present a summary:

Generation complete:

  Generated assets:
    ✓ ./ad-assets/meta/concept-1/feed-1080x1350.png
    ✓ ./ad-assets/tiktok/concept-1/vertical-1080x1920.png
    ✗ ./ad-assets/google/concept-1/landscape-1200x628.png [error reason]

  Format validation: See format-report.md

  Cost estimate: ~$[N] at $0.067/image (Gemini 1K)

  Next steps:
    1. Review assets in ./ad-assets/
    2. Check format-report.md for any missing formats
    3. Upload to your ad platform managers

Cost Transparency

Before generating, estimate and show the cost:

  • Count the number of image briefs in campaign-brief.md
  • Multiply by $0.067 (Gemini default 1K)
  • Show: "Estimated cost: [N] images × $0.067 = ~$[total]"
  • If >$1.00, ask for confirmation before proceeding

Standalone Mode (No campaign-brief.md)

When running without a campaign brief:

Platform target → dimensions used:
  meta-feed     → 1080×1350 (4:5)
  meta-reels    → 1080×1920 (9:16)
  tiktok        → 1080×1920 (9:16)
  google-pmax   → 1200×628 (1.91:1)
  linkedin      → 1080×1080 (1:1)
  youtube       → 1280×720 (16:9)
  youtube-short → 1080×1920 (9:16)

Calls generate_image.py directly:

bash
1python ~/.claude/skills/ads/scripts/generate_image.py \ 2 "[user prompt]" \ 3 --size [WxH] \ 4 --output [filename] \ 5 --json

Reference Files

  • ~/.claude/skills/ads/references/image-providers.md — provider config, pricing, limits
  • ~/.claude/skills/ads/references/[platform]-creative-specs.md — per-platform specs
  • ~/.claude/skills/ads/references/brand-dna-template.md — brand injection schema

相关技能

寻找 ads-generate 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

nextjs-turbopack

[ 精选 ]
Logo of affaan-m
affaan-m

本地化技能摘要: Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack. It covers ai-agents, anthropic, claude workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

169.5k
0
生产力

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器