linkedin-launch-video — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited linkedin-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 LinkedIn-native launch video using HyperFrames.
LinkedIn's autoplay is muted, the feed is scrolled in 2-second chunks, and the audience is allergic to either extreme — too corporate (sounds like a 2010 SaaS press release) or too TikTok (looks unprofessional in front of buyers). This skill targets the middle: caption-driven, conversational founder/operator voice, real numbers, no jargon.
/linkedin-launch-video https://example.com/launch — pulls context from a launch page /linkedin-launch-video "we're shipping inbound CRM scoring for B2B sales teams" — short brief /linkedin-launch-video — interview the user
node --version # ≥ 22
ffmpeg -version | head -1 # ≥ 6LinkedIn videos die when the audience is "everyone". They work when the first frame names the role.
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="ICP" / query="<product>"
mcp__cogny__read_context_node node_id="…"The tree usually contains the actual ICP definition (role, seniority, industry, ARR band) and the most-recent shipped feature — both load-bearing for LinkedIn-grade specificity. Check it before public scraping.
1c. Public web — WebFetch the URL only if 1a/1b are empty.
Then ask:
If the role / proof / goal are vague, push back before writing. LinkedIn ROI lives or dies on these three.
Make this look like the user's brand. LinkedIn's audience is buyers — generic stock styling reads as "untrusted vendor".
Ask for one of: site URL, repo path with tailwind.config.* / CSS variables, an existing brand-kit.json, or manual input (3 hex + font + voice). Save the result as brand-kit.json in the HyperFrames project root.
For full schema, extraction patterns, and voice → composition mapping see references/brand-identity.md.
LinkedIn-specific brand notes:
The composition template reads --bg, --fg, --primary, --accent, --font-display as CSS variables — wire them from your kit and the template's structure stays.
LinkedIn-idiomatic video formats that work in 2025–2026:
| Format | When to use | Structure |
|---|---|---|
| Founder-to-camera | Authentic launches | Founder face + burned-in captions; explain the why, the how, the proof |
| Numbers carousel | Data-led launches | Stat → context → stat → context → stat → "want the breakdown? comment X" |
| Customer quote | Mid/late-stage social proof | Real screenshot of customer message → product clip → CTA |
| "Here's what we shipped" | Feature releases | Plain title → 3 short clips with captions → release-notes-style CTA |
| Anti-pattern teardown | Thought leadership / category creation | "Most teams do X. It doesn't work because Y. Here's what we built instead." |
Pick one. Confirm with the user.
Hand the beat sheet back. Wait for confirmation.
npx -y hyperframes@latest init <product-slug>-linkedin --yes
cd <product-slug>-linkedinLinkedIn's feed is dominated by square (1:1). 16:9 plays but takes ~25% less vertical space, hurting scroll-stop rate. 9:16 is supported but rarely the right call unless the asset will be repurposed for IG Reels later.
Default to 1080×1080 (1:1). Use 1920×1080 (16:9) only if the user is also embedding on a website / running in YouTube pre-roll.
Reference composition: see references/composition-template.html.
LinkedIn-specific styling rules:
npx hyperframes lint
npx hyperframes render --output launch.mp4If any check fails, edit and re-render.
If the user wants to run this as paid sponsored content, LinkedIn's edge is B2B targeting precision. Use it.
linkedin_ads__tool_list_ad_accounts
linkedin_ads__tool_get_targeting_facets(account_id)
linkedin_ads__tool_search_targeting_entities(account_id, facet='industries', query='<industry>')
linkedin_ads__tool_get_audience_counts(account_id, criteria={...}) # confirm reach before launch
linkedin_ads__tool_create_campaign_group(account_id, name, status='PAUSED')
linkedin_ads__tool_create_campaign(
account_id, campaign_group_id, name,
objective='VIDEO_VIEWS' or 'WEBSITE_VISITS' or 'LEAD_GENERATION',
status='PAUSED',
...
)
# Upload the rendered MP4 in LinkedIn Campaign Manager (the MCP doesn't currently
# upload video assets directly), then:
linkedin_ads__tool_create_creative(account_id, campaign_id, ..., status='PAUSED')Notes:
PAUSED by default. The user activates manually after reviewing creative.get_audience_counts before create_campaign — LinkedIn won't let an audience smaller than 300 ship.If the user has run /crm-icp-analysis and /linkedin-micro-campaigns, this skill completes the loop by producing the actual creative those targeted campaigns will run.
For organic posting: hand the user launch.mp4 and recommend posting from a personal profile (or both personal + company page). Personal-profile organic reach on LinkedIn beats company-page reach by roughly 5–10x.
When you finish, print:
/tiktok-launch-video — same pattern for TikTok/reddit-launch-video — same pattern for Reddit/video-to-gif — convert MP4 to a feed-ready GIF (LinkedIn comments don't render GIFs, but DMs do)/linkedin-micro-campaigns — pair the video with ICP-targeted campaigns/linkedin-ads-audit — diagnose existing LinkedIn campaigns before launching new creative~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.