News Digest & Trend Analyzer
Searches current news via Brave Search for a given topic or industry, summarizes top stories, identifies trends, and generates a formatted digest with analysis. Prerequisites: brave-search MCP, python3.
MCP get_skill({ skillId: "news-digest-trend-analyzer-0aa216c8" })Use this skill with your agent
Create a free account and connect via MCP
# News Digest & Trend Analyzer
Search current news for any topic, summarize the top stories, and identify emerging trends.
## When to Use
- "What's happening in {industry} this week?"
- "Summarize the latest AI news"
- "Give me a news digest on {topic}"
## Requirements
- **Brave Search MCP** for news search
- **python3** for digest formatting
## Workflow
### Step 1 ā Digest Brief
- **Topic / industry** (AI, fintech, climate, crypto, etc.)
- **Time frame** (today, this week, this month)
- **Depth** (headlines only, with summaries, with analysis)
- **Audience** (personal, team, executive)
### Step 2 ā Search News
```
brave_news_search: "{TOPIC} news {TIMEFRAME}"
brave_web_search: "{TOPIC} latest developments {YEAR}"
brave_web_search: "{TOPIC} trend analysis {MONTH} {YEAR}"
brave_web_search: "{TOPIC} industry report {YEAR}"
```
Collect 10-15 stories, then curate down to the most significant 5-7.
### Step 3 ā Generate Digest
```markdown
# {TOPIC} News Digest
š
{DATE} | Period: {TIMEFRAME}
## š Trend Summary
{2-3 sentences: what's the overarching narrative right now?}
**Key signal:** {Most important thing to watch}
---
## Headlines
### 1. š“ {Most Important Story}
**{Publication}** ā {Date}
{3-4 sentence summary}
**Why it matters:** {1 sentence impact analysis}
### 2. {Second Story}
**{Publication}** ā {Date}
{Summary}
**Why it matters:** {analysis}
### 3. {Third Story}
...
### 4-5. Quick Hits
- **{Headline}** ({Source}) ā {1-sentence summary}
- **{Headline}** ({Source}) ā {1-sentence summary}
---
## š Trends to Watch
1. **{Trend 1}**: {Explanation and evidence}
2. **{Trend 2}**: {Explanation}
3. **{Trend 3}**: {Explanation}
## š® What to Watch Next
{What upcoming events, announcements, or developments could shift this space}
```
### Step 4 ā Save Digest
```bash
mkdir -p outputs/research/news
cat > "outputs/research/news/{TOPIC_SLUG}-{DATE}.md" << 'EOF'
{DIGEST}
EOF
```
## Important Rules
- Use Brave News Search for current stories ā don't rely on outdated info
- Prioritize stories by impact, not recency
- Distinguish news (facts) from opinion/analysis
- Note source credibility ā major outlets vs. blogs
- Date every story ā readers need to know how fresh info is
## Example Prompts
- "What's the latest in AI regulation this week?"
- "Give me a tech industry news digest for today"
- "Summarize major cybersecurity news this month"Related Skills
More skills in Research & Analysis
Company Due Diligence Researcher
Conducts comprehensive research on a company via Brave Search covering financials, leadership, culture, news, and competitive landscape. Generates a diligence brief for job seekers, investors, or partners. Prerequisites: brave-search MCP, python3.
Deep Research Report Generator
Conducts multi-source research on any topic via Brave Search, synthesizes findings into a structured report with citations, key takeaways, and confidence ratings per claim. Prerequisites: brave-search MCP, python3.
Fact Checker & Claim Verifier
Verifies claims, statistics, and quotes by cross-referencing multiple sources via Brave Search. Rates each claim's accuracy with evidence and flags misinformation patterns. Prerequisites: brave-search MCP.
Product Comparison Matrix
Researches and compares products, tools, or services side-by-side via Brave Search with feature matrices, pricing analysis, and a recommendation based on your specific needs. Prerequisites: brave-search MCP, python3.
Explore Other Categories
Skills from other categories with shared topics
Investment Research & Stock Screener
Researches stocks, ETFs, and market data via Brave Search and public APIs. Generates comparison tables with key metrics, dividend info, and performance charts. Prerequisites: brave-search MCP, curl, jq, python3.
Trip Research & Itinerary Planner
Researches destinations via Brave Search, builds day-by-day itineraries with real venues, and generates a shareable travel plan with maps links and booking URLs. Prerequisites: brave-search MCP, jq.
/understand-chat
Use when you need to ask questions about a codebase or understand code using a knowledge graph