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
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
1---2name: space-social-repurposer3description: 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.4---56# Space Social Repurposer78> One space asset → a coordinated social pack, with credits carried everywhere.910## Purpose1112The space-tuned sibling of [`../../media/social-repurposer`](../../media/social-repurposer).13Same multi-platform distribution, with one critical addition: NASA/ESA/observatory14image and footage credits are propagated to *every* variant that shows the media,15so attribution never gets dropped in the repurposing.1617## When it fires1819- Keyword triggers: `repurpose space`, `space social pack`, `distribute space20 content`, `cross-post nasa`21- File triggers: `content/space/**`22- Command triggers: `/space-social-repurposer`2324## Inputs2526| Input | Required | Notes |27|-------|----------|-------|28| `source` | yes | Space asset + its credit/rights line. |29| `platforms` | no | Subset of `x`, `linkedin`, `instagram`, `youtube-short`, `newsletter`. Default: all. |30| `voice` | no | `starlight` (default), `arcanea`, `frankx`. |3132## Workflow33341. **Lock facts + credit** — capture the science and the verbatim credit; route35 rights questions through [`rights-check-nasa-esa`](../rights-check-nasa-esa).36 ✅ Check: credit string captured.372. **Generate variants** — X thread, LinkedIn, IG caption + hashtags, YouTube-short38 script, newsletter blurb — platform-native, facts consistent.393. **Credit propagation** — every variant that shows the media carries the credit.404. **Consistency pass** — facts agree across variants and with the source.4142## Output contract4344```json45{46 "core_message": "string",47 "x_thread": ["string"],48 "linkedin": "string",49 "instagram": { "caption": "string", "hashtags": ["string"] },50 "youtube_short": "string",51 "newsletter": "string",52 "rights_line": "string — propagated to all media variants"53}54```5556## Tools & MCP5758- Tools: `Read`, `WebFetch`. MCP: none required.5960## Quality bar6162- [ ] Credit line appears on every variant that shows the image/footage.63- [ ] Facts identical across variants and true to source.64- [ ] Each variant fits platform norms.6566## Example6768Input: the APOD "Pillars of Creation" short (credit: NASA, ESA, CSA, STScI) → a69full pack where the credit rides along on the X, LinkedIn, and Instagram variants.7071---7273Built on SIP — Starlight Intelligence Protocol74Substrate: starlightintelligence.org/protocol v1.1.075Layers used: [file-contract, attestation, sovereignty]76Vertical: starlight-agent-skills · portable capability layer