ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/phheng/google-news-api
Or

What 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

  1. "Find news about Nvidia and AI hardware developments from the past 24 hours."
  2. "Track industry trends for electric vehicle battery technology and list the top 20 recent articles."
  3. "Can you monitor PR for my startup 'CloudSphere' and show me any new mentions this week?"

Tips & Limitations

  • Efficiency: Use the past 24 hours setting for high-frequency monitoring and past week or past year for 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 Datelimit around 30 to ensure the agent processes the information quickly without flooding your terminal or interface.

Metadata

Author@phheng
Stars1217
Views0
Updated2026-02-20
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-phheng-google-news-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#news#scraper#monitoring#research#automation
Safety Score: 4/5

Flags: network-access, external-api, code-execution