โ† All skills
Tencent SkillHub ยท Developer Tools

Google News Api Skill

Extracts structured, timely news data from Google News using BrowserAct API for topic search, trend tracking, brand monitoring, competitor updates, and indus...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Extracts structured, timely news data from Google News using BrowserAct API for topic search, trend tracking, brand monitoring, competitor updates, and indus...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/google_news_api.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

๐Ÿ“– Introduction

This skill provides a one-stop news collection service using BrowserAct's Google News API template. It extracts structured news results directly from Google News, including headlines, sources, publication times, and article links, providing clean and ready-to-use data without manual scraping.

โœจ Features

No Hallucinations: Uses predefined workflows to ensure stable and accurate data extraction, avoiding AI-generated hallucinations. No CAPTCHA Issues: Built-in mechanisms to bypass reCAPTCHA or other verification challenges automatically. No IP Restrictions: Overcomes regional IP limitations and geofencing for stable global access. Fast Execution: Executes tasks significantly faster than pure AI-driven browser automation. Cost-Effective: Reduces data acquisition costs compared to token-heavy AI solutions.

๐Ÿ”‘ API Key Guidance

Before running, check for the BROWSERACT_API_KEY environment variable. If it is not set, do not proceed with other actions. Instead, request and wait for the user to provide the key. Agent must inform the user: "Since the BrowserAct API Key is not configured, please go to the BrowserAct Console to get your Key and provide it to me here."

๐Ÿ› ๏ธ Input Parameters Details

The Agent should configure the following parameters based on user needs when calling the script: Search_Keywords Type: string Description: The keywords to search on Google News (e.g., company name, industry terms, competitor names). Example: Generative AI, Tesla, SpaceX Publish_date Type: string Description: Filters news based on publication time. Options: any time: No time restriction. past hours: Within the last few hours (best for breaking news). past 24 hours: Within the last 24 hours (recommended for daily monitoring). past week: Within the last week (short-term trend analysis). past year: Within the last year (long-term research). Default: past week Datelimit Type: number Description: Maximum number of news items to extract in a single task. Default: 30 Recommendation: Use 10-30 for real-time monitoring; use larger values for deep research.

๐Ÿš€ How to Call (Recommended)

The Agent should execute the following command to get results: # Example call python -u ./.cursor/skills/google-news-api-skill/scripts/google_news_api.py "search keywords" "time range" limit

โณ Progress Monitoring

Since this task involves automated browser operations, it may take several minutes. The script will continuously output timestamped status logs (e.g., [14:30:05] Task Status: running). Agent Note: Stay focused on the terminal output while waiting for the script. As long as new status logs are being printed, the task is running normally. Do not assume it is hung or unresponsive. Only consider retrying if the status remains unchanged for a long time or the script stops without returning results.

๐Ÿ“Š Output Data Specification

Upon success, the script prints results parsed from the API response. Fields include: headline: Title of the news article. source: Publisher or news outlet. news_link: Resolved destination URL of the article. published_time: Timestamp displayed on Google News. author: Name of the author (if available).

โš ๏ธ Error Handling & Retry Mechanism

If an error occurs (e.g., network issues or task failure), follow this logic: Check Output: If output contains "Invalid authorization", the API Key is invalid. Do not retry. Guide the user to provide a correct API Key. If output does not contain "Invalid authorization" but the task fails (e.g., output starts with Error: or result is empty), the Agent should automatically retry once. Retry Limit: Automatic retry is limited to one attempt. If it fails again, stop and report the error message to the user.

๐ŸŒŸ Typical Use Cases

Industry Trend Tracking: Find the latest developments in fields like "Low-altitude economy" or "Generative AI". PR Monitoring: Monitor media exposure of a specific brand or company over the past 24 hours. Competitor Intelligence: Collect information on new products or marketing activities from competitors over the past week. Market Research: Get popular reports on specific keywords across different time dimensions. Individual Tracking: Retrieve the latest news reports on industry leaders or public figures. Daily News Summary: Automatically extract and summarize daily news in specific domains. Global Breaking News: Get real-time updates on major global events. Structured Data Extraction: Extract structured information like headlines, sources, and links for analysis. Media Exposure Analysis: Evaluate the propagation heat of a project or event in mainstream news media. Long-term Research: Retrieve all in-depth reports on a specific technical topic from the past year.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/google_news_api.py Scripts