← All skills
Tencent SkillHub · Developer Tools

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".

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

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".

⬇ 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.0

Documentation

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

✨ Platform Compatibility

✅ Works Powerfully & Reliably On All Major AI Assistants PlatformStatusHow to InstallOpenCode✅ Fully SupportedCopy skill folder to ~/.opencode/skills/Claude Code✅ Fully SupportedNative skill supportCursor✅ Fully SupportedCopy to ~/.cursor/skills/OpenClaw✅ Fully SupportedCompatible Why Choose BrowserAct Skills? 🚀 Stable & crash-free execution ⚡ Fast response times 🔧 No configuration headaches 📦 Plug & play installation 💬 Professional support

📖 Introduction

This skill provides a one-stop news collection service using BrowserAct's Google News API template. It allows the agent to retrieve structured news data with a single command.

🔑 API Key Guidance

Before running, check the BROWSERACT_API_KEY environment variable. If not set, do not proceed with script execution; instead, request the API key from the user. Required Message to User: "Since you haven't configured the BrowserAct API Key, please go to the BrowserAct Console to get your Key and provide it to me in this chat."

🛠️ Input Parameters

Flexibly configure these parameters based on user requirements: Search_Keywords Type: string Description: Keywords to search on Google News (e.g., company names, industry terms). Example: AI Startup, Tesla, SpaceX Publish_date Type: string Description: Time range filter for articles. Options: any time: No restriction past hours: Breaking news past 24 hours: Daily monitoring (Recommended) past week: Short-term trends past year: Long-term research Default: past week Datelimit Type: number Description: Maximum news items to extract. Default: 30 Suggestion: Use 10-30 for monitoring, higher for research.

🚀 Execution (Recommended)

Execute the following script to get results: # Call Example python .cursor/skills/google-news-api/scripts/google_news_api.py "Keywords" "TimeRange" Count

📊 Data Output

Successful execution returns structured data: headline: News title source: Publisher news_link: URL published_time: Timestamp author: Author name (if available)

⚠️ Error Handling & Retry Mechanism

Check Output: If output contains "Invalid authorization", the API Key is invalid. Do not retry. Guide the user to provide a correct key. For other failures (e.g., Error: or empty results), automatically retry once. Retry Limit: Maximum one automatic retry. If it still fails, stop and report the error to the user.

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