SkillsMarketing › Social Posts from Blog Article

Social Posts from Blog Article

Turn a published blog post into ready-to-publish LinkedIn, Twitter/X, and newsletter snippet versions.

Superpowers: handler_research · handler_generate

When to use: You have a published or draft blog post and need social distribution copy fast.

Steps

Extract the full text of the blog post

Superpower: handler_researchlive API reference →

POST /v2/superpowers/handler_research
{
  "task": "read",
  "url": "https://yourblog.com/post-slug"
}

Returns full article text, title, author, and metadata.

Generate platform-specific social versions

Superpower: handler_generatelive API reference →

POST /v2/superpowers/handler_generate
{
  "task": "chat",
  "prompt": "You are a B2B content marketer. Given this blog post: [article from step 1] — produce 3 outputs:
1. LinkedIn post (150-200 words, professional but punchy, end with a question to drive comments)
2. Twitter/X thread (5-7 tweets, strong hook tweet, numbered, last tweet is a CTA)
3. Newsletter snippet (2 sentences to introduce the article in a weekly roundup email)

Do not use generic phrases like "excited to share" or "great read"."
}

From previous step: result.content from step 1 → inject as article

Outcome: LinkedIn post, Twitter/X thread, and newsletter snippet — ready to publish across channels.

Fetch this skill via API

GET /v2/skills/social-post-from-blog
Authorization: Bearer sk-hndlr-...