Agent skill · Security

feed-diet

Audit your information diet across HN and RSS feeds — beautiful reports with category breakdowns, ASCII charts, and personalized recommendations.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill feed-diet --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 0.1.2
Declared author: Anvil AI
Path: skills/analysis/feed-diet/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 🍽️ 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

What's inside
Steps it walks through
  1. Trigger
  2. Instructions
  3. Audit Mode (default)
  4. Digest Mode (weekly curated reading)
  5. Quick Reference
  6. Notes for the Agent
  7. Discord v2 Delivery Mode (OpenClaw v2026.2.14+)
  8. References
  9. Examples
  10. Example 1: HN Audit
  11. Example 2: Weekly Digest
  12. Example 3: RSS Feed Audit
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going