multi-channel-bundle

multi-channel-bundle is a skill for Claude Code from PicsArt/gen-ai-skills. It costs 16 tokens per session (898 once invoked), scanned C, original, MIT.

A workflow for producing coordinated marketing or product-launch assets in several formats and channels, such as hero images, social posts, open-graph images, reels, and optional audio.

In plain words
What is it for?
Preparing channel-specific asset folders for campaigns or launches, including web, social, email, advertising, and video deliverables.
Why use it?
It keeps the assets for one campaign or launch visually and operationally coordinated instead of treating each channel as a separate job.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the picsart plugin — 23 skills, 2 MCP servers shipped together

Good fit Preparing channel-specific asset folders for campaigns or launches, including web, social, email, advertising, and video deliverables.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/picsart/gen-ai-skills/multi-channel-bundle
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PicsArt/gen-ai-skills --skill multi-channel-bundle
Clone the repo
git clone --depth 1 https://github.com/PicsArt/gen-ai-skills

Made for: Claude Code.

Or install picsart, the plugin that ships this one along with the rest of its 23 skills, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for multi-channel-bundle

README.md
[![agentmods](https://agentmods.dev/badge/skills/picsart/gen-ai-skills/multi-channel-bundle/github.svg)](https://agentmods.dev/skills/picsart/gen-ai-skills/multi-channel-bundle)
Your own site
<a href="https://agentmods.dev/skills/picsart/gen-ai-skills/multi-channel-bundle"><img src="https://agentmods.dev/badge/skills/picsart/gen-ai-skills/multi-channel-bundle/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for multi-channel-bundle

Your own site · 80×15
<a href="https://agentmods.dev/skills/picsart/gen-ai-skills/multi-channel-bundle"><img src="https://agentmods.dev/badge/skills/picsart/gen-ai-skills/multi-channel-bundle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 898 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00898
Opus 5 $0.00008 $0.00449
Sonnet 5 $0.00003 $0.00180
Haiku 4.5 $0.00002 $0.00090

Measured 12d ago against content hash 3580c1188bc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

multi-channel-bundle scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://picsart.com/gen-ai-cli/install.sh | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://picsart.com/gen-ai-cli/install.sh | bash
skills/multi-channel-bundle/SKILL.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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
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.

Read the full file on GitHub · 91 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 91 lines · 16 tokens per session scan C 3580c1188bc5

Subscribe to this mod's changes

multi-channel-bundle is a skill published in the GitHub repository PicsArt/gen-ai-skills (4 stars, last pushed 15d ago), licensed MIT. It adds 16 tokens to every session and 898 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

compact-manual

Claude Code skill for deterministic context compaction. Compresses the current Claude Code session to the clipboard for a manual rewind+paste workflow. A deterministic alternative to /compact that extracts literal dialog and truncates only tool outputs — no LLM summarization. Use when the user says 'compact the…

mario-hernandez/claude-compact-manual · 81 tokens

musicbrainz

Interroge l'API publique MusicBrainz pour récupérer des métadonnées musicales fiables : recherche d'artistes, discographies complètes (release-groups : albums, EPs, singles, lives, compilations), détails de releases (labels, formats, dates, pays), recordings, œuvres, relations entre entités (membres de groupe…

SteveGrosbois/tidal-cli · 177 tokens

lastfm

Access Last.fm listening history, music stats, and discovery. Query recent tracks, top artists/albums/tracks, loved tracks, similar artists, and global charts.

SteveGrosbois/tidal-cli · 36 tokens

tidal-playlist

Manage Tidal playlists — list, create, rename, delete, set public/private visibility, add or remove albums and tracks, and list tracks in a playlist. Use when the user wants to work with playlists or share one.

SteveGrosbois/tidal-cli · 50 tokens

metalorgie-weekly-releases

Récupère et filtre les sorties d'albums de la semaine publiées sur metalorgie.com ("Les sorties de la semaine"). Affiche les albums correspondant aux genres favoris de l'utilisateur (Metalcore, Post Hardcore, Hardcore, Neo metal) ainsi que les albums de groupes reconnus/notables, même hors genres favoris. Utilise ce…

SteveGrosbois/tidal-cli · 115 tokens

tidal-library

Add or remove artists, albums, or tracks from your Tidal favorites library. Use when the user wants to save music, like a song, follow an artist, or remove items from their library.

SteveGrosbois/tidal-cli · 44 tokens