rss-article-retriever

Community

Fetch RSS articles, clean content, structure data

Authorsungaoxiang-backend
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates fetching, cleaning, and structuring RSS article content for downstream processing, eliminating manual collection and normalization steps.

Core Features & Use Cases

  • RSS retrieval: List or search articles from the local WeWe-RSS service.
  • Content cleaning: Remove noise such as ads, promotional blocks, and non-content elements while preserving main article text.
  • Content structuring: Output a structured JSON with plain_text, sections, and source for use by downstream tools (e.g., video-script-generator).

Quick Start

Use the rss-article-retriever to fetch the latest articles or search by keyword, then fetch full content for a specific article URL using the provided scripts:

  • Fetch RSS feed: python3 app/agentic/skills/rss-article-retriever/scripts/fetch_rss.py --limit 5
  • Fetch full content: python3 app/agentic/skills/rss-article-retriever/scripts/fetch_content.py "https://mp.weixin.qq.com/s/..."

Dependency Matrix

Required Modules

playwright

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rss-article-retriever
Download link: https://github.com/sungaoxiang-backend/intelligent-evidence-platform/archive/main.zip#rss-article-retriever

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.