Open-source Claude Code skill /unzuck curates social media feeds into dashboard

/unzuck is a free, open-source Claude Code skill that curates social media feeds into a single dashboard. It scans feeds across Hacker News, Reddit, LinkedIn, YouTube, Twitter/X, Instagram, and Facebook in parallel using Claude Code browser automation.
How it works
The tool scores every item against your interest profile, filters out noise, and generates an interactive HTML dashboard with your daily digest. After initial setup, it runs autonomously end-to-end.
Key features
- Spins up parallel agents to deep-dive on the highest-scoring items — fetches full articles, transcripts, and threads to produce summaries with key takeaways
- Learns your preferences over time — detects emerging interests, flags stale topics, suggests new subreddits
- Fully configurable — adjust platform weights, item counts, topic weights, and negative topics to suppress content you never want to see
Requirements and cost
The skill requires Claude Code + Claude in Chrome browser extension. You need to be logged into whatever platforms you want scanned. It uses your existing Claude Code subscription with no additional costs.
The developer notes this is a personal project, not affiliated with Anthropic, with no monetization, data collection, or analytics. The GitHub repository is available at https://github.com/donttalkaboutit/unzuck.
📖 Read the full source: r/ClaudeAI
👀 See Also

Security scanning skill for AI coding agents checks deployments automatically
A developer created a skill file that enables AI coding agents to automatically scan their own deployments for exposed .env files, open ports, missing security headers, and leaked source code. The scan runs after every deploy and takes about 30 seconds.

MCP Server: Comparing Local and Cloud LLMs with Debate Feature
The MCP server enables developers to query local models via Ollama alongside various cloud LLMs, offering features like side-by-side comparison and a structured debate function.

monk: A skill that silences agent narration to save context and tokens
A Reddit user published 'monk', a skill that strips narration, preambles, and postambles from Claude agent responses, claiming ~54% output token reduction per turn and 29-39% context capacity gain at 100 rounds.

Relay lets Claude Code sessions message each other without alt-tabbing
A plugin called Relay uses Claude Code's channels capability to let parallel sessions communicate directly, removing the need to manually copy-paste context between backend and frontend repos.