news-summary
This skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS feeds and can create voice summaries.
Why use this skill?
Fetch and summarize global news with OpenClaw. Get concise text summaries or AI-generated voice briefings from BBC, Reuters, NPR, and Al Jazeera in one command.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/joargp/news-summaryWhat This Skill Does
The news-summary skill is a powerful information aggregation tool designed for the OpenClaw ecosystem. It bridges the gap between raw, overwhelming data streams and actionable insights. By leveraging high-trust RSS feeds from global news giants like the BBC, Reuters, NPR, and Al Jazeera, this agent fetches, parses, and distills the day's most important headlines. Beyond mere text retrieval, it features an integrated voice synthesis workflow, allowing the agent to generate professional-grade audio briefings using OpenAI's text-to-speech technology. This allows users to stay informed while commuting or multitasking, transforming the agent into a personal news anchor.
Installation
To integrate this functionality into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/joargp/news-summary
Ensure your system has the necessary dependencies for curl and shell-based text parsing before running the installation.
Use Cases
This skill is ideal for professionals needing daily briefings before morning meetings, travelers wanting to monitor local and international geopolitical landscapes, or anyone looking to reduce "news anxiety" by receiving curated, human-readable summaries rather than scrolling through endless feeds. It serves as a centralized hub for cross-perspective intelligence, pulling data from both Western and Global South sources.
Example Prompts
- "OpenClaw, give me a quick summary of what is happening in the world today, focusing on tech and global business."
- "I'm heading out for a run, please generate a voice summary of the top news stories from the BBC and Al Jazeera."
- "What is the current status of the international markets? Summarize the top headlines from Reuters and BBC Business."
Tips & Limitations
To get the best experience, prioritize the balance of sources. The agent defaults to BBC for reliability, but appending requests for NPR or Al Jazeera will yield a more nuanced perspective on complex geopolitical issues. Keep in mind that this skill relies on active network access and the availability of external RSS providers. For audio generation, ensure your OpenAI API key is properly configured in your environment variables. Limit your requests for voice summaries to roughly 2-3 minutes of content to ensure optimal processing speed and listener engagement. Note that this skill does not verify the content accuracy of the RSS feeds themselves; it acts strictly as an aggregator and synthesizer of provided data.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-joargp-news-summary": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api
Related Skills
table-image
Generate images from tables for better readability in messaging apps like Telegram. Use when displaying tabular data.
accli
This skill should be used when interacting with Apple Calendar on macOS. Use it for listing calendars, viewing events, creating/updating/deleting calendar events, and checking availability/free-busy times. Triggers on requests like "check my calendar", "schedule a meeting", "what's on my schedule", "am I free tomorrow", or any calendar-related operations.