Rocket launch to reel
Skill frankxai/starlight-agent-skills/skills/cosmos/rocket-launch-to-reel
Turn a rocket launch into a short vertical reel — punchy hook, 30–45s narration, beat-synced captions, and a footage-credit line. Use when making a launch reel/short (not a long-form YouTube video), or a quick social recap of a launch.From its SKILL.md
npx -y skills add frankxai/starlight-agent-skills --skill rocket-launch-to-reelAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.3 KB, 526 tokens by cl100k_base, as published. Nobody here has run it
Rocket Launch → Reel
A launch → a 30–45s vertical reel package.
Purpose
The short-form sibling of ../../media/rocket-launch-to-youtube.
Built for speed and the vertical feed: a strong hook, tight narration, beat-synced
captions, and the footage credit — grounded in verified mission facts.
When it fires
- Keyword triggers:
launch reel,rocket short,launch recap short,reel from launch - File triggers:
reels/** - Command triggers:
/rocket-launch-to-reel
Inputs
| Input | Required | Notes |
|---|---|---|
mission | yes | Vehicle, payload, provider, date, outcome (+ source). |
length | no | Target seconds, default 35. |
voice | no | starlight (default), arcanea, frankx. |
Workflow
- Verify the launch — vehicle, payload, outcome from a cited source. ✅ Check: outcome confirmed.
- Hook (0–3s) — the single most striking true fact (payload, milestone, scale).
- Narration — timed to
lengthat ~2.5 words/sec; every claim verified. - Beat captions — ≤7-word on-screen lines synced to launch phases.
- Footage credit — credit agency/provider footage; flag any reuse limits.
Output contract
{
"hook": "string",
"script": "string",
"captions": ["string"],
"rights_line": "string",
"duration_sec": "number"
}
Tools & MCP
- Tools:
WebSearch,WebFetch,Read. MCP: none required.
Quality bar
- Launch facts/outcome verified and cited.
- Narration fits
length; hook is true, not hyped. - Footage credit present.
Example
Input: "Falcon Heavy, [payload], [date], successful" → a 35s reel with a scale-driven hook, beat captions, and a footage-credit line.
Built on SIP — Starlight Intelligence Protocol Substrate: starlightintelligence.org/protocol v1.1.0 Layers used: [file-contract, attestation, sovereignty] Vertical: starlight-agent-skills · portable capability layer
What ships with it: 3 files
2.6 KB alongside SKILL.md
examples/
- example-01.md1.0 KB
tests/
- contract.md522 B
- manifest.json1.1 KB