skills/news-monitor/SKILL.md
Find recent news, announcements, and developments about a topic, company, or technology
npx skillsauth add mixelpixx/google-search-mcp-server news-monitorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Track recent news and developments for: $ARGUMENTS
Use google_search with date restrictions:
{
"query": "[subject]",
"dateRestrict": "w1", // Last week
"num_results": 10
}
Then expand if needed:
"d3" - Last 3 days (breaking news)"w1" - Last week"m1" - Last month"m3" - Last quarterFor comprehensive coverage, search specific source types:
Major News:
"[subject]" site:reuters.com OR site:apnews.com
"[subject]" site:bbc.com OR site:nytimes.com
Tech News (if applicable):
"[subject]" site:techcrunch.com OR site:theverge.com
"[subject]" site:arstechnica.com OR site:wired.com
Industry/Trade:
"[subject]" announcement OR launch OR release
"[subject]" funding OR acquisition OR partnership
Use extract_webpage_content on top 3-5 most relevant articles.
Look for patterns:
# News Monitor: [Subject]
**Period:** [Date range searched]
**Generated:** [Current date]
## Headlines Summary
### Breaking / Major Stories
1. **[Headline]** - [Source], [Date]
> [1-2 sentence summary]
2. **[Headline]** - [Source], [Date]
> [1-2 sentence summary]
### Recent Developments
- [Development 1] ([Source], [Date])
- [Development 2] ([Source], [Date])
## News Analysis
### Key Themes
1. **[Theme]**: [Explanation of what's driving coverage]
2. **[Theme]**: [Explanation]
### Sentiment Overview
[Generally positive/negative/neutral/mixed] - [Brief explanation]
### Notable Quotes
> "[Quote]" - [Person], [Title], [Source]
## Timeline
| Date | Event | Source |
|------|-------|--------|
| ... | ... | ... |
## Sources Consulted
| Source | Type | Articles Found |
|--------|------|----------------|
| Reuters | Wire Service | X |
| TechCrunch | Tech News | X |
| ... | ... | ... |
## Recommended Follow-ups
- [Topic to watch]
- [Upcoming event/announcement]
resultType: "news" if available for news-specific resultssite:[company].com press OR newsroomtools
Find official documentation, API references, and technical guides for technologies, libraries, or tools
development
Verify claims, statements, or information using multiple authoritative sources
testing
Conduct comprehensive multi-source research on any topic with synthesis and quality assessment
research
Research competitors, alternatives, and market landscape for a product, service, or technology