feed-dietAudit your information diet across HN and RSS feeds ā beautiful reports with category breakdowns, ASCII charts, and personalized recommendations.
Install via ClawdBot CLI:
clawdbot install tkuehnl/feed-dietAudit your information diet and get a gorgeous report showing what you actually consume.
Activate when the user mentions any of:
# For HN:
bash "$SKILL_DIR/scripts/hn-fetch.sh" USERNAME 100
# For OPML:
bash "$SKILL_DIR/scripts/opml-parse.sh" /path/to/feeds.opml
cat items.jsonl | bash "$SKILL_DIR/scripts/classify.sh" > classified.jsonl
The classifier uses LLM (if ANTHROPIC_API_KEY or OPENAI_API_KEY is set) or falls back to keyword matching.
bash "$SKILL_DIR/scripts/feed-diet.sh" audit --hn USERNAME --limit 100
When the user wants a filtered reading list based on their goals:
bash "$SKILL_DIR/scripts/feed-diet.sh" digest --hn USERNAME --goal "systems programming, distributed systems" --days 7
| Command | Description |
|---------|-------------|
| feed-diet audit --hn USER | Full diet audit for an HN user |
| feed-diet audit --opml FILE | Full diet audit from RSS feeds |
| feed-diet digest --hn USER --goal "X" | Weekly digest filtered by goals |
When the conversation is happening in a Discord channel:
Show Full Diet ReportGenerate Weekly DigestShow Recommendationsscripts/feed-diet.sh ā Main entry pointscripts/hn-fetch.sh ā Hacker News story fetcherscripts/opml-parse.sh ā OPML/RSS feed parserscripts/classify.sh ā Batch content classifier (LLM + fallback)scripts/common.sh ā Shared utilities and formattingUser: "Audit my HN reading diet ā my username is tosh"
Agent runs:
bash "$SKILL_DIR/scripts/feed-diet.sh" audit --hn tosh --limit 50
Output: A full Markdown report with category breakdown table, top categories with sample items, surprising finds, and recommendations.
User: "Give me a digest of what's relevant to my work on compilers and programming languages"
Agent runs:
bash "$SKILL_DIR/scripts/feed-diet.sh" digest --hn tosh --goal "compilers, programming languages, parsers" --days 7
Output: A curated reading list of 10-20 items ranked by relevance to the user's goals.
User: "Here's my OPML file, tell me what my feed diet looks like"
Agent runs:
bash "$SKILL_DIR/scripts/feed-diet.sh" audit --opml /path/to/feeds.opml
Generated Mar 1, 2026
Tech bloggers can use this skill to audit their reading habits across Hacker News and RSS feeds, identifying gaps in their content consumption. By analyzing category breakdowns, they can diversify their sources to improve article depth and relevance, ensuring their writing stays informed and balanced across topics like AI, programming, and industry news.
Software engineers can leverage this skill to monitor their information diet, ensuring they focus on relevant areas like systems programming or cloud computing. The personalized recommendations help curate learning materials, optimizing time spent on reading for career growth and staying updated with emerging technologies in fast-paced industries.
Product managers can audit feeds from industry blogs and Hacker News to track trends and competitor insights. The skill's reports provide category breakdowns, helping identify overexposure to certain topics and suggesting diverse sources for balanced market intelligence, which aids in strategic decision-making and product planning.
Students in fields like computer science can use this skill to analyze their reading habits from RSS feeds of academic journals and tech news. It helps ensure a balanced diet across subfields, with recommendations guiding them toward underrepresented topics, enhancing research quality and breadth for projects or thesis work.
Offer a free basic version with limited audits and reports, while charging for advanced features like unlimited feeds, detailed analytics, and priority support. Revenue can come from monthly subscriptions, targeting individual professionals and small teams who need ongoing insights into their information consumption habits.
Sell customized versions to companies for team-wide use, integrating with internal tools and providing admin dashboards for monitoring collective reading trends. Revenue is generated through annual licenses, with add-ons for training and support, appealing to large organizations focused on knowledge management and employee development.
Monetize by recommending curated feeds, books, or courses within the reports, earning commissions on referrals. Partner with educational platforms and publishers to promote relevant content, creating a revenue stream that aligns with user interests while enhancing the value of personalized recommendations.
š¬ Integration Tip
Set up API keys for LLM classification to improve accuracy, and ensure scripts are executable with proper permissions for seamless operation in automated workflows.
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
This skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS feeds and can create voice summaries.
Aggregates and summarizes the latest AI news from multiple sources including AI news websites and web search. Provides concise news briefs with direct links to original articles. Activates when user asks for 'today's AI news', 'AI updates', 'latest AI developments', or mentions wanting a 'daily AI briefing'.
Generates a warm, compact daily briefing with weather, calendar, reminders, birthdays, and important emails for cron or chat delivery.
Provides a personalized morning report with today's reminders, undone Notion tasks, and vault storage summary for daily planning.