curate-external-feed-topics

Classify RSS feed items as RAG-hot or Agent-hot and patch HTML tables.

59|11|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Harzva/learn-likecc --skill curate-external-feed-topics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curate-external-feed-topics
Source: https://github.com/Harzva/learn-likecc/tree/main/.cursor/skills/curate-external-feed-topics
Command: npx skills add https://github.com/Harzva/learn-likecc --skill curate-external-feed-topics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Curates foreign tech blogs via RSS, classifies items into learn-likecc RAG vs Agent 技术热点 sub-topics, drafts Chinese summaries with attribution, and appends rows to the site HTML tables.

Core Features & Use Cases

  • Fetch latest items from RSS and de-duplicate duplicates.
  • Classify each item into site/topic-rag-hot.html or site/topic-agent-hot.html using the keyword heuristic.
  • Translate & summarize for the curated table, preserving original links.
  • Patch the site by appending a <tr> block inside the tbody of the target page’s curated table.
  • Quick QA and attribution considerations to respect copyright and licensing.

Quick Start

Fetch the latest RSS items, classify them into RAG or Agent hotspots, translate and summarize, and patch the site tables as new rows.

Frequently Asked Questions about curate-external-feed-topics

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

FAQPage Schema
How do I curate RSS feeds into categorized topic pages with summaries?

RSS feed curation involves fetching items, classifying them into RAG-hot or Agent-hot topics, generating Chinese summaries with attribution, and patching HTML tables by appending new rows to the target page.

What is the best way to summarize and translate foreign tech blogs for a content site?

The Skill processes foreign tech blog RSS feeds by de-duplicating items, classifying them via keyword heuristics, drafting Chinese summaries with attribution, and appending rows to your site HTML tables.

How does RSS feed classification into RAG and Agent hot topics work?

Classification uses keyword heuristics to evaluate each fetched RSS item and route it into either RAG-hot or Agent-hot categories, determining the target HTML table for the appended summary row.

Can I use this to patch HTML tables with curated RSS content automatically?

Yes, it patches site HTML tables by appending a <tr> block inside the tbody of the target curated table, inserting the translated title, summary, tags, and original source link for each RSS item.

Does curating external RSS feeds require handling copyright and robots.txt considerations?

Curating external RSS feeds requires careful handling of attribution, copyright, and robots.txt considerations within the workflow to respect content licensing, give proper credit, and comply with crawling permissions.

What are the limitations when publishing summarized RSS content to a site?

Limitations include dependency on RSS feed availability, the necessity of careful attribution and copyright compliance, and the requirement to patch HTML table structures directly rather than using a full CMS integration.