Turn a selected trend, news item, or source note into short-form viral social content with a strong hook and concise body under 200 characters. Use when the user wants punchy posts, multiple variants, or a short elaboration pattern such as why the topic matters.
Use this skill when the user wants concise distribution copy for social platforms.
Generate compact, high-retention social copy from a single topic while preserving the topic's actual claim and context.
The output should follow the canonical variant structure in .codex/references/artifact-spec.md.
200 characters unless the user overrides itAccept any of:
news-radarPrefer structured input with:
topic_idtitlesummarywhy_it_mattersconfidenceHere's why this matters: ...Return either a compact JSON object or an equivalent plainly labeled structure with:
topic_idplatformformatmax_charsvariantsEach entry in variants must include:
variant_idhookbodyfull_textangle{
"topic_id": "T1",
"platform": "x",
"format": "short_post_variants",
"max_chars": 200,
"variants": [
{
"variant_id": "V1",
"hook": "The biggest AI shift is not smarter models.",
"body": "It is who can finally afford to ship them.",
"full_text": "The biggest AI shift is not smarter models. It is who can finally afford to ship them.",
"angle": "cost_and_access"
}
]
}