✓ Verified 💻 Development ✓ Enhanced Data

Noticias Cangrejo

Fetch and summarize recent news articles from GNews for any user-provided topic, then produce a Mark

Rating
3.9 (114 reviews)
Downloads
932 downloads
Version
1.0.0

Overview

Fetch and summarize recent news articles from GNews for any user-provided topic, then produce a Markdown digest.

Complete Documentation

View Source →

NoticiasCangrejo

Generate a Markdown news digest for any topic using the GNews API.

When To Use

Use this skill when the user asks for recent news on any topic, such as politics, science, startups, health, finance, sports, or local events, and wants a concise, linkable summary.

Environment Requirement

Set this environment variable before execution:

  • GNEWS_API_KEY

Workflow

  • Receive a topic from the user.
  • Validate that GNEWS_API_KEY exists.
  • Query GNews Search API for up to 20 articles using topic + language.
  • Compute relevance based on topic-word overlap against article title and description.
  • Keep the top 15 ranked articles.
  • Print Markdown output with:
  • Date (YYYY/MM/DD)
  • Greeting line in Spanish
  • Topic line
  • Numbered list of article title + URL
  • Optionally save output to a file with --output.

Execution

Canonical OpenClaw execution is defined in _meta.json under run:

bash
python3 scripts/fetch_news.py "<topic>"

Optional parameters:

  • --lang (default: en)
  • --max-articles (default: 20)
  • --output to write Markdown to a file

Example Usage

bash
export GNEWS_API_KEY="your_api_key_here"
python3 scripts/fetch_news.py "global markets" --lang en --max-articles 20 --output ./markets.md

Installation

Terminal bash

openclaw install noticias-cangrejo
    
Copied!

💻Code Examples

python3 scripts/fetch_news.py "<topic>"

python3-scriptsfetchnewspy-topic.txt
Optional parameters:

- `--lang` (default: `en`)
- `--max-articles` (default: `20`)
- `--output` to write Markdown to a file

## Example Usage

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author davidk2yoyo
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install noticias-cangrejo