Agent skill

deduplicate-articles

DEPRECATED: This skill has been replaced by memory/check_seen and memory/mark_seen tools. Use fetch-rss-feeds or other collection skills which handle deduplication automatically through the Memory MCP server.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/deduplicate-articles

Metadata

Additional technical details for this skill

domain
news
status
deprecated
category
collection
confidence
0
mcp servers
[]
requires approval
NO

SKILL.md

Deduplicate Articles (DEPRECATED)

⚠️ DEPRECATED: This skill has been deprecated as of v2.0.0.

Deduplication is now handled automatically by collection skills using the Memory MCP server's check_seen and mark_seen tools.

Migration Guide

Before (v1.0)

Collection and deduplication were separate skills:

  1. fetch-rss-feeds - Collect articles
  2. deduplicate-articles - Remove duplicates

After (v2.0)

Deduplication is built into collection skills:

  1. fetch-rss-feeds - Collects AND deduplicates using memory/check_seen

How to Migrate

If you were using deduplicate-articles, update your workflow to use the v2.0 collection skills which handle deduplication automatically.

The new approach:

  1. Before storing an article, call memory/check_seen with the article URL as key
  2. If not seen, store the article with memory/add
  3. Mark as seen with memory/mark_seen

This is now handled automatically by all collection skills.

Replacement Tools

Old Approach New Approach
deduplicate-articles skill memory/check_seen + memory/mark_seen
In-memory URL set Redis-backed deduplication with TTL
Per-run dedup only Cross-run persistent deduplication

Why Deprecated

  1. Redundant: Deduplication is now built into collection skills
  2. Better persistence: Memory MCP provides persistent deduplication with TTL
  3. Simpler workflows: One fewer skill to coordinate
  4. Consistency: All collection skills use the same deduplication mechanism

See Also

  • fetch-rss-feeds - v2.0 with built-in dedup
  • fetch-arxiv-papers - v2.0 with built-in dedup
  • fetch-github-trending - v2.0 with built-in dedup

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results