google-news-api-skill
Extract News Data from Google News via BrowserAct API
Research workflows require fresh news data but manual searching is time-consuming. This skill automates structured news extraction from Google News through BrowserAct API, providing headlines, sources, and publication times in a clean format.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“google-news-api-skill”。 Find news about Tesla from the past week
预期结果:
A list of recent Tesla-related articles including: 'Tesla Announces New Battery Technology' from Electrek (2024-01-15), 'Tesla Stock Rises on Q4 Delivery Numbers' from Reuters (2024-01-14), 'Tesla Expands Supercharger Network in Europe' from TechCrunch (2024-01-13). Each entry includes headline, source, date, and article link.
正在使用“google-news-api-skill”。 Get breaking news about AI startups today
预期结果:
Current AI startup news including: 'Anthropic Raises $2B Series C' from TechCrunch (2024-01-15), 'New AI Coding Tool Launches for Developers' from VentureBeat (2024-01-15). Real-time results from the past few hours with direct article links.
正在使用“google-news-api-skill”。 Monitor Apple news for the past 24 hours
预期结果:
Recent Apple coverage: 'Apple Vision Pro Launch Date Confirmed' from The Verge, 'Apple Reports Record Q1 Revenue' from Bloomberg, 'Apple Announces New MacBook Features' from MacRumors. Each with publication time and source.
安全审计
安全This skill is a legitimate news data extraction tool that uses BrowserAct API to scrape Google News. Static analysis flagged external command and cryptographic concerns, but all HIGH findings are false positives. The Python script uses standard UTF-8 encoding configuration (not PowerShell), makes legitimate API calls to BrowserAct service, and properly handles credentials via environment variables. The skill follows secure coding practices for API integration.
中风险问题 (1)
低风险问题 (3)
风险因素
质量评分
你能构建什么
Track Industry Trends
Monitor developments in specific industries like AI, clean energy, or pharmaceuticals by extracting recent news articles.
Monitor Brand Mentions
Track media coverage of a brand, company, or product over the past 24 hours to assess PR impact.
Research Competitor Activity
Collect news about competitors over a week to stay informed about their latest products and announcements.
试试这些提示
Find news about {topic} from the past week using the Google News skill.Get the latest news about {company} from the past 24 hours only.Search for news about {competitor} and {competitor2} from the past week. Extract all articles and summarize key themes.Extract up to {number} news articles about {topic} from the past year. Format as a structured report with sources and dates.最佳实践
- Configure the BROWSERACT_API_KEY environment variable before running searches to avoid authentication errors
- Use specific keywords rather than broad terms to get more relevant and actionable results
- Set appropriate time ranges: use past 24 hours for monitoring, past week for trends, past year for research
避免
- Avoid using overly broad search terms like 'technology' which return too many unrelated articles
- Do not share your API key in public repositories or chat messages
- Avoid running the skill repeatedly without need as each execution consumes API resources