← ClaudeAtlas

tiktok-launch-videolisted

Produce a 9:16 TikTok-native launch video for a product, feature, or campaign using HyperFrames. Idiomatic TikTok pacing, burned-in captions, hook-in-1s structure. Optionally hand off to TikTok Ads to launch as a Spark/in-feed ad.
cognyai/claude-code-marketing-skills · ★ 55 · AI & Automation · score 81
Install: claude install-skill cognyai/claude-code-marketing-skills
# TikTok Launch Video Produce a TikTok-native launch video using [HyperFrames](https://hyperframes.heygen.com) — programmatic HTML/CSS video, deterministic, agent-friendly. This skill is opinionated: it forces the **TikTok grammar** (9:16, hook < 1s, burned-in captions, fast cuts, native text overlays) instead of porting a 16:9 landscape video to vertical. ## Usage `/tiktok-launch-video https://example.com/launch` — pulls context from a launch page `/tiktok-launch-video "we're shipping AI brand guardrails for marketers"` — short brief `/tiktok-launch-video` — interview the user ## Prerequisites Run once on this machine: ```bash node --version # ≥ 22 ffmpeg -version | head -1 # ≥ 6 ``` If either fails, ask the user to install Node 22+ and FFmpeg before continuing. ## Steps ### 1. Gather product context Try sources in this order — stop at the first one that gives you enough to write the script. Don't redo work the user has already done. **1a. Local file** — read `.agents/product-marketing-context.md` or `.claude/product-marketing-context.md` if present. **1b. Cogny MCP context tree** — if the `cogny` MCP server is connected (check via tools — `mcp__cogny__get_context_tree_overview` or any `mcp__cogny__*` tool), query it: ``` mcp__cogny__get_context_tree_overview # see what's documented mcp__cogny__search_context query="<product>" # pull customer / pricing / positioning nodes mcp__cogny__read_context_node node_id="…" # drill into the most