rss-briefing

Aggregate RSS articles into structured Chinese news briefings for Feishu.

9|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/llm011/ethan-agent --skill rss-briefing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-briefing
Source: https://github.com/llm011/ethan-agent/tree/main/ethan/defaults/skills/rss-briefing
Command: npx skills add https://github.com/llm011/ethan-agent --skill rss-briefing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the time-consuming work of monitoring many RSS feeds, removing duplicates, translating articles, and turning scattered updates into a clear Chinese news briefing.

Core Features & Use Cases

  • RSS Collection: Fetches recent articles from a configurable collection of research, technology, agent, media, and thought-leader feeds.
  • Deduplication and Organization: Tracks previously processed links, limits entries per source, and groups new articles by category.
  • Resilient Retrieval: Supports proxy environment variables, tolerates malformed XML, reports source-specific failures, and handles common network and SSL errors.
  • Use Case: Generate a morning or evening Feishu-ready briefing covering the latest AI research, product releases, agent tooling, and industry commentary.

Quick Start

Ask the agent to fetch the latest RSS updates and produce a fully translated Chinese briefing in Feishu-safe formatting.

Frequently Asked Questions about rss-briefing

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

FAQPage Schema
How do I aggregate RSS feeds into a translated Chinese news briefing for Feishu?

Yes, you can configure specific RSS sources for your AI news briefing. The Skill fetches recent articles from a customizable collection of research, technology, agent, media, and thought-leader feeds that you define.

How does RSS content deduplication work when monitoring multiple feeds?

RSS content deduplication works by tracking previously processed links via URL-based matching. This ensures that only new articles are included in your briefing, preventing repeated content across multiple feed sources.

Can I use a proxy to fetch RSS articles through environment variables?

Yes, you can use a proxy to fetch RSS articles. The Skill supports proxy configuration through environment variables to ensure resilient retrieval and handle common network or SSL errors during feed collection.

What is the best way to handle malformed XML errors in RSS feeds?

The best way to handle malformed XML errors in RSS feeds is through tolerant parsing. The Skill reports source-specific failures and tolerates malformed XML, allowing the briefing generation to continue even if individual feeds break.

Does this RSS aggregation tool filter recent items automatically?

Yes, this RSS aggregation tool filters recent items automatically. It applies recent-item filtering and limits the number of entries per source to ensure your daily or evening briefing only contains the most relevant updates.