Caption and hashtag
Skill frankxai/starlight-agent-skills/skills/media/caption-and-hashtag
Portable Starlight substrate skills for agent runtimes, SIS, ACOS, and cross-agent workflow activation.
npx -y skills add frankxai/starlight-agent-skills --skill caption-and-hashtagAssembled 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
Write a platform-tuned caption plus a researched, non-spammy hashtag set for a post. Use when finishing a social post, asked for 'caption and hashtags', or optimizing reach for Instagram/TikTok/X/LinkedIn.
SKILL.md
2.4 KB, as published. Nobody here has run it
Caption & Hashtag
A post's subject → a platform-tuned caption + a tiered hashtag set.
Purpose
Captions and hashtags are where reach is won or wasted. This skill writes a caption that fits the platform's voice and produces a tiered hashtag set (broad / niche / branded) that's relevant rather than spammy — calibrated to the platform's norms.
When it fires
- Keyword triggers:
caption,hashtags,caption and hashtags,tags for post - File triggers:
posts/** - Command triggers:
/caption-and-hashtag
Inputs
| Input | Required | Notes |
|---|---|---|
subject | yes | What the post is about (+ any link/credit). |
platform | yes | instagram, tiktok, x, linkedin. |
voice | no | starlight (default), arcanea, frankx. |
Workflow
- Caption — hook line + value + optional CTA, sized to the platform (IG/TikTok short; LinkedIn longer; X terse). ✅ Check: fits platform length norms.
- Hashtag tiers — broad (reach), niche (relevance), branded (identity). Count per platform norm (IG ~8–12; TikTok ~3–5; X ~1–3; LinkedIn ~3–5).
- Relevance + safety pass — drop spammy/banned/irrelevant tags; keep facts true.
- Carry credit — include any required image credit.
Output contract
{
"caption": "string",
"hashtags": { "broad": ["string"], "niche": ["string"], "branded": ["string"] },
"platform": "string"
}
Tools & MCP
- Tools:
Read, optionalWebSearchfor trending tags. MCP: none required.
Quality bar
- Hashtag count matches the platform norm; no spam/banned tags.
- Caption length and tone fit the platform.
- Claims true; credit carried if needed.
Example
Input: "Webb image of the Carina Nebula", platform instagram → a caption + ~10
tiered hashtags, credit line included.
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