Rocket launch to youtube
Skill frankxai/starlight-agent-skills/skills/media/rocket-launch-to-youtube
Portable Starlight substrate skills for agent runtimes, SIS, ACOS, and cross-agent workflow activation.
npx -y skills add frankxai/starlight-agent-skills --skill rocket-launch-to-youtubeAssembled 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.
What its author says it does
Copied from the file, not written here
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'.
SKILL.md
2.7 KB, 579 tokens by cl100k_base, as published. Nobody here has run it
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
- Mission outcome and facts are verified and cited.
- Titles are honest — no fabricated stakes.
- Chapters align with script timing.
- Footage credit included where required.
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
What ships with it: 3 files
4.0 KB alongside SKILL.md
examples/
- example-01.md2.1 KB
tests/
- contract.md573 B
- manifest.json1.4 KB