noticias-cangrejo

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "noticias-cangrejo" with this command: npx skills add davidk2yoyo/noticias-cangrejo

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

  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:

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

Example Usage

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Multi Source Tech News Digest

Aggregates and scores technology news daily from 100+ RSS feeds, GitHub releases, and web sources, providing customizable, filtered tech news digests.

Registry SourceRecently Updated
4990Profile unavailable
Coding

Google ads for OpenClaw

Управление кампаниями Google Ads. Используйте этот навык, когда пользователь хочет просмотреть статистику, изменить бюджет, включить или выключить кампании в...

Registry SourceRecently Updated
6211Profile unavailable
Coding

office secretary

A digital administrative assistant for Microsoft 365 (Outlook & OneDrive).

Registry SourceRecently Updated
1.3K0Profile unavailable
Coding

GitHub Extract

Extract content from a GitHub url.

Registry SourceRecently Updated
9520Profile unavailable