Rocket Launch → YouTube
A launch + its facts → a complete long-form YouTube package.
Purpose
Launches are high-interest events that reward fast, accurate long-form coverage.
This skill assembles the full YouTube package — clickable-but-honest titles, a
structured description with timestamps, tags, and a narrated script — grounded in
verified mission facts.
When it fires
- Keyword triggers:
rocket launch, youtube video, launch recap,
mission video, long-form script
- File triggers:
videos/**, *.script.md
- Command triggers:
/rocket-launch-to-youtube
Inputs
| Input |
Required |
Notes |
mission |
yes |
Vehicle, payload, provider, date, outcome (+ source). |
footage |
no |
Notes on available clips/segments for chapters. |
length |
no |
Target minutes, default 8. |
Workflow
- Verify mission facts — vehicle, payload, provider, date, outcome from a
cited source. ✅ Check: outcome confirmed, not assumed.
- Title options — 3–5, accurate and compelling (no false drama).
- Script — intro hook → context → the launch beat-by-beat → significance →
outro/CTA, timed to
length.
- Chapters — timestamped sections matching the script/footage.
- Description — 2–3 paragraphs + chapter list + sources.
- Tags — relevant, non-spammy.
- Rights — credit any agency/provider footage used.
Output contract
{
"titles": ["string"],
"script": "string",
"chapters": [{ "time": "string", "title": "string" }],
"description": "string",
"tags": ["string"],
"rights_line": "string | null"
}
Tools & MCP
- Tools:
WebSearch, WebFetch, Read. MCP: none required.
Quality bar
Example
Input: "Falcon 9, Starlink batch, [date], nominal" + footage notes → titles,
8-min script, timestamped chapters, description with sources, tags.
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
1---2name: rocket-launch-to-youtube3description: Turn a rocket launch (mission details + footage notes) into a full YouTube package — title options, description, chapters, tags, and a long-form script. Use when producing a launch recap/explainer video, or asked to 'make a YouTube video about this launch'.4---56# Rocket Launch → YouTube78> A launch + its facts → a complete long-form YouTube package.910## Purpose1112Launches are high-interest events that reward fast, accurate long-form coverage.13This skill assembles the full YouTube package — clickable-but-honest titles, a14structured description with timestamps, tags, and a narrated script — grounded in15verified mission facts.1617## When it fires1819- Keyword triggers: `rocket launch`, `youtube video`, `launch recap`,20 `mission video`, `long-form script`21- File triggers: `videos/**`, `*.script.md`22- Command triggers: `/rocket-launch-to-youtube`2324## Inputs2526| Input | Required | Notes |27|-------|----------|-------|28| `mission` | yes | Vehicle, payload, provider, date, outcome (+ source). |29| `footage` | no | Notes on available clips/segments for chapters. |30| `length` | no | Target minutes, default `8`. |3132## Workflow33341. **Verify mission facts** — vehicle, payload, provider, date, outcome from a35 cited source. ✅ Check: outcome confirmed, not assumed.362. **Title options** — 3–5, accurate and compelling (no false drama).373. **Script** — intro hook → context → the launch beat-by-beat → significance →38 outro/CTA, timed to `length`.394. **Chapters** — timestamped sections matching the script/footage.405. **Description** — 2–3 paragraphs + chapter list + sources.416. **Tags** — relevant, non-spammy.427. **Rights** — credit any agency/provider footage used.4344## Output contract4546```json47{48 "titles": ["string"],49 "script": "string",50 "chapters": [{ "time": "string", "title": "string" }],51 "description": "string",52 "tags": ["string"],53 "rights_line": "string | null"54}55```5657## Tools & MCP5859- Tools: `WebSearch`, `WebFetch`, `Read`. MCP: none required.6061## Quality bar6263- [ ] Mission outcome and facts are verified and cited.64- [ ] Titles are honest — no fabricated stakes.65- [ ] Chapters align with script timing.66- [ ] Footage credit included where required.6768## Example6970Input: "Falcon 9, Starlink batch, [date], nominal" + footage notes → titles,718-min script, timestamped chapters, description with sources, tags.7273---7475Built on SIP — Starlight Intelligence Protocol76Substrate: starlightintelligence.org/protocol v1.1.077Layers used: [file-contract, attestation, sovereignty]78Vertical: starlight-agent-skills · portable capability layer