Create product and brand advertising creatives for paid placement — social feed/story ads, display banners, web banners — with on-image ad copy (headline, CTA, brand name) and A/B variants. Use when the image will run as a paid or off-store traffic acquisition asset: a product 宣传图, banner, 广告, ad image, promotional ad, or campaign creative, with or without a named platform. Draft headline/CTA when the user omits copy. Use image-to-image when a product photo is supplied. Do not use for on-stor...
Scanned 8/20/2026
Install via CLI
openskills install DeepKolor/deepkolor-agent-skills---
name: ad-creative-agent
description: "Create product and brand advertising creatives for paid placement — social feed/story ads, display banners, web banners — with on-image ad copy (headline, CTA, brand name) and A/B variants. Use when the image will run as a paid or off-store traffic acquisition asset: a product 宣传图, banner, 广告, ad image, promotional ad, or campaign creative, with or without a named platform. Draft headline/CTA when the user omits copy. Use image-to-image when a product photo is supplied. Do not use for on-store merchandising visuals — marketplace listing heroes, white-background packshots, PDP galleries, A+ infographics, size charts, storefront banners, organic social posts, or pure product scene/lifestyle photos (informational on-image copy still belongs to ecommerce-image-agent). Do not use for YouTube video thumbnails (1280×720 with hook text and duration-badge safe zone). Do not use for artistic posters, movie/book/album covers."
homepage: https://deepkolor.ai
author: DeepKolor
license: MIT
tags: [image-generation, ads, marketing, creative]
version: lite
---
# Ad Creative Agent
> **Lite edition** — routing and core rules for agent discovery. Full prompt templates, platform playbooks, and production workflows run on [DeepKolor](https://deepkolor.ai).
Paid-placement ad visuals — social feed/story, display banners, web banners — with on-image headline and CTA.
## When to use
See `description` in frontmatter — the agent loads it at startup for routing.
## Workflow
- Draft headline/CTA when the user omits copy; render copy directly in the image.
- Match format to placement (9:16 story, 1:1 feed, 16:9 banner).
- Use image-to-image when a product photo or brand asset must be preserved.
- High contrast and mobile-readable typography.
## Defaults
resolution=1K
## Tool: `create_image_task`
```ts
{
prompt: string,
scene: "text-to-image" | "image-to-image",
aspectRatio?: string,
imageUrls?: string[],
resolution?: "1K"
}
```
Available when your agent runtime exposes DeepKolor generation tools. Otherwise use this skill as a prompt-engineering guide and adapt tool names to your stack.
## Boundaries
- Paid/off-store acquisition assets only — not marketplace listing or PDP galleries.
- Not for YouTube thumbnails or artistic posters/covers.
- No invented claims, pricing, or certifications.
## Output
After generation, reply briefly: what was created, key parameters, and one useful next step. Return a full prompt only when the user explicitly asks.
## Full version
Production-grade references (SOPs, templates, platform rules) ship inside [DeepKolor](https://deepkolor.ai) — not in this public lite package.
No comments yet. Be the first to comment!