multi-channel-bundle

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

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.
生成一套协调一致的资源——主视觉图、社交平台变体图、OG图、短视频(reel),可选音频——用于单次推广:营销活动或产品发布。用一个入口点和两个仅在规模、命名和渠道组合上有所不同的模式参考,替代两个几乎相同的技能(campaign-kit、launch-kit)。
输入: 推广简报(营销活动或产品发布)。输出: 每个渠道对应一个文件夹,内含符合品牌规范、格式标准的可交付资源。

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
.
模式触发短语参考文档
campaign"营销活动工具包"、"多渠道营销活动资源"、"一键生成LinkedIn + IG + 邮件 + 落地页 + 广告资源"
references/modes/campaign.md
launch"发布工具包"、"产品发布资源"、"发布日社交平台内容 + 短视频 + 配乐"
references/modes/launch.md
如果用户需要为代理客户制作提案演示文稿幻灯片,应使用
agency-pitch-mockups
。如果用户希望基于一张主视觉图生成N个广告变体(无需其他渠道资源),应使用
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.
已安装并完成认证的Picsart
gen-ai
CLI:
bash
curl -fsSL https://picsart.com/gen-ai-cli/install.sh | bash
gen-ai login
gen-ai whoami
各模式的专属设置(渠道矩阵、文案对齐、动态素材来源、音频授权)均包含在对应模式的参考文档中。

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.
  1. 根据用户需求,通过上表确定使用模式。
  2. 加载对应的模式参考文档:阅读
    references/modes/<mode>.md
  3. 遵循该模式的操作流程——确认渠道、构建清单、批量生成资源。
  4. 仅在切换模式时返回本页面。

Quick Reference

快速参考

bash
undefined
bash
undefined

Bundle generation is always a batch run

资源包生成始终为批量运行

gen-ai batch --manifest manifest.json --output bundle/
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.
gen-ai pricing --manifest manifest.json

各模式的清单模板位于对应模式的参考文档中。

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
    motion-studio
    for assembly.
  6. Package — drop into
    bundle/<run>/<channel>/
    . Optionally zip via
    agency-client-handoff
    .
通用外层流程:
  1. 范围确认 —— 确认:涉及哪些渠道、主视觉资源、文案是否锁定、是否需要动态短视频(reel)、是否需要音频、交付期限。
  2. 构建清单 —— 组装一份覆盖所有所需渠道和格式的JSON清单。
  3. 成本预估 —— 执行
    gen-ai pricing --manifest manifest.json
    ,展示总成本。
  4. 批量生成 —— 执行
    gen-ai batch
    ,实时查看进度。
  5. 短视频组装 —— 如果包含短视频制作需求,将片段交付给
    motion-studio
    进行组装。
  6. 打包交付 —— 将资源放入
    bundle/<run>/<channel>/
    目录。可通过
    agency-client-handoff
    可选地压缩为ZIP包。

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.
  • 宽高比偏移问题:提前将所有所需宽高比(1:1、4:5、9:16、16:9、1200×630)写入清单;不要在生成后逐个渠道修复。
  • 文案锁定状态很重要:如果文案未锁定,本次运行视为草稿;在文件名中标记输出(
    <channel>-DRAFT-...
    )。
  • 音频授权:带有配乐的发布短视频需要授权音轨;在清单中记录音轨来源。
  • 模式专属注意事项请查看对应模式的参考文档。

Verification

验证步骤

bash
undefined
bash
undefined

Confirm one folder per channel exists with expected file counts

确认每个渠道对应一个文件夹,且文件数量符合预期

find bundle/<run> -type d -maxdepth 1 ls -1 bundle/<run>/<channel>/ | wc -l
undefined
find bundle/<run> -type d -maxdepth 1 ls -1 bundle/<run>/<channel>/ | wc -l
undefined

See also

相关链接

  • agency-pitch-mockups
    — pitch-deck slide variant (different output type)
  • marketer-ad-variant-factory
    — ad-only fan-out
  • motion-studio
    — reel assembly
  • product-photo-studio
    — product-photo transforms feeding into a bundle
  • agency-pitch-mockups
    —— 提案演示文稿幻灯片变体(不同输出类型)
  • marketer-ad-variant-factory
    —— 仅生成广告变体
  • motion-studio
    —— 短视频组装
  • product-photo-studio
    —— 产品图片转换,用于资源包生成