TopRank Skills

Home / Claw Skills / 数据解析 / ad-creative-generator
Official OpenClaw rules 36%

ad-creative-generator

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ad-creative-generator 技能。 若已安装,则直接安装 ad-creative-generator 技能。

Overview

Skill Key
hhhh124hhhh/ad-creative-generator
Author
hhhh124hhhh
Source Repo
openclaw/skills
Version
-
Source Path
skills/hhhh124hhhh/ad-creative-generator
Latest Commit SHA
9eae256dbb6883e2a4361fe07f57b580f830a335

Extracted Content

SKILL.md excerpt

# Ad Creative Generator

## Overview
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.

## Description
This skill helps marketers, designers, and content creators generate creative advertisement concepts and prompts. It provides:
- 20+ unique creative styles across 10 categories
- Interactive CLI menu for easy selection
- Multiple export formats (JSON, text, markdown)
- Customizable prompts with product/brand input
- Production-ready error handling

## Installation
No additional dependencies required beyond Node.js (v14+).

## Usage

### Basic Usage
```bash
node generate.js
```

### Interactive Mode
Run the script and follow the prompts:
1. Enter your product/brand name
2. Select creative categories (multiple selection supported)
3. Choose specific styles within categories
4. Select export format
5. View or export generated prompts

### Command Line Options
```bash
# 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
```

## Categories

### 1. Minimalist
Clean, simple designs with focus on essential elements. Perfect for modern brands.

### 2. Product Transformation
Creative transformations of products into different materials, contexts, or dimensions.

### 3. Cultural/Exotic
Incorporates cultural elements, exotic locations, and diverse aesthetic influences.

### 4. Lifestyle
Shows product integration into aspirational lifestyles and everyday moments.

### 5. Technology
Futuristic, tech-forward concepts with digital elements and innovation themes.

### 6. Luxury
Premium, elegant aesthetics with sophistication and exclus...

README excerpt

# Ad Creative Generator for Clawdbot

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.

## Features

- ✨ **20+ Creative Styles** across 10 unique categories
- 🎨 **Interactive CLI** for easy prompt generation
- 📤 **Multiple Export Formats**: JSON, Text, Markdown
- 🎯 **Categorized Templates**: Minimalist, Cultural, Luxury, Tech, and more
- 🛡️ **Production Ready**: Comprehensive error handling
- ⚡ **Fast & Efficient**: Generate dozens of prompts in seconds

## Quick Start

### Interactive Mode
Simply run the script and follow the prompts:

```bash
node generate.js
```

### Command Line Mode

```bash
# Generate all prompts for a product
node generate.js --product "Luxury Perfume" --all

# Export 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 --export markdown
```

## Categories

1. **Minimalist** - Clean, simple designs with focus on essentials
2. **Product Transformation** - Creative material and form transformations
3. **Cultural/Exotic** - Global influences and authentic cultural settings
4. **Lifestyle** - Integration into aspirational everyday moments
5. **Technology** - Futuristic, tech-forward concepts
6. **Luxury** - Premium, elegant aesthetics
7. **Eco/Green** - Sustainability and nature-focused
8. **Seasonal** - Timely holiday and season concepts
9. **Emotional** - Evocative, feeling-driven designs
10. **Playful** - Fun, whimsical, and entertaining

## Command Line Options

| Option | Description |
|--------|-------------|
| `--help, -h` | Show help message |
| `--product <name>` | Product or brand name (required) |
| `--export <format>` | Export format: json, text, markdown |
| `--output <file>` | Output filename (optional) |
| `--categories <list>` | Comma-separated categ...

Related Claw Skills