feed-diet
Audit your information diet across HN and RSS feeds — beautiful reports with category breakdowns, ASCII charts, and personalized recommendations.
npx skills add majiayu000/claude-skill-registry --skill feed-diet --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 🍽️ Feed Diet Audit your information diet and get a gorgeous report showing what you actually consume. ## Trigger Activate when the user mentions any of: - "feed diet" - "information diet" - "audit my feeds" - "what am I reading" - "analyze my HN" - "reading habits" - "content diet" - "feed report" ## Instructions ### Audit Mode (default) 1. **Determine the data source.** Ask the user for one of: - A **Hacker News username** (e.g., "tosh") - An **OPML file** path containing RSS feed subscriptions 2. **Fetch the content.** Run the appropriate fetch script: ```bash # For HN: bash "$SKILL_DIR/scripts/hn-fetch.sh" USERNAME 100 # For OPML: bash "$SKILL_DIR/scripts/opml-parse.sh" /path/to/feeds.opml ``` 3. **Classify items.** Pipe the fetched items through the classifier: ```bash 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. 4. **Generate the report.** Run the main entry point: ```bash bash "$SKILL_DIR/scripts/feed-diet.sh" audit --hn USERNAME --limit 100 ``` 5. **Present the report** to the user. The output is Markdown — render it directly. ### Di
- Trigger
- Instructions
- Audit Mode (default)
- Digest Mode (weekly curated reading)
- Quick Reference
- Notes for the Agent
- Discord v2 Delivery Mode (OpenClaw v2026.2.14+)
- References
- Examples
- Example 1: HN Audit
- Example 2: Weekly Digest
- Example 3: RSS Feed Audit
bash "$SKILL_DIR/scripts/hn-fetch.sh" USERNAME 100 bash "$SKILL_DIR/scripts/opml-parse.sh" /path/to/feeds.opml cat items.jsonl | bash "$SKILL_DIR/scripts/classify.sh" > classified.jsonl bash "$SKILL_DIR/scripts/feed-diet.sh" audit --hn USERNAME --limit 100 bash "$SKILL_DIR/scripts/feed-diet.sh" digest --hn USERNAME --goal "systems programming, distributed systems" --days 7 bash "$SKILL_DIR/scripts/feed-diet.sh" audit --hn tosh --limit 50 bash "$SKILL_DIR/scripts/feed-diet.sh" digest --hn tosh --goal "compilers, programming languages, parsers" --days 7 bash "$SKILL_DIR/scripts/feed-diet.sh" audit --opml /path/to/feeds.opml
What does the feed-diet skill do?
Audit your information diet across HN and RSS feeds — beautiful reports with category breakdowns, ASCII charts, and personalized recommendations.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill feed-diet --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
