SkillsResearch & Intel › Investment Research Brief

Investment Research Brief

Research a company for investment: fundamentals, market data, recent news, and social sentiment combined into a brief.

Superpowers: handler_intel · handler_finance · handler_monitor · handler_generate

When to use: You need to evaluate a company (public or private) before an investment decision or meeting.

Steps

Get company fundamentals

Superpower: handler_intel

POST /v2/superpowers/handler_intel
{
  "task": "company_enrich",
  "domain": "stripe.com"
}

Returns headcount, funding rounds, tech stack, employee growth, and more.

Get market data (public companies only)

Superpower: handler_finance

POST /v2/superpowers/handler_finance
{
  "task": "quote",
  "symbol": "STRP"
}

Skip this step for private companies. Use the ticker from step 1 result if available.

Get recent financial news

Superpower: handler_finance

POST /v2/superpowers/handler_finance
{
  "task": "news",
  "query": "Stripe funding product launch 2026"
}

Check social sentiment and trending discussions

Superpower: handler_monitor

POST /v2/superpowers/handler_monitor
{
  "task": "trending",
  "query": "Stripe",
  "days": 14
}

Generate the investment brief

Superpower: handler_generate

POST /v2/superpowers/handler_generate
{
  "task": "chat",
  "prompt": "Write a concise investment brief for Stripe covering: Company Overview, Business Model, Financials & Market Position, Recent Developments, Sentiment, and Key Risks. Use this data: [paste results from steps 1-4]"
}

From previous steps: Combine all results from steps 1–4 → inject into prompt.

Outcome: Structured investment brief with fundamentals, market data, news, and sentiment. Typically 400–600 words.

Fetch this skill via API

GET /v2/skills/investment-brief
Authorization: Bearer sk-hndlr-...