Automate ad creative generation: research brand identity and DNA from URLs or descriptions, populate 40 prompt templates for products, and produce images via viostudio.id API using nano-banana-2 model with brand reference uploads.
npx claudepluginhub aidityasadhakim/ads-creative-skill --plugin ads-creativeResearch a brand and create a comprehensive Brand DNA document. Use when given a brand URL or description to analyze brand identity, visual system, photography style, packaging, and ad creative style. Saves output to brands/{brand-name}/brand-dna.md and prompts user to add reference images before generation.
Fill prompt templates with brand-specific values, producing ready-to-use prompts for image generation.
Generate an image from a filled prompt template using viostudio.id API (nano-banana-2). Takes a template ID (1-40). Uploads brand reference images, submits generation, polls for completion, and saves the result log.
Automated ads creative generation using the viostudio.id API.
Research a brand, fill prompt templates with brand context, then generate images via nano-banana-2.
| Skill | Command | Description |
|---|---|---|
| Brand DNA | /ads-creative:brand-dna [url|description] | Research a brand and create a Brand DNA document |
| Template Builder | /ads-creative:template-builder [product] [id|"all"] | Fill one template or all 40 with brand context |
| Template Generate | /ads-creative:template-generate [1-40] | Upload reference images and generate from a filled template |
1. /ads-creative:brand-dna https://www.yourbrand.com
↓ creates brands/yourbrand/brand-dna.md
↓ instructs you to add reference images + set API key
2. Add product/logo/packaging photos to brands/yourbrand/
export VIOSTUDIO_API_KEY=vio_sk_xxxxx
3. /ads-creative:template-builder "Product Name 100g" 5
↓ fills template 5, saves/appends to output/yourbrand-product-prompts.md
4. /ads-creative:template-generate 5
↓ uploads reference images, generates image, saves log to output/generated/
/plugin marketplace add aidityasadhakim/ads-creative-skill
/plugin install ads-creative@ads-creative
/reload-plugins
git clone https://github.com/aidityasadhakim/ads-creative-skill
claude --plugin-dir ./ads-creative-skill
/plugin marketplace update ads-creative
/reload-plugins
export VIOSTUDIO_API_KEY=vio_sk_xxxxx
Add to .bashrc / .zshrc to persist across sessions. Get your key at viostudio.id → Settings → API Keys.
After running brand-dna, place product photos, logo, and packaging shots in the brand directory:
brands/yourbrand/
├── brand-dna.md ← created automatically
├── logo.png
├── product-front.jpg
└── packaging.jpg
Supported formats: JPEG, PNG (max 20 MB per file). Images are mandatory — template-generate will not proceed without them.
VIOSTUDIO_API_KEY environment variablecurl available in your shell# Fill one template (fast — recommended)
/ads-creative:template-builder "Protein Bar 60g" 5
# Fill a few specific templates
/ads-creative:template-builder "Protein Bar 60g" 1
/ads-creative:template-builder "Protein Bar 60g" 12
# Fill all 40 at once
/ads-creative:template-builder "Protein Bar 60g" all
Single-template mode appends to the prompts file (or replaces an existing entry) without touching other templates.
Files are created in your current working directory, not inside the plugin:
your-project/
├── brands/
│ └── yourbrand/
│ ├── brand-dna.md # Brand DNA document
│ ├── logo.png # Your reference images
│ └── product-front.jpg
└── output/
├── yourbrand-product-prompts.md # Filled prompt templates
└── generated/
└── template-5-*.md # Generation logs with image URLs
nano-banana-2, do not translatenano-banana-2 (3 credits/image, up to 10 reference images)POST /v1/assetsbrand-dna must run before template-buildertemplate-builder must run for the requested template before template-generatehttps://api.viostudio.id/v1Authorization: Bearer {VIOSTUDIO_API_KEY}nano-banana-2MIT
Creative strategy, production, and brand governance workflows
Share bugs, ideas, or general feedback.
5-phase guided workflow for creating production-quality image generation prompts for Nano Banana (Google's AI image generator). Supports brand presets, iterative revision, and reference image management.
Methodology-grounded brand building toolkit. Positioning, messaging, voice, visual identity, audit, and competitive analysis powered by Dunford, Miller, Neumeier, and NN/g frameworks.
Comprehensive Google Vertex AI multimodal mastery for Jeremy - video processing (6+ hours), audio generation, image creation with Gemini 2.0/2.5 and Imagen 4. Marketing campaign automation, content generation, and media asset production.
Visual creative expert — search inspiration, enhance prompts, and generate AI images with intelligent workflow orchestration
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.