multi-channel-bundle
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMulti-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
使用场景
| Mode | Trigger phrases | Reference |
|---|---|---|
| campaign | "campaign kit", "multi-channel campaign assets", "LinkedIn + IG + email + LP + ads in one go" | |
| launch | "launch kit", "product launch assets", "launch day social + reel + soundtrack" | |
If the user wants pitch-deck slides for an agency client, that's . If they want N ad variants from one hero (no other channels), that's .
agency-pitch-mockupsmarketer-ad-variant-factory| 模式 | 触发短语 | 参考文档 |
|---|---|---|
| campaign | "营销活动工具包"、"多渠道营销活动资源"、"一键生成LinkedIn + IG + 邮件 + 落地页 + 广告资源" | |
| launch | "发布工具包"、"产品发布资源"、"发布日社交平台内容 + 短视频 + 配乐" | |
如果用户需要为代理客户制作提案演示文稿幻灯片,应使用。如果用户希望基于一张主视觉图生成N个广告变体(无需其他渠道资源),应使用。
agency-pitch-mockupsmarketer-ad-variant-factoryPrerequisites
前置条件
Picsart CLI installed and authenticated:
gen-aibash
curl -fsSL https://picsart.com/gen-ai-cli/install.sh | bash
gen-ai login
gen-ai whoamiPer-mode setup (channel matrix, copy alignment, motion source, audio licensing) lives inside each mode reference.
已安装并完成认证的Picsart CLI:
gen-aibash
curl -fsSL https://picsart.com/gen-ai-cli/install.sh | bash
gen-ai login
gen-ai whoami各模式的专属设置(渠道矩阵、文案对齐、动态素材来源、音频授权)均包含在对应模式的参考文档中。
How to Run
运行步骤
- Identify the mode from the user's request using the table above.
- Load the corresponding mode reference:
Read.references/modes/<mode>.md - Follow the per-mode procedure — confirm channels, build the manifest, batch-generate.
- Return here only when switching modes.
- 根据用户需求,通过上表确定使用模式。
- 加载对应的模式参考文档:阅读。
references/modes/<mode>.md - 遵循该模式的操作流程——确认渠道、构建清单、批量生成资源。
- 仅在切换模式时返回本页面。
Quick Reference
快速参考
bash
undefinedbash
undefinedBundle 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:
- Scope — confirm: which channels, hero asset, copy lock state, motion (reel) required yes/no, audio required yes/no, deadline.
- Manifest — assemble a JSON manifest covering every required channel and format.
- Estimate — . Surface the total.
gen-ai pricing --manifest manifest.json - Generate — . Stream progress.
gen-ai batch - Compose — if a reel is in scope, hand the clips to for assembly.
motion-studio - Package — drop into . Optionally zip via
bundle/<run>/<channel>/.agency-client-handoff
通用外层流程:
- 范围确认 —— 确认:涉及哪些渠道、主视觉资源、文案是否锁定、是否需要动态短视频(reel)、是否需要音频、交付期限。
- 构建清单 —— 组装一份覆盖所有所需渠道和格式的JSON清单。
- 成本预估 —— 执行,展示总成本。
gen-ai pricing --manifest manifest.json - 批量生成 —— 执行,实时查看进度。
gen-ai batch - 短视频组装 —— 如果包含短视频制作需求,将片段交付给进行组装。
motion-studio - 打包交付 —— 将资源放入目录。可通过
bundle/<run>/<channel>/可选地压缩为ZIP包。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.
- 宽高比偏移问题:提前将所有所需宽高比(1:1、4:5、9:16、16:9、1200×630)写入清单;不要在生成后逐个渠道修复。
- 文案锁定状态很重要:如果文案未锁定,本次运行视为草稿;在文件名中标记输出()。
<channel>-DRAFT-... - 音频授权:带有配乐的发布短视频需要授权音轨;在清单中记录音轨来源。
- 模式专属注意事项请查看对应模式的参考文档。
Verification
验证步骤
bash
undefinedbash
undefinedConfirm one folder per channel exists with expected file counts
确认每个渠道对应一个文件夹,且文件数量符合预期
find bundle/<run> -type d -maxdepth 1
ls -1 bundle/<run>/<channel>/ | wc -l
undefinedfind bundle/<run> -type d -maxdepth 1
ls -1 bundle/<run>/<channel>/ | wc -l
undefinedSee also
相关链接
- — pitch-deck slide variant (different output type)
agency-pitch-mockups - — ad-only fan-out
marketer-ad-variant-factory - — reel assembly
motion-studio - — product-photo transforms feeding into a bundle
product-photo-studio
- —— 提案演示文稿幻灯片变体(不同输出类型)
agency-pitch-mockups - —— 仅生成广告变体
marketer-ad-variant-factory - —— 短视频组装
motion-studio - —— 产品图片转换,用于资源包生成
product-photo-studio