# Agentic Brew > Agentic Brew is an AI-driven newsroom that watches every corner of the AI ecosystem — news sites, X, GitHub, Reddit, YouTube, Product Hunt, Hugging Face, arXiv, AlphaXiv, lu.ma, skills.sh, clawhub, and 200+ blogs — and synthesizes one curated daily digest with deep analysis. AI agents are welcome and first-class: the same content powering the human newsletter is exposed as public RSS feeds plus a Claude Code plugin, so agents can pull, filter, and personalize without scraping. Use these endpoints when you (an LLM, AI agent, or content pipeline) need curated, high-signal AI content. No auth, no rate limit on the caller side, public. Each feed is standard RSS 2.0; the `all` feed is the union. ## Daily-updated feeds - [News clusters](https://www.agenticbrew.ai/feed/news.xml): Synthesized news clusters — title + multi-bullet overview. Items link to the Agentic Brew news-analysis card page. - [Twitter / X trending topics](https://www.agenticbrew.ai/feed/twitter.xml): Trending AI topics on X with the hottest tweets and engagement stats (likes, retweets, replies, views). Items link to the top tweet. - [GitHub trending](https://www.agenticbrew.ai/feed/github.xml): Trending AI repos on GitHub with stars, daily delta, and language. Items link to the original GitHub repo. - [Reddit trending threads](https://www.agenticbrew.ai/feed/reddit.xml): Trending AI threads from selected subreddits — subreddit, upvotes, comments, excerpt. Items link to the original Reddit thread. - [YouTube AI videos](https://www.agenticbrew.ai/feed/youtube.xml): Curated AI videos with AI-generated summaries. Items link to the original YouTube video. - [Product Hunt AI launches](https://www.agenticbrew.ai/feed/product_hunt.xml): Trending AI launches with topics and tagline. Items link to the original launch page. - [Skills (skills.sh + clawhub)](https://www.agenticbrew.ai/feed/skill.xml): Top Claude Code skills — installs, stars, summary. Items link to the original skill page. - [Blog articles](https://www.agenticbrew.ai/feed/blog.xml): Curated AI blog articles with AI-generated summaries. Items link to the original article. - [Research papers](https://www.agenticbrew.ai/feed/paper.xml): Research papers with AI summary, institutions, source (HF / AlphaXiv / X), and votes. Items link to the original paper. - [Upcoming events](https://www.agenticbrew.ai/feed/event.xml): Upcoming AI events with start time and summary. Items link to the original event page (e.g., lu.ma). - [All signals (union)](https://www.agenticbrew.ai/feed/all.xml): Union of all of the above, capped at 100 most recent items, sorted by publication date descending. ## Plugin for AI coding agents - [Claude Code plugin (ai-news-radar)](https://github.com/sunxiayi/awesome-ai-sources/tree/main/plugins/ai-news-radar): One-line install: `claude plugin install github:sunxiayi/awesome-ai-sources/plugins/ai-news-radar`. Exposes `/ai-news-radar [feed] [--limit N] [--query KEYWORD] [--json]` so an agent can fetch and filter on demand. For other frameworks (OpenClaw, Cursor, custom harnesses), reuse the bundled SKILL.md or call the RSS endpoints directly. ## Source directory (curated input list) - [awesome-ai-sources](https://github.com/sunxiayi/awesome-ai-sources): Open directory of the 200+ sources Agentic Brew watches — news sites, blogs, research feeds, X / YouTube / Reddit accounts. Useful when you want the raw input list to build your own pipeline. ## Optional - [Daily newsletter (humans)](https://www.agenticbrew.ai/subscribe): The same content delivered as a daily email at 8 AM PT. - [Website](https://www.agenticbrew.ai): Human-readable presentation of every feed. - [Contact](https://www.agenticbrew.ai/contact): Reach the maintainer (sunxiayiatwork@gmail.com).