multi-channel-bundlelisted
Install: claude install-skill PicsArt/gen-ai-skills
# Multi-Channel Bundle
Produce a coordinated set of assets — hero, social variants, OG image, reel, optionally audio — for a single push: a marketing campaign or a product launch. Replaces two near-identical skills (campaign-kit, launch-kit) with one entry point and two mode references that differ only in scale, naming, and channel mix.
**Input:** the brief (campaign or launch). **Output:** a folder per channel with on-brand, on-format assets ready to ship.
## When to Use
| Mode | Trigger phrases | Reference |
|---|---|---|
| **campaign** | "campaign kit", "multi-channel campaign assets", "LinkedIn + IG + email + LP + ads in one go" | [`references/modes/campaign.md`](references/modes/campaign.md) |
| **launch** | "launch kit", "product launch assets", "launch day social + reel + soundtrack" | [`references/modes/launch.md`](references/modes/launch.md) |
If the user wants pitch-deck slides for an agency client, that's `agency-pitch-mockups`. If they want N ad variants from one hero (no other channels), that's `marketer-ad-variant-factory`.
## Prerequisites
Picsart `gen-ai` CLI installed and authenticated:
```bash
curl -fsSL https://picsart.com/gen-ai-cli/install.sh | bash
gen-ai login
gen-ai whoami
```
Per-mode setup (channel matrix, copy alignment, motion source, audio licensing) lives inside each mode reference.
## How to Run
1. Identify the mode from the user's request using the table above.
2. Load the corresponding mode reference: `Read` `references/modes/<mode>