curadoria-temas-diarios

Curates daily news from free sources and generates topic-organized summaries.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/guizonatto/myopen-claw --skill curadoria-temas-diarios-guizonatto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curadoria-temas-diarios
Source: https://github.com/guizonatto/myopen-claw/tree/main/skills/curadoria-temas-diarios
Command: npx skills add https://github.com/guizonatto/myopen-claw --skill curadoria-temas-diarios-guizonatto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping up with news across many topics (economy, politics, AI, technology, science, startups) requires manually visiting dozens of sites every day. This Skill automates daily discovery, deduplication, and summarization of headlines from free, trusted sources, delivering a structured digest organized by theme. ## Core Features & Use Cases - Multi-topic news curation: Covers 15 predefined themes (Brazilian/world economy, finance, politics, AI, technology, science, astronomy, UFO research, startups, innovation grants) with curated lists of free sources per theme. - Cost-aware search policy: Uses lightweight DuckDuckGo web_search plus web_fetch by default, reserving premium Tavily search only for high-value topics like AI, tech, and startups. - Structured output: Produces JSON with themes, headlines, sources, links, and short summaries, ready for delivery via Telegram/Discord/WhatsApp or scheduled daily at 09h through an OpenClaw cronjob. - Use Case: A solo entrepreneur schedules the skill via OpenClaw cron to receive a 9 AM digest of Brazilian economy, AI, and condominium-market news without opening a single news site. ## Quick Start Ask the assistant to run the daily news curation skill and deliver a summary of today's top headlines organized by theme.

Frequently Asked Questions about curadoria-temas-diarios

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a daily news summary with OpenClaw?

Register this skill as an OpenClaw cronjob scheduled for 09h daily. The skill searches each theme's free sources, curates and deduplicates results, then delivers a structured summary to your configured channel such as Telegram or Discord.

What news sources does the daily curation skill use?

It uses only free, open sources organized per theme, such as G1, CNN Brasil, BBC, Reuters, TechCrunch, MIT Technology Review, NASA, and FINEP. Paywalled content is explicitly avoided in favor of open and reliable outlets.

Can I customize the topics in the daily news digest?

Yes, the input schema accepts an optional 'temas' array listing the themes you want curated, plus an optional 'fontes' array for specific sources. If omitted, the skill uses its default set of 15 predefined themes.

Does the news curation skill work without premium search APIs?

Yes, the default path uses DuckDuckGo web_search for discovery followed by web_fetch on selected links. Tavily is reserved only for difficult or high-value themes like AI, technology, startups, and science.

What output format does the daily news summary produce?

It returns a JSON array where each element contains a theme name and a list of news items. Each news item includes a title, source name, link, and a brief summary, making it easy to render in chat channels or reports.