agentsclimarketplace

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.

Install
npx -y skills add frankxai/starlight-agent-skills --skill rocket-launch-to-youtube

Assembled 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

InputRequiredNotes
missionyesVehicle, payload, provider, date, outcome (+ source).
footagenoNotes on available clips/segments for chapters.
lengthnoTarget minutes, default 8.

Workflow

  1. Verify mission facts — vehicle, payload, provider, date, outcome from a cited source. ✅ Check: outcome confirmed, not assumed.
  2. Title options — 3–5, accurate and compelling (no false drama).
  3. Script — intro hook → context → the launch beat-by-beat → significance → outro/CTA, timed to length.
  4. Chapters — timestamped sections matching the script/footage.
  5. Description — 2–3 paragraphs + chapter list + sources.
  6. Tags — relevant, non-spammy.
  7. 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/

tests/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.