SkillsMarketing › Content Ideas from Trending Topics

Content Ideas from Trending Topics

Generate content ideas grounded in what's actually trending — not generic topics but specific angles that are resonating right now.

Superpowers: handler_monitor · handler_marketing · handler_generate

When to use: You need a content calendar, post ideas, or topic angles for a specific audience or industry.

Steps

Find what's trending in your topic area

Superpower: handler_monitor

POST /v2/superpowers/handler_monitor
{
  "task": "trending",
  "query": "developer tools productivity",
  "days": 7
}

Use a broad topic. The trending task aggregates Reddit, HN, news, TikTok, Instagram.

See what content format is working on YouTube

Superpower: handler_marketing

POST /v2/superpowers/handler_marketing
{
  "task": "youtube",
  "query": "developer productivity tools 2026"
}

Returns video titles and view counts — signals for what angles resonate.

Generate specific, angle-first content ideas

Superpower: handler_generate

POST /v2/superpowers/handler_generate
{
  "task": "chat",
  "prompt": "You are a content strategist. Based on these trending discussions: [step 1 results] and these high-performing YouTube videos: [step 2 results] — generate 8 content ideas for [target audience]. Format each as: Title | Format | Hook | Why it'll resonate."
}

From previous steps: top_results from step 1 + items from step 2 → inject into prompt.

Outcome: 8 content ideas with titles, format recommendations, opening hooks, and reasoning — all grounded in real trending data.

Fetch this skill via API

GET /v2/skills/content-ideas
Authorization: Bearer sk-hndlr-...