deduplicate-articles

Remove duplicate articles from a list by comparing URLs and report statistics.

3|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/X-McKay/kubani --skill deduplicate-articles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deduplicate-articles
Source: https://github.com/X-McKay/kubani/tree/main/kubani/skills/news/collection/deduplicate-articles
Command: npx skills add https://github.com/X-McKay/kubani --skill deduplicate-articles

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the issue of redundant article entries in a collection, ensuring that only unique pieces of content are processed or stored.

Core Features & Use Cases

  • URL-based Deduplication: Identifies and removes duplicate articles based on their unique URLs.
  • Statistical Reporting: Provides counts of original, unique, and duplicate articles processed.
  • Use Case: When aggregating news from multiple RSS feeds, this skill can be used to prevent the same article from appearing multiple times in your feed.

Quick Start

Process a list of articles to remove any duplicates based on their URLs.

Frequently Asked Questions about deduplicate-articles

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

FAQPage Schema
How do I remove duplicate articles from an RSS feed collection?

To remove duplicate articles from an RSS feed collection, you can use URL-based deduplication to compare article URLs and filter out redundant entries, ensuring only unique pieces of content remain in your feed.

What is the best way to deduplicate news content based on article URLs?

The best way to deduplicate news content is by comparing unique article URLs to identify and filter out redundant entries, which provides statistics on the original, unique, and duplicate articles processed.

Can I get statistics on the deduplication process for my content collection?

Yes, the deduplication process provides statistical reporting that includes counts of the original, unique, and duplicate articles processed, giving you clear metrics on the redundancy removed from your content collection.

Does URL-based deduplication work for news aggregation workflows?

URL-based deduplication works effectively for news aggregation workflows by preventing the same article from appearing multiple times when aggregating news from multiple RSS feeds, ensuring uniqueness in your content management process.

What do I need to provide to filter out redundant article entries?

To filter out redundant article entries, you need to provide a list of articles containing their URLs, which will be compared to identify duplicates and ensure only unique content is processed or stored.

Why does my news feed show the same article multiple times from different RSS sources?

Your news feed shows the same article multiple times because multiple RSS sources syndicate identical content, requiring URL-based deduplication to compare article URLs and remove the duplicate entries from your collection.