Pull a reranked digest of recent Reddit, Hacker News, blog, and X posts on any topic.
Generate social posts, blog posts, or cold outreach messages grounded in real recent discussion.
Track what is trending in a niche over the last six hours or mentions over the last week.
| adrienckr/notslop | alchemz/solana-pumpfun-token-bundler | braffolk/fable5-world-demo | |
|---|---|---|---|
| Stars | 78 | 78 | 78 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | hard | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | writer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a free ZeroEntropy API key, an optional Orthogonal key is needed only for X scraping.
Notslop is a command-line tool and set of Claude Code skills (reusable AI assistant instructions) that solves a specific problem: AI models like Claude have a training data cutoff, meaning they don't know what's actually being discussed right now on social media. When you ask Claude to write a tweet or Reddit post on a current topic, it often invents examples or references trends that don't exist. Notslop fixes this by fetching real, recent social media content before Claude writes anything. When you ask Claude Code to write content on a topic, the relevant skill automatically runs a notslop command that pulls recent posts from Reddit, Hacker News, RSS blog feeds, and X (formerly Twitter). Those posts are then ranked for relevance using a service called ZeroEntropy (which uses AI embeddings, a way of measuring semantic similarity, to deduplicate and rank results). The top 10 most relevant posts are returned to Claude as context, and Claude's output then references real, current discussions. The package ships 19 skills covering content creation for Twitter/X (tweets, threads, long articles, bio rewrites), LinkedIn posts, Reddit posts and replies, blog posts, Show HN submissions, Product Hunt launches, README hero sections, personalized cold DMs, and content repurposing. Five research skills cover topic digests, trending topics, mention tracking, influential author discovery, and semantic similarity search. The tool is TypeScript-based, distributed as an npm package, and requires free API keys from ZeroEntropy (for reranking) and optionally Orthogonal (for X scraping).
A CLI plus Claude Code skills that feeds AI writing tools real, recent posts from Reddit, Hacker News, blogs, and X so their output cites real trends instead of invented ones.
Mainly TypeScript. The stack also includes TypeScript, Node.js, ZeroEntropy.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly writer.
This repo across BitVibe Labs
Verify against the repo before relying on details.