agentsclimarketplace

Multi channel bundle

Skill PicsArt/gen-ai-skills/skills/multi-channel-bundle

Shared skills, prompts, and tooling for Picsart's gen-ai CLI and generative-AI workflows

Install
npx -y skills add PicsArt/gen-ai-skills --skill multi-channel-bundle

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.6 KB, as published. Nobody here has run it

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

ModeTrigger phrasesReference
campaign"campaign kit", "multi-channel campaign assets", "LinkedIn + IG + email + LP + ads in one go"references/modes/campaign.md
launch"launch kit", "product launch assets", "launch day social + reel + soundtrack"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:

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

Quick Reference

# 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. Estimategen-ai pricing --manifest manifest.json. Surface the total.
  4. Generategen-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/<run>/<channel>/. 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 (<channel>-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

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

See also

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.