NoticiasCangrejo
name: noticias-cangrejo
by davidk2yoyo · published 2026-03-22
$ claw add gh:davidk2yoyo/davidk2yoyo-noticias-cangrejo---
name: noticias-cangrejo
description: Fetch and summarize recent news articles from GNews for any user-provided topic, then produce a Markdown digest with date, greeting, and top links.
homepage: https://gnews.io/
metadata: {"clawdbot":{"emoji":"🦀","requires":{"env":["GNEWS_API_KEY"]}}}
---
# 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:
Workflow
1. Receive a topic from the user.
2. Validate that `GNEWS_API_KEY` exists.
3. Query GNews Search API for up to 20 articles using topic + language.
4. Compute relevance based on topic-word overlap against article title and description.
5. Keep the top 15 ranked articles.
6. Print Markdown output with:
- Date (`YYYY/MM/DD`)
- Greeting line in Spanish
- Topic line
- Numbered list of article title + URL
7. Optionally save output to a file with `--output`.
Execution
Canonical OpenClaw execution is defined in `_meta.json` under `run`:
python3 scripts/fetch_news.py "<topic>"Optional parameters:
Example Usage
export GNEWS_API_KEY="your_api_key_here"
python3 scripts/fetch_news.py "global markets" --lang en --max-articles 20 --output ./markets.mdMore tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...