Generate diverse, engaging ad prompts for any product or brand across 20+ creative styles and 10 categories. Use when user needs advertisement concepts, marketing prompts, or creative marketing content generation.
A comprehensive advertising creative generator that creates diverse, engaging ad prompts for any product or brand. Generate 20+ different styles of advertisement concepts organized into 10 categories.
This skill helps marketers, designers, and content creators generate creative advertisement concepts and prompts. It provides:
No additional dependencies required beyond Node.js (v14+).
node generate.js
Run the script and follow the prompts:
# Generate prompts for a specific product
node generate.js --product "Luxury Perfume"
# Export directly to JSON
node generate.js --product "Smart Watch" --export json --output ads.json
# Generate specific categories
node generate.js --product "Organic Tea" --categories minimalist,eco
# Generate all categories
node generate.js --product "New App" --all
Clean, simple designs with focus on essential elements. Perfect for modern brands.
Creative transformations of products into different materials, contexts, or dimensions.
Incorporates cultural elements, exotic locations, and diverse aesthetic influences.
Shows product integration into aspirational lifestyles and everyday moments.
Futuristic, tech-forward concepts with digital elements and innovation themes.
Premium, elegant aesthetics with sophistication and exclusivity.
Sustainability-focused, natural, and environmentally conscious designs.
Timely concepts tied to seasons, holidays, and special occasions.
Evocative designs that connect on an emotional level with audiences.
Fun, whimsical, and creative concepts that entertain and engage.
Structured data format perfect for integration with other tools:
{
"product": "Example Product",
"generated_at": "2025-01-29T12:00:00Z",
"prompts": [
{
"category": "Minimalist",
"style": "Hand-drawn Minimalist",
"prompt": "..."
}
]
}
Plain text format for easy reading and copying.
Formatted markdown with headers and structure for documentation.
Product: "Rose Glow Serum"
Style: Hand-drawn Minimalist
Output: Minimalist creative advertisement with hand-drawn elements,
featuring Rose Glow Serum with clean lines, soft pastel accents,
negative space emphasizing the product, botanical sketches of rose
ingredients, elegant typography, white background
Product: "Crystal Water Bottle"
Style: Translucent Material
Output: Crystal Water Bottle transformed into translucent paper glass
material, soft light filtering through, visible water layers, delicate
paper-like texture, ethereal lighting, pastel color gradient background
Product: "Spice Blend Collection"
Style: Moroccan Market
Output: Spice Blend Collection beauty product in exotic Moroccan market
scene, vibrant souk stalls, golden hour lighting, intricate mosaic
patterns as background, cultural textiles, authenticity, warm color
palette, cinematic composition
ad-creative-generator/
├── SKILL.md # This file
├── generate.js # Main script with CLI
├── templates.js # Prompt templates by category
└── README.md # Additional usage documentation
The script includes comprehensive error handling for:
To add new creative styles:
templates.jsnode generate.jsPart of the Clawdbot skills ecosystem.
1.0.0