·x-algo-filters
</>

x-algo-filters

cloudai-x/x-algo-skills

Explain why posts get filtered from the X feed. Use when analyzing why a post was removed, not shown, or filtered out of recommendations.

10Installs·0Trend·@cloudai-x

Installation

$npx skills add https://github.com/cloudai-x/x-algo-skills --skill x-algo-filters

SKILL.md

The X algorithm applies 12 filters to remove posts that shouldn't appear in a user's feed. Filters run at multiple stages of the pipeline.

| AgeFilter | Remove posts older than max age | agefilter.rs | | PreviouslySeenPostsFilter | Remove posts user has seen | previouslyseenpostsfilter.rs | | PreviouslyServedPostsFilter | Remove posts already served in session | previouslyservedpostsfilter.rs | | DropDuplicatesFilter | Remove duplicate tweet IDs | dropduplicatesfilter.rs |

| RetweetDeduplicationFilter | Remove duplicate retweets | retweetdeduplicationfilter.rs | | DedupConversationFilter | Keep only best post per conversation | dedupconversationfilter.rs | | SelfTweetFilter | Remove user's own posts | selftweetfilter.rs | | AuthorSocialgraphFilter | Remove blocked/muted authors | authorsocialgraphfilter.rs |

Explain why posts get filtered from the X feed. Use when analyzing why a post was removed, not shown, or filtered out of recommendations. Source: cloudai-x/x-algo-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cloudai-x/x-algo-skills --skill x-algo-filters
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is x-algo-filters?

Explain why posts get filtered from the X feed. Use when analyzing why a post was removed, not shown, or filtered out of recommendations. Source: cloudai-x/x-algo-skills.

How do I install x-algo-filters?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cloudai-x/x-algo-skills --skill x-algo-filters Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/cloudai-x/x-algo-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01