google-news-api
Scrape structured news data from Google News automatically. Use when the user asks for news on a topic, industry trends, or PR monitoring. Triggers on keywords like "find news about", "track trends", or "monitor PR".
Why use this skill?
Automate your news gathering with the OpenClaw Google News API skill. Get structured headlines, trends, and PR monitoring data instantly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/phheng/google-news-apiWhat This Skill Does
The google-news-api skill is a sophisticated automation tool designed for the OpenClaw AI agent to interface directly with Google News. It bypasses the need for manual browsing by programmatically scraping and structuring news data into a readable format. The skill is built on the robust BrowserAct infrastructure, ensuring high reliability and rapid response times. By specifying keywords, time ranges, and result counts, users can pull live headlines, sources, direct links, and metadata, making it an essential tool for competitive intelligence, PR monitoring, and industry research.
Installation
To integrate this skill into your environment, use the OpenClaw package manager. Simply execute the command:
clawhub install openclaw/skills/skills/phheng/google-news-api
For local or manual setups on compatible platforms like Cursor or Claude Code, copy the skill directory into your system's designated skills folder (e.g., ~/.opencode/skills/). Ensure you have the BROWSERACT_API_KEY environment variable set, as the agent requires a valid key to authenticate with the remote scraping service. If your key is missing, the agent will prompt you to register at the BrowserAct Console.
Use Cases
This skill is highly versatile and serves several professional needs:
- PR Monitoring: Track brand mentions in real-time to manage your digital footprint.
- Market Intelligence: Monitor industry-specific keywords to stay ahead of competitors or market shifts.
- Content Curation: Aggregate news headlines for internal reports or newsletters.
- Academic or Technical Research: Gather data on emerging technology trends, such as AI or clean energy, over specific time frames.
Example Prompts
- "Find news about Nvidia and AI hardware developments from the past 24 hours."
- "Track industry trends for electric vehicle battery technology and list the top 20 recent articles."
- "Can you monitor PR for my startup 'CloudSphere' and show me any new mentions this week?"
Tips & Limitations
- Efficiency: Use the
past 24 hourssetting for high-frequency monitoring andpast weekorpast yearfor deeper retrospective research. - Retry Logic: The agent is configured with a built-in retry mechanism. If a network blip occurs, it will automatically attempt a single re-fetch. If authorization fails, do not attempt to retry manually; check your API key instead.
- Limits: While the API supports large data requests, keep the
Datelimitaround 30 to ensure the agent processes the information quickly without flooding your terminal or interface.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-phheng-google-news-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
Google Maps Search Api Skill
Skill by phheng
Google News Api Skill
Skill by phheng
Google Maps Api Skill
Skill by phheng
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
google-maps-search-api
This skill is designed to help users automatically extract business data from Google Maps search results. When a user asks to "find coffee shops in New York," "search for dental clinics," or "extract business leads from Google Maps," the agent should proactively apply this skill.