AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Launch Video

skill-vood-claude-launch-video-skill-launch-video · by vood

>-

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-vood-claude-launch-video-skill-launch-video

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-vood-claude-launch-video-skill-launch-video)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
23d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Launch Video? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Launch / Walkthrough Video

A repeatable pipeline for turning a product, feature, or page into a short motion video with narration, then publishing it to YouTube, embedding it on the page, and announcing it. It exists because doing this by hand means rediscovering a dozen non-obvious details every time (OAuth quirks, voice-over sync math, the click-to-play embed, loudness targets).

Default output: a 1080p / 30fps video, ~45–60s, with an emotive voice-over, uploaded unlisted first for the user to approve, then flipped public. Never publish a video publicly without the user hearing/seeing it — voices and pacing are subjective.

Configure this for your project

Before first use, fill in config.md (a few IDs and paths). The skill reads those instead of hardcoded values, so it works for any product. The values you need:

  • Your YouTube channel (the OAuth account must have it selected)
  • Your OAuth client secret path and GCP project number (YouTube Data API v3 enabled)
  • Where finished-video announcements go (Slack channel, Discord, etc.)
  • Your brand colors and the product URL pattern

When to use it

Building any video for a page/feature/tool, adding a voice-over, or shipping a video to YouTube. For a broad "add videos to our best pages" request, pull the top pages first (from your analytics), then run this pipeline once per page — pilot one, get approval on the format, then batch the rest.

The pipeline (7 steps)

Work top to bottom. Each step has detail in the referenced file or script.

  1. Understand the subject. Read the implementation / docs so the steps shown match real behavior.

For a tool walkthrough, drive the live tool (Playwright) to see the actual input→output flow — that IS the walkthrough.

  1. Capture real screenshots. Playwright against production, 1920×1080. Hide any promo banners /

cookie bars first. See references/video-production.md → "Capturing screenshots".

  1. Build the Remotion video. Copy the remotion-scaffold/ structure. Scenes are frame-counted at

30fps in src/theme.ts. Size each scene to its narration length (step 4). Full scene/animation patterns in references/video-production.md.

  1. Generate the voice-over. scripts/tts_voiceover.py — OpenAI gpt-4o-mini-tts, voice ash,

with an instructions prompt for emotion (without it the read is flat and robotic — this is the single most important VO detail). It generates per-scene clips, syncs them to each scene's start frame, and loudness-normalizes the mixed track. Re-time scenes in theme.ts if a clip overflows its scene, then re-render.

  1. Render + mux + encode. npx remotion render, mux the VO track on with ffmpeg (-c:v copy),

then encode a < 10 MB upload cut (libx264 -crf 25 -movflags +faststart). Commands in references/video-production.md → "Render, mux, encode".

  1. Publish to YouTube. scripts/youtube.py (wraps youtubeuploader for the upload, uses the

Data API for everything else). Upload unlisted, get the user's OK, then set public. Read references/youtube-publishing.md first — it has the auth setup, the OAuth redirect gotcha, the API-not-enabled failure, quota limits, and the metadata template.

  1. Embed + announce. Add a click-to-play facade section to the page (poster + play button; the

YouTube iframe only mounts on click — keeps it off initial load). Then post the link to your team channel. Both patterns in references/embed-and-announce.md.

Guardrails

  • Unlisted → approve → public, every time. Uploading to the user's own channel needs their sign-off.
  • The Google OAuth consent is the user's to give — you cannot click "Allow" for them. If auth

isn't set up, walk them through it (see references/youtube-publishing.md), don't try to bypass it.

  • Keep the master render; only the upload cut is size-constrained.
  • YouTube API quota ≈ 6 uploads / 24h. A batch bigger than that must be spread across days —

say so instead of silently failing partway.

  • CLI can't set a thumbnail — flag that the user should add one in Studio (or set via API separately).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.