Cross platform campaign
Turn a launch, promotion, event, announcement, or marketing brief into a coordinated campaign of channel-native social posts. Use when the user asks to launch or promote something across multiple platforms, create a campaign sequence, coordinate social messaging, generate campaign visuals, prepare drafts, or schedule a multi-channel rollout.From its SKILL.md
npx -y skills add celeryhq/simplified-ai --skill cross-platform-campaignAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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.
SKILL.md
3.2 KB, 593 tokens by cl100k_base, as published. Nobody here has run it
Cross-Platform Campaign
Build one coherent campaign while respecting how each social channel works. Compose the generate-image and simplified-social capabilities when campaign visuals are needed.
Guardrails
- Do not publish or schedule without explicit approval of the final campaign matrix.
- Create safe previews with
action: "draft"when the user asks to prepare the campaign. - Image generation spends credits. Proceed when the image request is explicit; confirm first when visual generation is ambiguous.
- Carry a generated image's permanent
asset_idinto socialmedia; never rely on its expiring signed URL. - Stop on authorization failure or when no target accounts are connected.
- Present all returned URLs as clickable links, never inline images.
Workflow
- Distill the brief into audience, objective, offer, proof, CTA, dates, channels, tone, constraints, and success metric. State sensible assumptions instead of requesting a long questionnaire.
- Call
social_getSocialMediaAccountsonce and map requested channels to returned account IDs. - Define the campaign spine: one promise, supporting proof, CTA, and a sequence such as tease, launch, proof, reminder, and last call.
- Create channel-native variants. Change hook, length, CTA, format, and platform settings; do not paste the same caption everywhere.
- Plan media by post. If generation is requested, follow
$generate-image, discover the current model schema, and usestorage: "asset"for anything that will be attached to a post. For a user-supplied local file, follow$simplified-socialthrough signed upload andapi_registerAsset, wait forapi_getAsset, and carry the UUID. - Show a campaign matrix containing phase, date, account, copy, media, objective, and CTA.
- When drafts are authorized, call
social_createSocialMediaPostwithaction: "draft"for each post. Pass generated asset UUIDs inmediaand use../simplified-social/references/platform-settings.mdforadditionalfields. - Offer a stakeholder review package via
$campaign-reviewwhen several drafts need approval. - Schedule or queue only after the user explicitly approves the final matrix.
add_to_queuemeans publish as soon as possible.
Quality Bar
- Keep the promise and visual identity consistent across the campaign.
- Make each post useful on its own while advancing the sequence.
- Match media to platform format requirements; never attach an image to a reel or short that requires video.
- Do not invent product claims, prices, deadlines, testimonials, or availability.
- Surface missing landing-page URLs, legal copy, offer terms, or media before publishing.
Output
Lead with the campaign idea and rollout. Then show the channel matrix, asset plan, drafts created, and any items blocking approval or scheduling.
What ships with it: 3 files
15.2 KB alongside SKILL.md
agents/
- openai.yaml613 B
assets/
- simplified-icon-256.png8.0 KB
- simplified-logo.png6.6 KB
Gives 0 of the 12 instructions most product growth skills give in 593 tokens
Counted across 694 of the 879 authors here whose files we hold, read 2026-09-06
- Check for product marketing context firstin 49 of 694, across 20 files
- Validate the why before building featuresin 18 of 694, across 4 files
- Respond to every comment in real-timein 17 of 694, across 6 files
- Structure launch marketing across three channel typesin 16 of 694, across 4 files
- Recruit early users one-on-onein 13 of 694, across 2 files
- Ask one question at a timein 13 of 694
- Rank features using ICE scoringin 12 of 694, across 3 files
- Identify primary conversion goalin 11 of 694, across 3 files
- Identify traffic contextin 11 of 694, across 3 files
- Evaluate headline effectivenessin 11 of 694, across 3 files
- Check visual hierarchy and scannabilityin 11 of 694, across 3 files
- Run product diagnosticsin 11 of 694, across 3 files
Said here and by no other author read
- Schedule or queue only after explicit approval
- Distill the brief into audience and objective
- Map requested channels to returned account IDs
- Define the campaign spine and sequence
- Create channel-native variants for each post
- Show a campaign matrix containing phase and date
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.