ai-daily
Fetches AI news from smol.ai RSS. Use when user asks about AI news or daily tech updates.
Why use this skill?
Get daily AI industry updates directly in OpenClaw. This skill fetches and summarizes the latest smol.ai news using simple natural language date queries.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hjw21century/ai-dailyWhat This Skill Does
The ai-daily skill serves as a dedicated news aggregator for the OpenClaw platform, specifically designed to monitor and retrieve the latest updates from the smol.ai RSS feed. By integrating this skill, users can stay informed about the rapidly evolving AI landscape without manually browsing news sites. The skill features robust parsing capabilities that allow it to understand natural language temporal queries—such as "yesterday," "the day before," or specific calendar dates—and map them to precise YYYY-MM-DD formats. It automates the entire workflow from fetching raw RSS data and validating content availability to formatting the output into clean, readable Markdown reports, ensuring a seamless user experience.
Installation
To install this skill, use the ClawHub command-line interface. Open your terminal and run the following command:
clawhub install openclaw/skills/skills/hjw21century/ai-daily.
Ensure that your system environment has Python installed, as the skill relies on the feedparser and requests libraries. You can prepare your environment by running pip install feedparser requests. No complex configuration or API keys are necessary, as the skill connects directly to the public smol.ai feed by default.
Use Cases
This skill is ideal for AI researchers, developers, and tech enthusiasts who need daily summaries of AI industry advancements. It acts as a personal intelligence assistant, allowing you to catch up on missed news from previous days or get a quick overview of today's highlights. Whether you are conducting historical research on specific industry trends or just performing a quick check during your morning coffee, this skill provides the structured data needed to remain updated.
Example Prompts
- "能帮我看看昨天的AI新闻更新了什么吗?"
- "今天的AI资讯里有什么值得关注的报道?"
- "我想查看2026-01-13那天的AI新闻汇总。"
Tips & Limitations
To get the best results, always prefer specific dates if you are conducting long-term research. If the skill returns a "no news available" message, check the available date range provided in the output; this helps identify the boundaries of the current RSS feed history. For developers, ensure your network has access to the smol.ai domain, as local firewalls or VPNs may occasionally block RSS traffic. Remember that this skill focuses exclusively on the smol.ai feed; it does not scrape other news outlets, keeping the results focused and high-signal.
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-hjw21century-ai-daily": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access
Related Skills
github-topics
Fetches GitHub topic trending repositories. Use when asking about GitHub trending repos or open source projects.
fs-street
Fetches articles from Farnam Street RSS. Use when asking about decision-making, mental models, learning, or wisdom from Farnam Street blog.
x-tweet-fetcher
Fetch tweets from X/Twitter without login or API keys. Supports regular tweets, long tweets, quoted tweets, and full X Articles. Zero dependencies, zero configuration.
trending-skills
Fetches skills.sh trending rankings. Use when asking about skill rankings or popular tools.
agent-estimation
Accurately estimate AI agent work effort using the agent's own operational units (tool-call rounds) instead of human time. Use when asked to estimate, scope, plan, or evaluate how long a coding task will take. Prevents the common failure mode where agents anchor to human developer timelines and massively overestimate. Outputs a structured breakdown with round counts, risk factors, and a final wallclock conversion.