Install
openclaw skills install noticias-cangrejoFetch and summarize recent news articles from GNews on any topic, generating a concise Markdown digest with date, greeting, and top links.
openclaw skills install noticias-cangrejoGenerate a Markdown news digest for any topic using the GNews API.
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.
Set this environment variable before execution:
GNEWS_API_KEYGNEWS_API_KEY exists.YYYY/MM/DD)--output.Canonical OpenClaw execution is defined in _meta.json under run:
python3 scripts/fetch_news.py "<topic>"
Optional parameters:
--lang (default: en)--max-articles (default: 20)--output to write Markdown to a fileexport GNEWS_API_KEY="your_api_key_here"
python3 scripts/fetch_news.py "global markets" --lang en --max-articles 20 --output ./markets.md