Skills › Finance › Portfolio News Digest
Portfolio News Digest
Scan recent news for all companies in a portfolio and surface material developments before they become headlines.
Superpowers: handler_finance · handler_monitor · handler_generate
When to use: You manage or track a portfolio and want early visibility into news that might affect your positions.
Steps
Get financial news for portfolio companies
Superpower: handler_finance — live API reference →
POST /v2/superpowers/handler_finance
{
"task": "news",
"query": "NVDA AAPL MSFT AMZN TSLA earnings announcement product"
}
Replace with tickers from your actual portfolio.
Check social signals for unusual activity
Superpower: handler_monitor — live API reference →
POST /v2/superpowers/handler_monitor
{
"task": "trending",
"query": "NVIDIA Apple Microsoft Tesla stock news 2026",
"days": 3
}
Triage into a portfolio digest
Superpower: handler_generate — live API reference →
POST /v2/superpowers/handler_generate
{
"task": "chat",
"prompt": "You are a portfolio analyst. Review this news and social data for my portfolio companies and produce a digest. For each material development: company, what happened, potential impact (positive/negative/neutral), and whether it warrants action. Flag anything urgent at the top. Data: [steps 1-2]"
}
From previous step: news (step 1) + social signals (step 2) → inject
Outcome: Portfolio news digest with material developments, impact assessment, and action flags.
Fetch this skill via API
GET /v2/skills/portfolio-news-digest
Authorization: Bearer sk-hndlr-...