Space social repurposer
Skill frankxai/starlight-agent-skills/skills/cosmos/space-social-repurposer
Portable Starlight substrate skills for agent runtimes, SIS, ACOS, and cross-agent workflow activation.
npx -y skills add frankxai/starlight-agent-skills --skill space-social-repurposerAssembled 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
Repurpose a space asset (APOD short, mission brief, launch reel, atlas page) into a coordinated multi-platform pack, preserving image/footage credits across every variant. Use when distributing space content across X/LinkedIn/Instagram/YouTube while keeping NASA/ESA attribution intact.
SKILL.md
2.8 KB, 598 tokens by cl100k_base, as published. Nobody here has run it
Space Social Repurposer
One space asset → a coordinated social pack, with credits carried everywhere.
Purpose
The space-tuned sibling of ../../media/social-repurposer.
Same multi-platform distribution, with one critical addition: NASA/ESA/observatory
image and footage credits are propagated to every variant that shows the media,
so attribution never gets dropped in the repurposing.
When it fires
- Keyword triggers:
repurpose space,space social pack,distribute space content,cross-post nasa - File triggers:
content/space/** - Command triggers:
/space-social-repurposer
Inputs
| Input | Required | Notes |
|---|---|---|
source | yes | Space asset + its credit/rights line. |
platforms | no | Subset of x, linkedin, instagram, youtube-short, newsletter. Default: all. |
voice | no | starlight (default), arcanea, frankx. |
Workflow
- Lock facts + credit — capture the science and the verbatim credit; route
rights questions through
rights-check-nasa-esa. ✅ Check: credit string captured. - Generate variants — X thread, LinkedIn, IG caption + hashtags, YouTube-short script, newsletter blurb — platform-native, facts consistent.
- Credit propagation — every variant that shows the media carries the credit.
- Consistency pass — facts agree across variants and with the source.
Output contract
{
"core_message": "string",
"x_thread": ["string"],
"linkedin": "string",
"instagram": { "caption": "string", "hashtags": ["string"] },
"youtube_short": "string",
"newsletter": "string",
"rights_line": "string — propagated to all media variants"
}
Tools & MCP
- Tools:
Read,WebFetch. MCP: none required.
Quality bar
- Credit line appears on every variant that shows the image/footage.
- Facts identical across variants and true to source.
- Each variant fits platform norms.
Example
Input: the APOD "Pillars of Creation" short (credit: NASA, ESA, CSA, STScI) → a full pack where the credit rides along on the X, LinkedIn, and Instagram variants.
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
3.7 KB alongside SKILL.md
examples/
- example-01.md1.5 KB
tests/
- contract.md594 B
- manifest.json1.6 KB