Skip to content

zarazhangrui/follow-builders

Repository files navigation

English | 中文

Follow Builders, Not Influencers

An AI-powered digest that tracks the top builders in AI — researchers, founders, PMs, and engineers who are actually building things — and delivers curated summaries of what they're saying.

Philosophy: Follow people who build products and have original opinions, not influencers who regurgitate information.

What You Get

A daily or weekly digest delivered to your preferred messaging app (Telegram, Discord, WhatsApp, etc.) with:

  • Summaries of new podcast episodes from top AI podcasts
  • Key posts and insights from 25 curated AI builders on X/Twitter
  • Full articles from official AI company blogs (Anthropic Engineering, Claude Blog)
  • Links to all original content
  • Available in English, Chinese, or bilingual

Quick Start

  1. Install the skill in your agent (OpenClaw or Claude Code)
  2. Say "set up follow builders" or invoke /follow-builders
  3. The agent walks you through setup conversationally — no config files to edit

The agent will ask you:

  • How often you want your digest (daily or weekly) and what time
  • What language you prefer
  • How you want it delivered (Telegram, email, or in-chat)

No API keys needed — all content is fetched centrally. Your first digest arrives immediately after setup.

Changing Settings

Your delivery preferences are configurable through conversation. Just tell your agent:

  • "Switch to weekly digests on Monday mornings"
  • "Change language to Chinese"
  • "Make the summaries shorter"
  • "Show me my current settings"

The source list (builders and podcasts) is curated centrally and updates automatically — you always get the latest sources without doing anything.

Customizing the Summaries

The skill uses plain-English prompt files to control how content is summarized. You can customize them two ways:

Through conversation (recommended): Tell your agent what you want — "Make summaries more concise," "Focus on actionable insights," "Use a more casual tone." The agent updates the prompts for you.

Direct editing (power users): Edit the files in the prompts/ folder:

  • summarize-podcast.md — how podcast episodes are summarized
  • summarize-tweets.md — how X/Twitter posts are summarized
  • summarize-blogs.md — how blog posts are summarized
  • digest-intro.md — the overall digest format and tone
  • translate.md — how English content is translated to Chinese

These are plain English instructions, not code. Changes take effect on the next digest.

Default Sources

Podcasts (6)

AI Builders on X (25)

Andrej Karpathy, Swyx, Josh Woodward, Kevin Weil, Peter Yang, Nan Yu, Madhu Guru, Amanda Askell, Cat Wu, Thariq, Google Labs, Amjad Masad, Guillermo Rauch, Alex Albert, Aaron Levie, Ryo Lu, Garry Tan, Matt Turck, Zara Zhang, Nikunj Kothari, Peter Steinberger, Dan Shipper, Aditya Agarwal, Sam Altman, Claude

Official Blogs (2)

Installation

OpenClaw

# From ClawhHub (coming soon)
clawhub install follow-builders

# Or manually
git clone https://github.com/zarazhangrui/follow-builders.git ~/skills/follow-builders
cd ~/skills/follow-builders/scripts && npm install

Claude Code

git clone https://github.com/zarazhangrui/follow-builders.git ~/.claude/skills/follow-builders
cd ~/.claude/skills/follow-builders/scripts && npm install

Requirements

  • An AI agent (OpenClaw, Claude Code, or similar)
  • Internet connection (to fetch the central feed)

That's it. No API keys needed. All content (blog articles + YouTube transcripts + X/Twitter posts) is fetched centrally and updated daily.

How It Works

  1. A central feed is updated daily with the latest content from all sources (blog articles via web scraping, YouTube transcripts via Supadata, X/Twitter via official API)
  2. Your agent fetches the feed — one HTTP request, no API keys
  3. Your agent remixes the raw content into a digestible summary using your preferences
  4. The digest is delivered to your messaging app (or shown in-chat)

See examples/sample-digest.md for what the output looks like.

Privacy

  • No API keys are sent anywhere — all content is fetched centrally
  • If you use Telegram/email delivery, those keys are stored locally in ~/.follow-builders/.env
  • The skill only reads public content (public blog posts, public YouTube videos, public X posts)
  • Your configuration, preferences, and reading history stay on your machine

License

MIT

About

AI builders digest — monitors top AI builders on X and YouTube podcasts, remixes their content into digestible summaries. Follow builders, not influencers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors