skills/zynna-meta-ads-generate/SKILL.md
Meta Ads — Generate: Create ad creative assets (images, video scripts, copy, UTM-tagged links) packaged for manual upload to Meta Ads Manager. Zero API integration required — ship today.
npx skillsauth add obre10off/zynna-skills zynna-meta-ads-generateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
UI Label: Meta Ads — Generate
Generates a complete Meta ad creative package: images/video, headline, body copy, CTA, and UTM-tagged destination URL. The package is written to outputs/ as a handoff artifact — user uploads manually to Ads Manager.
This is Path B — ships today, no Meta API review required.
utm_source=facebook&utm_medium=social&utm_campaign=<slug>outputs/ad_package.json — machine-readable handoffoutputs/ad_package.md — human-readable summary for upload{
"version": "1.0",
"platform": "meta",
"creative": {
"primary_image_url": "<signed Zynna URL or null>",
"variations": [],
"headline": "<string>",
"body_copy": "<string>",
"cta_label": "<string>"
},
"links": {
"destination_url": "<original URL with UTMs appended>",
"utm_params": {
"utm_source": "facebook",
"utm_medium": "social",
"utm_campaign": "<slug>"
}
},
"metadata": {
"product": "<string>",
"audience": "<string>",
"generated_at": "<ISO timestamp>"
}
}
If user has an existing run_id, resume from estimate step. Do not regenerate already-succeeded assets.
devops
OpenMontage-style Video Agent for Zynna. Runs curated pipelines via Kie-only generation with recoverable task/status artifacts.
development
Character Swap: replace an actor in a source video while preserving motion/timing by submitting a switch-actor task to Zynna Open Skills API and polling for the final output URL.
development
Story Scenes: build multi-scene UGC/TikTok videos by submitting scene projects to Zynna Open Skills API, optionally running full generation and returning final stitched output URL.
testing
Recreate a reference TikTok concept for a new product/angle by reusing analyze artifacts and producing a structured recreate handoff artifact.