reddit-launch-video — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited reddit-launch-video (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Produce a Reddit-native launch video using HyperFrames.
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.
/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
node --version # ≥ 22
ffmpeg -version | head -1 # ≥ 6Reddit 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 — WebFetch the URL only if 1a/1b are empty or thin.
Then ask (don't skip — these can't be derived from any of 1a–1c):
r/marketing, not "marketers")If the user can't answer #4, do not proceed — the video has no Reddit-shaped truth in it.
Reddit's tolerance for branding is low — heavy brand styling reads as "ad". Still, you want one or two cues so the video doesn't look generic.
Capture the same kit as the other channel skills (see references/brand-identity.md) but dial it down for Reddit:
#f7f7f5-ish) regardless of brand background — Reddit users browse in light mode, dark cards read as ad.If the user pushes back ("but our brand uses serif headlines"), explain the tradeoff and let them decide. The composition template exposes --accent as a CSS variable; the rest is locked to a Reddit-native palette by design.
Reddit-idiomatic video formats:
| Format | When to use | Structure |
|---|---|---|
| Show HN-style | Technical / dev audiences | "Built X. Stack is Y. Here's the demo. Repo / link below." |
| Self-aware launch | Most B2B/SaaS subs | "We built X. Here's what it does. Here's what it doesn't do (yet)." |
| Comparison teardown | Niche tools | "I tested [your tool] vs [3 competitors]. Here's what I found." |
| Problem-first | Marketing / business subs | "I had this exact problem. Here's how I solved it. (Yes, I built the tool.)" |
| Public benchmark | Data / dev / ML subs | "Here are the actual numbers. Methodology: X. Code: Y." |
Pick one. Confirm with the user.
Hand the beat sheet back to the user. Wait for confirmation.
npx -y hyperframes@latest init <product-slug>-reddit --yes
cd <product-slug>-redditRead the generated CLAUDE.md once for the framework rules.
Reddit's feed is dominated by square (1:1) and 4:5 portrait. 16:9 plays but feels like an outsider. 9:16 vertical works but reads as a TikTok crosspost.
Default to 1080×1080 (1:1). Use 1080×1350 (4:5) only if the script needs more vertical room for stacked screenshots.
Reference composition: see references/composition-template.html.
Reddit-specific styling rules:
y translate or opacity fade is plenty. Anything kinetic reads as TikTok and gets dismissed.npx hyperframes capture <url> to grab the actual UI.npx hyperframes lint
npx hyperframes render --output launch.mp4If the user wants to run this as a paid promoted post, Reddit's killer differentiator is subreddit targeting. Use it.
reddit_ads__tool_list_ad_accounts
reddit_ads__tool_get_targeting_options(account_id, type='subreddits', query='<topic>')
reddit_ads__tool_create_campaign(...) # objective: CLICKS or CONVERSIONS, status: PAUSED
reddit_ads__tool_create_ad_group(
account_id, campaign_id, name,
goal_type='DAILY_SPEND',
goal_value=<micros>, # 1_000_000 = $1.00
target_subreddits=['marketing', 'SaaS', 'Entrepreneur']
)
# Reddit ads wrap an existing post:
reddit_ads__tool_create_post(title='...', url='https://...') # returns t3_xxx
reddit_ads__tool_create_ad(account_id, ad_group_id, name, post_id='t3_xxx')Notes:
PAUSED by default — leave it that way and let the user activate manually after reviewing.launch.mp4 via the Reddit Ads UI, then attach the post.For organic posting: hand the user launch.mp4 and remind them Reddit auto-detects "promotional" videos — the more it looks like a regular post, the further it travels.
When you finish, print:
/tiktok-launch-video — same pattern for TikTok/linkedin-launch-video — same pattern for LinkedIn/video-to-gif — convert MP4 to a feed-ready GIF (Reddit comments support GIFs natively)/non-commodity-content — interview-driven content that maps well to Reddit's tone~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.