SkillsMarketing › LinkedIn Thought Leadership Post

LinkedIn Thought Leadership Post

Research a trending topic in your industry and draft a high-quality LinkedIn post that builds credibility.

Superpowers: handler_monitor · handler_research · handler_generate

When to use: You want to post on LinkedIn about an industry trend but need grounding in real data before writing.

Steps

Find what's generating discussion in your industry

Superpower: handler_monitorlive API reference →

POST /v2/superpowers/handler_monitor
{
  "task": "trending",
  "query": "[your industry] trends insights 2026",
  "days": 7
}

Look for the theme with the most engagement — that's your hook.

Get a well-sourced answer on the topic

Superpower: handler_researchlive API reference →

POST /v2/superpowers/handler_research
{
  "task": "answer",
  "query": "[top trending topic from step 1]"
}

From previous step: top result from step 1 → use its topic as the query

Draft the LinkedIn post

Superpower: handler_generatelive API reference →

POST /v2/superpowers/handler_generate
{
  "task": "chat",
  "prompt": "Write a LinkedIn thought leadership post (200-250 words) on [topic]. Use this research for credibility: [research from step 2]. Structure: strong 1-sentence hook (no "I'm excited"), 2-3 paragraphs with a clear insight or contrarian take, end with a question. Avoid bullet points. Write as a practitioner, not a consultant."
}

From previous step: trending topic from step 1 + researched answer from step 2 → inject into prompt

Outcome: LinkedIn post draft grounded in real trending data — strong hook, credible insight, engagement question.

Fetch this skill via API

GET /v2/skills/linkedin-thought-leadership
Authorization: Bearer sk-hndlr-...