Cross platform campaign
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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
3.2 KB, 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.