reddit-launch-videolisted
Install: claude install-skill cognyai/claude-code-marketing-skills
# Reddit Launch Video
Produce a Reddit-native launch video using [HyperFrames](https://hyperframes.heygen.com).
Reddit is the platform where polish *hurts* you. Ads that look like ads get downvoted, hidden, or drowned in sarcastic comments. This skill is built for the opposite — text-first, screenshot-heavy, sound-off, conversational. The closer the video looks to a normal Reddit post, the better it performs.
## Usage
`/reddit-launch-video https://example.com/launch` — pulls context from a launch page
`/reddit-launch-video "we built an open-source alternative to X"` — short brief
`/reddit-launch-video` — interview the user
## Prerequisites
```bash
node --version # ≥ 22
ffmpeg -version | head -1 # ≥ 6
```
## Steps
### 1. Gather product context AND subreddit context
Reddit only works if you know *which subreddit* the video is meant for. The same product needs different angles for r/SaaS, r/marketing, r/programming, and r/Entrepreneur.
Try sources in order:
**1a. Local file** — `.agents/product-marketing-context.md` or `.claude/product-marketing-context.md`.
**1b. Cogny MCP context tree** — if the `cogny` MCP server is connected:
```
mcp__cogny__get_context_tree_overview
mcp__cogny__search_context query="<product>"
mcp__cogny__read_context_node node_id="…"
```
The tree often contains the customer / community language and proof points that determine which subreddits will tolerate the post. Check it before falling back to web scraping.
**1c. Public web**