Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Research historical news events that moved (or are moving) an asset's price and plot them as data points directly on the chart. Click a marker in the Historic News tab to zoom the chart to that event and read the article. Useful for identifying the fundamental drivers behind price action — earnings, regulation, product launches, macro shocks, geopolitical events.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 255% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 68% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -9% | 0% |
> Research and annotate price-moving news events on the chart. Uses the > shared AgentSwarm service to spawn a research team.
| Role | Mandatory | Tools | Added when | |---|---|---|---| | Researcher | ✅ | search_web, fetch_news, fetch_url | Always — does the actual web queries for historic news | | Analyzer | ✅ | — | Always — parses raw findings into structured NewsEvent objects with timestamps, categories, impact ratings, and direction | | QA | ✅ | — | Always — filters out unsubstantiated events, checks timestamps are plausible, drops duplicates | | Macro Researcher | ⏳ optional | search_web, fetch_policy | Added when the asset is a commodity, currency, or index (where macro news dominates price action) | | Regulatory Researcher | ⏳ optional | fetch_policy, fetch_url | Added when the asset has active policy considerations (crypto, pharma, defense) |
timestamp (unix seconds)headline, summary, source, urlcategory — earnings | regulatory | macro | product | sentiment | geopolitical | technicalimpact — high | medium | lowdirection — bullish | bearish | neutralprice_impact_pct — rough estimate of the event's price effect (optional)The skill parses your message for steering directives so you can drive the swarm:
| You say | What happens | |---|---| | historic news for this chart | Researches the chart's own asset over its date range (default) | | fetch oil news on this chart | Researches oil, plots markers on the loaded chart (different asset!) | | plot AAPL news on the BTC chart | Researches AAPL, tags markers for the BTC chart specifically | | show macro news on all charts | Broadcasts — same news set renders on every open chart | | earnings news for TSLA | Topic-filtered — only earnings queries run | | regulatory + macro news for AAPL | Multiple categories combined |
Recognised category keywords: earnings, regulatory/SEC/policy, macro/fed/fomc/inflation/cpi, product/launch, geopolitical/war/sanctions. Recognised broadcast keywords: all charts, every chart, multiple charts, broadcast.
Requires a dataset loaded on the chart (the skill queries around the chart's visible date range and uses the chart's symbol as the default plot target).
The researcher does NOT hallucinate from training data. The processor:
web_search() (DuckDuckGo, rate-limited) for eachThe analyzer is then explicitly told: "use the EXACT URL from the search result. NEVER invent URLs." So every Reuters/Bloomberg link in the output is a link the search engine actually returned.
> User: "Find historic news events that moved AAPL" > > → Team: Researcher + Analyzer + QA. Researcher queries for AAPL > earnings, product launches, and macro shocks in the chart's date > range. Analyzer extracts ~15-25 events with timestamps + summaries. > QA drops 3 unsubstantiated ones. Final: 20 events plotted on > chart with category-coloured markers. Bottom panel shows timeline. > > User clicks the "Q1 earnings surprise" event → chart zooms to > that date; right panel shows the full article summary + link.
Other measured skills in the registry, with their headline benchmark lift.