一键导入
creative
AI creative production engine for product photos, videos, social graphics, talking heads, and ad creative. One engine, multiple modes, shared brand kit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AI creative production engine for product photos, videos, social graphics, talking heads, and ad creative. One engine, multiple modes, shared brand kit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build email sequences that convert subscribers into customers. Use when you have a lead magnet and need a welcome sequence, nurture sequence, or sales sequence. Covers welcome, nurture, conversion, launch, re-engagement, and post-purchase sequences. Triggers on: write welcome emails, email sequence for, nurture sequence, convert my list, onboarding emails, launch sequence, drip campaign, email funnel, write a welcome series, follow-up emails, autoresponder sequence, cart abandonment emails. Outputs complete email sequences with subject lines (3 A/B variants per email), timing, full copy, and send-day recommendations. Writes each email as an individual file in ./campaigns/{sequence-name}/emails/ with naming convention {nn}-{purpose}.md. Detects Mailchimp, ConvertKit, and HubSpot API keys in .env and offers direct automation setup if found. Loads brand voice and positioning from memory, reads lead-magnet output if available, generates campaign summary overview. Reads: voice-profile.md, positioning.md, audience.
Write copy that converts. Use when writing landing pages, emails, sales copy, headlines, CTAs, social posts, or any persuasive content. Triggers on: make this convert, write copy for X, help me sell X, punch this up, write a landing page, write sales copy, score this copy, generate headline variants. Produces internet-native copy that sounds like a smart friend explaining something while quietly deploying every persuasion principle in the book. Loads brand voice and positioning from memory, generates multiple variants for testing, scores copy on 7 dimensions, and suggests A/B tests. Includes complete reference material from Schwartz, Hopkins, Ogilvy, Halbert, Caples, Sugarman, and Collier. Reads: voice-profile.md, positioning.md, audience.md, creative-kit.md. Writes: ./campaigns/{name}/*.md, assets.md.
Define or extract a consistent brand voice that other skills can use. Three modes — Extract (analyze existing content), Build (construct from scratch), or Auto-Scrape (provide a URL, skill does the research). Use when starting a project, when copy sounds generic, or when output needs to sound like a specific person/brand. Triggers on: what's my voice, analyze my brand, help me define my voice, make this sound like me, voice guide, brand personality, analyze my website. Outputs a voice profile saved to ./brand/voice-profile.md that all content skills reference. Dependencies: none (foundation skill). Reads: positioning.md, audience.md. Writes: voice-profile.md.
Transform one piece of content into platform-optimized assets across LinkedIn, Twitter/X, Instagram, TikTok, YouTube, Threads, Bluesky, and Reddit. Use when someone has existing content (blog post, newsletter, podcast, video) and wants to maximize distribution. Covers format specs, hook formulas, algorithm signals, and creator-tested patterns for each platform. Performs live web search for recent algorithm changes before generating. Reads brand voice profile and platform adaptation table for tone adjustments. Writes per-platform files to organized campaign directories. Detects Buffer/Hootsuite API keys for optional scheduling. Supports content calendar mode for full-week scheduling across all platforms. Triggers on: repurpose this, turn this into social posts, atomize this content, create social content from, LinkedIn post from this, thread from this, schedule this across platforms, create content calendar from this, repurpose for Threads, Bluesky post from this, Reddit strategy for this. Outputs platform-spe
Strategic keyword research powered by web search and brand context. Use when someone needs content strategy, topic ideas, SEO planning, or asks what should I write about. Uses the 6 Circles Method to expand from seed keywords, validates with live SERP data, clusters into content pillars, and maps to a prioritized content plan. Triggers on: keyword research for X, content strategy for X, what topics should I cover, SEO strategy, content calendar, topic clusters, what should I write about, content gaps, competitor keywords. Outputs prioritized keyword clusters with content recommendations saved to ./brand/keyword-plan.md and individual content briefs to ./campaigns/content-plan/. Dependencies: none (but enhanced by brand context). Reads: positioning.md, audience.md, competitors.md. Writes: keyword-plan.md.
Generate compelling lead magnet concepts AND build the actual lead magnet content. Use when someone needs top-of-funnel ideas, wants to grow their email list, or asks what should I give away for free. Triggers on: lead magnet ideas for X, how do I build my list, what freebie should I create, top of funnel for X, opt-in ideas, grow my email list, create a lead magnet, build my checklist, write a guide. Outputs 3-5 lead magnet concepts with hooks, formats, and clear bridges to the paid offer. After user selects a concept, enters BUILD MODE and writes the full lead magnet content -- checklists, templates, guides, quiz questions, swipe files. Writes output to ./campaigns/{magnet-name}/lead-magnet.md. Uses web search to research competitor lead magnets in the same space. Reads: voice-profile.md, positioning.md, audience.md. Writes: ./campaigns/{magnet-name}/lead-magnet.md, ./campaigns/{magnet-name}/brief.md, assets.md, learnings.md. Chains to: /direct-response-copy for landing page, /email-sequences for delivery +
| name | creative |
| description | AI creative production engine for product photos, videos, social graphics, talking heads, and ad creative. One engine, multiple modes, shared brand kit. |
One engine. Every visual asset your brand needs.
This skill routes you to the right creative mode, manages your brand identity across all outputs, and handles model selection so you never think about APIs — just describe what you want.
Read ./brand/ per _system/brand-memory.md
Follow all output formatting rules from _system/output-format.md
Reads: voice-profile.md, positioning.md, creative-kit.md, stack.md
Writes: creative-kit.md, assets.md (append)
When this skill is invoked, start here:
What are we making?
1. Product photos hero shots, lifestyle, e-commerce flats
2. Product videos reveals, orbits, demos, unboxings
3. Social graphics posts, stories, thumbnails, ads
4. Talking head presenters, UGC-style, testimonials
5. Ad creative paid social, display, video ads
6. Free generation anything else — just describe it
Each mode has its own playbook in modes/. The creative engine handles:
The creative engine uses Replicate for all AI generation. You need an API token.
Check if already configured:
echo $REPLICATE_API_TOKEN
# or check .env file for REPLICATE_API_TOKEN=
If not found:
.env file:
REPLICATE_API_TOKEN=r8_your_token_here
Run a quick smoke test to verify the token works:
curl -s -H "Authorization: Bearer $REPLICATE_API_TOKEN" \
https://api.replicate.com/v1/models/google/nano-banana-pro \
| jq '.name'
Expected output: "nano-banana-pro"
Check that each model in the stack is accessible:
| Model | Test Command | Expected |
|---|---|---|
| Nano Banana Pro | curl -s -H "Authorization: Bearer $REPLICATE_API_TOKEN" https://api.replicate.com/v1/models/google/nano-banana-pro | jq '.name' | "nano-banana-pro" |
| Kling 2.5 | curl -s -H "Authorization: Bearer $REPLICATE_API_TOKEN" https://api.replicate.com/v1/models/kwaivgi/kling-v2.5-turbo-pro | jq '.name' | "kling-v2.5-turbo-pro" |
| Veo 3.1 | curl -s -H "Authorization: Bearer $REPLICATE_API_TOKEN" https://api.replicate.com/v1/models/google/veo-3.1 | jq '.name' | "veo-3.1" |
| Sora 2 | curl -s -H "Authorization: Bearer $REPLICATE_API_TOKEN" https://api.replicate.com/v1/models/openai/sora-2 | jq '.name' | "sora-2" |
| Kling Lip-Sync | curl -s -H "Authorization: Bearer $REPLICATE_API_TOKEN" https://api.replicate.com/v1/models/kwaivgi/kling-lip-sync | jq '.name' | "kling-lip-sync" |
After verification, record what is available in ./brand/stack.md:
# Creative Stack Status
## Last Verified: [date]
| Model | Status | Notes |
|-------|--------|-------|
| Nano Banana Pro (images) | Active | Default image model |
| Kling 2.5 (video) | Active | Default video model |
| Veo 3.1 (video) | Active | Hero content comparison |
| Sora 2 (video) | Active | Hero content comparison |
| Kling Lip-Sync | Active | Talking head mode |
If REPLICATE_API_TOKEN is not set and the user wants to generate creative:
This ensures the creative skill is useful even without API access — the prompt engineering and brand-consistent creative direction are valuable on their own.
On the first creative run, build ./brand/creative-kit.md. This file is the visual DNA that every mode reads from. Without it, outputs will be inconsistent across assets.
Prompt the user for:
# Brand Creative Kit
## Brand Colors
- **Primary:** [hex + name, e.g., #2563EB "Electric Blue"]
- **Secondary:** [hex + name]
- **Accent:** [hex + name]
- **Background:** [hex + name, e.g., #0F172A "Deep Navy"]
- **Text:** [hex + name, e.g., #F8FAFC "Near White"]
## Typography Direction
- **Headlines:** [style, e.g., "Bold, modern sans-serif, high impact"]
- **Body:** [style, e.g., "Clean, readable, neutral weight"]
- **Display/Hero:** [style, e.g., "Oversized, condensed, all-caps for impact"]
## Visual Style
- **Photography preference:** [e.g., "Lifestyle over studio, warm natural light"]
- **Illustration style:** [e.g., "Flat vector with subtle gradients, no outlines"]
- **Overall mood:** [e.g., "Confident, warm, premium but not pretentious"]
- **What to avoid:** [e.g., "Stock photo vibes, clip art, neon/fluorescent colors, dark/gothic"]
## Logo
- **Path:** [relative path to logo file, or "not yet provided"]
- **Usage notes:** [e.g., "White version on dark backgrounds, primary on light"]
## Competitor Visual References
- **Competitor 1:** [name + what to learn/avoid from their visuals]
- **Competitor 2:** [name + what to learn/avoid]
- **Competitor 3:** [name + what to learn/avoid]
## Reference Screenshots
[Links or paths to screenshots of visual styles the brand admires]
If the user does not have a brand kit yet:
Every mode reads creative-kit.md before generating any asset. This means:
This is the core creative methodology. It applies to every mode, every time.
When starting any new creative project (not a one-off generation), follow this process:
Step 1: Generate 5 Different Approaches
Do not generate 5 similar images. Generate 5 genuinely different creative directions:
Direction 1: [Name] — The safe, expected approach for this category
Direction 2: [Name] — The opposite of Direction 1
Direction 3: [Name] — Borrowed from a completely different industry
Direction 4: [Name] — Emotion-first (prioritizes feeling over information)
Direction 5: [Name] — The wild card (break a convention)
Each direction should have a distinct visual strategy — different lighting, composition, color treatment, mood, and reference point.
Step 2: Present All 5 for Review
## Creative Direction Exploration
### Direction 1: [Name]

**Strategy:** [why this approach]
**Vibe:** [emotional register]
**Risk level:** Low — category standard
### Direction 2: [Name]

**Strategy:** [why this approach]
**Vibe:** [emotional register]
**Risk level:** Medium — against convention
[... repeat for all 5]
---
**Which direction resonates?**
- Pick one to develop
- Combine elements: "I like the lighting from 2 with the composition of 4"
- Request variations on any direction
- Start over with different constraints
Step 3: User Picks Direction or Combines Elements
The user rarely picks one direction entirely. They usually combine: "I like the warmth of 3 but the composition of 1." This is the valuable feedback that makes the final output distinctive.
Step 4: Lock Style Principles
Once direction is chosen, document the locked style:
## Locked Style Principles
**Color Treatment:** [specific palette and grading]
**Lighting:** [specific direction, quality, temperature]
**Composition:** [specific framing and layout rules]
**Mood:** [specific emotional register]
**Technical:** [camera reference, texture, processing]
**Anti-patterns:** [what specifically to avoid]
Step 5: Execute at Scale Using Locked Principles
With style locked, generate all campaign assets using the same principles. The brand kit + locked style = consistency across dozens of assets.
The user describes what they want. The engine picks the model. This is the decision logic:
USER REQUEST
│
├─ Contains "image" / "photo" / "graphic" / "picture" / "thumbnail"
│ └─ Nano Banana Pro
│ Payload: references/MODEL_REGISTRY.md → Image Generation
│
├─ Contains "video" / "clip" / "animation" / "motion"
│ ├─ Is this hero/flagship content?
│ │ ├─ Yes → Run Kling 2.5 + Veo 3.1 + Sora 2 in parallel
│ │ └─ No → Kling 2.5 only
│ │
│ ├─ Has a starting image?
│ │ └─ Use I2V payload (start_image / image / input_reference)
│ └─ Text only?
│ └─ Use T2V payload
│ Payload: references/MODEL_REGISTRY.md → Video Generation
│
├─ Contains "talking head" / "presenter" / "lip sync" / "spokesperson"
│ └─ Kling Lip-Sync
│ Payload: references/MODEL_REGISTRY.md → Lip-Sync
│
├─ Contains "ad" / "advertisement" / "paid social" / "display ad"
│ └─ Route to modes/ad-creative.md
│ (uses Nano Banana Pro for stills, Kling 2.5 for video ads)
│
└─ Unclear / general
└─ Ask: "Is this a still image, a video, or something else?"
Never ask the user which model to use. Pick the right one based on the request. The only exception is hero content, where you run multiple models in parallel and let them choose the best output.
For campaigns that need many assets, use Claude Code task agents to generate in parallel.
When generating a set of images (e.g., 10 product photos for an e-commerce store):
Dispatch parallel tasks:
Task 1: Generate hero image — 16:9, dramatic lighting
Task 2: Generate product front — 1:1, clean white background
Task 3: Generate product angle — 1:1, 45-degree view
Task 4: Generate lifestyle shot — 4:5, in-context usage
Task 5: Generate detail close-up — 1:1, macro style
[... continue for all assets]
Each task:
For hero content comparison, dispatch three tasks simultaneously:
Task 1: Kling 2.5 — same prompt, same start_image
Task 2: Veo 3.1 — same prompt, adapted parameters
Task 3: Sora 2 — same prompt, adapted parameters
Wall-clock time = the slowest model (usually 5-8 minutes), not the sum of all three.
All creative outputs are saved to organized directories under the project root.
creative-output/
├── brand/
│ ├── creative-kit.md # Brand identity (colors, typography, style)
│ └── stack.md # Model availability status
│
├── explorations/
│ └── [project-name]/
│ ├── direction-1.png
│ ├── direction-2.png
│ └── ...
│
├── product-photos/
│ ├── hero/ # Hero shots (16:9, dramatic)
│ ├── lifestyle/ # In-context lifestyle shots
│ ├── ecommerce/ # Clean product-on-white
│ └── detail/ # Close-up / macro
│
├── videos/
│ ├── hero/ # Flagship video content
│ ├── product-reveals/ # Product reveal animations
│ ├── social-clips/ # Short-form social video
│ └── comparisons/ # Multi-model comparison outputs
│
├── social-graphics/
│ ├── instagram/
│ │ ├── feed/ # 1:1 and 4:5 posts
│ │ └── stories/ # 9:16 stories
│ ├── linkedin/ # 1:1 and 16:9 posts
│ ├── twitter/ # 16:9 cards
│ ├── tiktok/ # 9:16 thumbnails
│ └── youtube/ # 16:9 thumbnails
│
├── talking-heads/
│ ├── source-videos/ # Base presenter videos
│ ├── audio/ # Audio files for lip-sync
│ └── output/ # Final lip-synced videos
│
├── ad-creative/
│ ├── paid-social/ # Facebook, Instagram, LinkedIn ads
│ ├── display/ # Banner ads, display network
│ └── video-ads/ # Video ad formats
│
└── exports/
└── [campaign-name]/ # Final packaged deliverables
[asset-type]-[descriptor]-[aspect-ratio]-[version].ext
Examples:
hero-product-floating-16x9-v1.png
lifestyle-morning-coffee-4x5-v2.png
reveal-bottle-orbit-16x9-v1.mp4
social-announcement-sale-1x1-v1.png
talking-head-testimonial-9x16-v1.mp4
Each mode contains the specific playbook for that asset type:
| Mode | File | What It Covers |
|---|---|---|
| Product Photos | modes/product-photos.md | Hero shots, lifestyle, e-commerce flats, detail close-ups |
| Product Videos | modes/product-videos.md | Reveals, orbits, demos, unboxings, before/after |
| Social Graphics | modes/social-graphics.md | Platform-specific posts, stories, thumbnails |
| Talking Head | modes/talking-head.md | Presenter videos, UGC-style, testimonials, lip-sync |
| Ad Creative | modes/ad-creative.md | Paid social, display, video ads, A/B variants |
| Free Generation | (no mode file) | Uses brand kit + MODEL_REGISTRY directly |
| Reference | File | What It Contains |
|---|---|---|
| Model Registry | references/MODEL_REGISTRY.md | Every API payload, parameter, common mistake. The single source of truth for model calls. |
| Visual Intelligence | references/VISUAL_INTELLIGENCE.md | Visual psychology, anti-generic principles, style taxonomy, prompt construction, platform strategy. |
Before delivering any creative asset, verify:
The creative engine can receive briefs from other skills:
# From brand-voice or positioning-angles
creative_brief:
subject: "what to create"
audience: "who it is for"
message: "key communication point"
platform: "where it will be published"
style_notes: "any visual direction"
# To content-atomizer, email-sequences, etc.
creative_delivery:
assets:
- path: "creative-output/product-photos/hero/hero-product-16x9-v1.png"
type: "image"
dimensions: "1280x720"
prompt_used: "the exact prompt"
- path: "creative-output/videos/hero/reveal-16x9-v1.mp4"
type: "video"
duration: "5s"
model_used: "kwaivgi/kling-v2.5-turbo-pro"
brand_kit: "creative-output/brand/creative-kit.md"
style_locked: true
After generating creative assets, suggest next steps:
WHAT'S NEXT
Your creative assets are generated and saved. Next moves:
→ /content-atomizer Create platform-specific variants
for social distribution (~10 min)
→ /direct-response-copy If these visuals need
accompanying copy — landing pages,
ads, or email (~15 min)
→ /start-here Review your full project status
Or tell me what you are working on and I will route you.
This is the entry point for all visual creative production in Vibe Marketing Skills v2. Every image, every video, every visual asset flows through this engine.