# Multi Channel Bundle

> Ship a coordinated multi-format asset bundle for any push.

- **Type:** Skill
- **Install:** `agentstack add skill-picsart-gen-ai-skills-multi-channel-bundle`
- **Verified:** Pending review
- **Seller:** [PicsArt](https://agentstack.voostack.com/s/picsart)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [PicsArt](https://github.com/PicsArt)
- **Source:** https://github.com/PicsArt/gen-ai-skills/tree/main/skills/multi-channel-bundle

## Install

```sh
agentstack add skill-picsart-gen-ai-skills-multi-channel-bundle
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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/.md`.
3. Follow the per-mode procedure — confirm channels, build the manifest, batch-generate.
4. Return here only when switching modes.

## Quick Reference

```bash
# Bundle generation is always a batch run
gen-ai batch --manifest manifest.json --output bundle/

# Estimate before committing
gen-ai pricing --manifest manifest.json
```

Manifest templates per mode live in the mode references.

## Procedure

Shared outer loop:

1. **Scope** — confirm: which channels, hero asset, copy lock state, motion (reel) required yes/no, audio required yes/no, deadline.
2. **Manifest** — assemble a JSON manifest covering every required channel and format.
3. **Estimate** — `gen-ai pricing --manifest manifest.json`. Surface the total.
4. **Generate** — `gen-ai batch`. Stream progress.
5. **Compose** — if a reel is in scope, hand the clips to `gen-ai-use` for assembly.
6. **Package** — drop into `bundle///`. Optionally zip via `agency-client-handoff`.

## Pitfalls

- **Aspect ratios drift.** Bake all required ratios (1:1, 4:5, 9:16, 16:9, 1200×630) into the manifest up front; don't fix per-channel afterward.
- **Copy lock matters.** If copy isn't locked, treat the run as a draft; mark outputs in filenames (`-DRAFT-...`).
- **Audio licensing.** Launch reels with soundtracks need licensed tracks; document the source in the manifest.
- Mode-specific pitfalls live in the mode references.

## Verification

```bash
# Confirm one folder per channel exists with expected file counts
find bundle/ -type d -maxdepth 1
ls -1 bundle/// | wc -l
```

## See also

- [`agency-pitch-mockups`](../agency-pitch-mockups/) — pitch-deck slide variant (different output type)
- [`marketer-ad-variant-factory`](../marketer-ad-variant-factory/) — ad-only fan-out
- [`product-photo-studio`](../product-photo-studio/) — product-photo transforms feeding into a bundle

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [PicsArt](https://github.com/PicsArt)
- **Source:** [PicsArt/gen-ai-skills](https://github.com/PicsArt/gen-ai-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: flagged — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-picsart-gen-ai-skills-multi-channel-bundle
- Seller: https://agentstack.voostack.com/s/picsart
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
