Skills › Research & Intel › Market & Competitor Intelligence
Market & Competitor Intelligence
Get a comprehensive view of a market: what people are saying, who ranks for key terms, and a synthesised brief.
Superpowers: handler_monitor · handler_research · handler_marketing · handler_generate
When to use: You need to understand a market, monitor a competitor, or brief a team on an industry.
Steps
See what the market is talking about right now
Superpower: handler_monitor
POST /v2/superpowers/handler_monitor
{
"task": "trending",
"query": "AI coding tools",
"days": 14
}
Returns ranked results from Reddit, HN, news, TikTok, Instagram. Adjust days for recency.
Get an AI-synthesised overview of the competitive landscape
Superpower: handler_research
POST /v2/superpowers/handler_research
{
"task": "answer",
"query": "Who are the top AI coding tools in 2026? What differentiates them?"
}
See who ranks in search for the main keyword
Superpower: handler_marketing
POST /v2/superpowers/handler_marketing
{
"task": "serp",
"query": "best AI coding assistant"
}
Synthesise into a structured brief
Superpower: handler_generate
POST /v2/superpowers/handler_generate
{
"task": "chat",
"prompt": "You are a market analyst. Synthesise the following into a 3-section competitive brief (Market Signals, Key Players, Opportunities): [paste results from steps 1-3]"
}
From previous steps: Combine top_results from step 1 + result from step 2 + organic from step 3 → inject into prompt.
Outcome: Competitive brief with social signals, synthesised landscape, and SEO positioning — ready to share or act on.
Fetch this skill via API
GET /v2/skills/market-intelligence
Authorization: Bearer sk-hndlr-...