multi-channel-bundle — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited multi-channel-bundle (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
| 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.
Picsart gen-ai CLI installed and authenticated:
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.
Read references/modes/<mode>.md.# Bundle generation is always a batch run
gen-ai batch --manifest manifest.json --output bundle/
# Estimate before committing
gen-ai pricing --manifest manifest.jsonManifest templates per mode live in the mode references.
Shared outer loop:
gen-ai pricing --manifest manifest.json. Surface the total.gen-ai batch. Stream progress.motion-studio for assembly.bundle/<run>/<channel>/. Optionally zip via agency-client-handoff.<channel>-DRAFT-...).# Confirm one folder per channel exists with expected file counts
find bundle/<run> -type d -maxdepth 1
ls -1 bundle/<run>/<channel>/ | wc -lagency-pitch-mockups — pitch-deck slide variant (different output type)marketer-ad-variant-factory — ad-only fan-outmotion-studio — reel assemblyproduct-photo-studio — product-photo transforms feeding into a bundle~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.