InTouch Hub · Blue Isle Software

Social Post Drafter

Draft platform-appropriate social posts from a topic/brief with hashtags and variants.

social-mediacontentmarketingcopywriting

Social Post Drafter

Turn a single topic or brief into ready-to-publish social media posts, each tuned to the platform it's going on. The skill writes multiple distinct variants per platform, respects each platform's length limits and tone conventions, and generates relevant hashtags.

What it does

What to feed it

A topic string is enough. For more control, pass a JSON brief:

{
  "topic": "We just shipped same-origin React hosting for InTouch",
  "platforms": ["linkedin", "x", "instagram"],
  "tone": "bold",
  "audience": "DevOps and automation engineers",
  "cta": "try the 8.0 preview",
  "link": "https://blueisle.com/intouch",
  "keywords": ["automation", "self-hosted"],
  "variants": 2,
  "emoji": true
}

Only topic is required. Sensible defaults fill in the rest (LinkedIn + X + Instagram, professional tone, 2 variants, light emoji).

What it returns

Markdown grouped by platform. Each platform shows its variants with the angle, the post body, the hashtags, and a chars / limit count. It closes with a one-line recommendation naming the strongest variant per platform.