rss-ai-reader
📰 RSS AI 阅读器 — 自动抓取订阅、LLM生成摘要、多渠道推送! 支持 Claude/OpenAI 生成中文摘要,推送到飞书/Telegram/Email。 触发条件: 用户要求订阅RSS、监控博客、抓取新闻、生成摘要、设置定时抓取、 "帮我订阅"、"监控这个网站"、"每天推送新闻"、RSS/Atom feed 相关。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/benzema216/rss-ai-readerWhat This Skill Does
The rss-ai-reader is an intelligent automation agent designed to streamline your content consumption workflow. It functions by continuously polling user-defined RSS or Atom feeds, processing new entries through advanced LLMs (Claude or OpenAI), and generating concise, human-readable Chinese summaries. Instead of manual browsing, the agent intelligently filters updates and pushes personalized digests directly to your preferred communication platforms, including Feishu, Telegram, and Email. It features a built-in SQLite database to ensure articles are not processed or pushed multiple times, keeping your notifications clean and clutter-free.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Ensure your local machine has Python 3.8+ installed. Run the command: clawhub install openclaw/skills/skills/benzema216/rss-ai-reader. After installation, navigate to the skill directory, copy the configuration template (cp config.yaml my_config.yaml), and provide your LLM API keys and Webhook URLs. Finally, you can initialize the monitor with python main.py to start background tasks.
Use Cases
- Technical Intelligence: Stay updated with the latest trends by subscribing to Hacker News, V2EX, or specific technology blogs. The AI will extract key insights so you don't have to read full-length articles.
- Daily News Digest: Configure the agent to fetch news from your favorite media outlets every morning, sending a high-level summary to your team's Feishu group for a quick morning update.
- Research & Monitoring: Monitor niche academic repositories like arXiv or competitor websites. The tool will flag only the most relevant updates, saving hours of manual scouting time.
- Information Synthesis: Keep up with multiple industry thought leaders by letting the agent consolidate multiple feeds into a single, summarized report delivered to your inbox.
Example Prompts
- "帮我订阅阮一峰的博客,每天早上8点整理一份摘要发到飞书群里。"
- "监控这个科技新闻网站,如果有关于AI的新文章,帮我抓取并总结发到Telegram。"
- "设置一个定时任务,每隔6小时检查一次RSS feed,并将更新的内容摘要通过邮件发送给我。"
Tips & Limitations
- API Costs: Since this tool uses LLMs, be mindful of your token usage for Claude or OpenAI, especially if you subscribe to very high-frequency feeds.
- Rate Limiting: Avoid adding too many feeds with very short refresh intervals to respect source website terms of service.
- Error Handling: Always ensure your API credentials in
config.yamlare secure and never committed to public repositories. If the agent stops sending notifications, check your network connectivity to the Webhook provider and ensure the database file is not locked by another process.
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-benzema216-rss-ai-reader": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
options-analyzer
📊 专业期权策略分析器 — 期权链、Greeks、IV分析、策略推荐一站式解决! 使用 yfinance 获取实时期权数据,Black-Scholes 计算 Greeks。 触发条件: 用户询问期权链、Greeks计算、IV分析、期权策略分析、策略推荐、 Iron Condor/Butterfly/Straddle/Strangle/Spread等策略、"分析期权"、 "推荐期权策略"、"看涨/看跌期权"、Delta/Gamma/Theta/Vega计算、隐含波动率。
trading-coach
🏆 AI交易复盘教练 — 把你的券商CSV变成可执行的改进洞察! 自动FIFO配对持仓,8维度质量评分(入场/出场/趋势/风险...),10维度AI洞察。 支持富途(中/英)、老虎、中信、华泰等主流券商。 触发条件: 用户提供交易CSV、要求分析交易表现、评估交易质量、生成复盘报告、 计算盈亏统计、识别交易模式问题、"帮我复盘"、"分析我的交易"。