Agent Reach: Open-Source Web Access Tool for AI Agents Achieves 26.4k GitHub Stars
English summary
Agent Reach is an open-source project that enables AI agents like Claude Code, OpenClaw, and Cursor to access websites and platforms (YouTube, GitHub, Bilibili, Reddit, Twitter, etc.) without paid APIs. It integrates mature command-line tools such as yt-dlp and gh CLI, requiring zero API fees. The project has 26.4k stars on GitHub and supports one-line installation where the agent self-installs dependencies and registers skills. Cookie-based authentication is needed for some sites, and the tool includes a diagnostic feature (`agent-reach doctor`) to show connectivity status. Limitations include cookie expiration requiring manual renewal, risk of account bans when scraping with main accounts, and utility only for users who run agent CLI commands.
Chinese summary
Agent Reach 是一个开源项目,能让 Claude Code、OpenClaw、Cursor 等 AI 代理免费访问 YouTube、GitHub、Bilibili、Reddit、Twitter 等网站,无需付费 API。它统一调用 yt-dlp、gh CLI 等成熟命令行工具,实现零 API 费用。项目在 GitHub 上获得 2.64 万星,支持一句指令安装,代理自动安装依赖和注册技能。部分平台需要 Cookie 认证,工具提供 `agent-reach doctor` 诊断命令。限制包括 Cookie 会过期需手动更新、用主号抓数据有封号风险、仅对会运行代理命令的用户有用。
Key points
Agent Reach enables AI agents to access multiple web platforms (YouTube, GitHub, Bilibili, Reddit, etc.) without paying for APIs by orchestrating existing tools like yt-dlp.
Agent Reach 通过编排 yt-dlp 等现有工具,让 AI 代理无需付费 API 即可访问 YouTube、GitHub、Bilibili、Reddit 等多个平台。
The project has gained 26.4k GitHub stars and offers one-command setup where the agent self-installs dependencies and skills.
项目已获 2.64 万 GitHub 星,支持一句命令安装,代理能自安装依赖并注册技能。
It includes out-of-the-box support for YouTube, GitHub, web pages, Bilibili, and V2EX, and cookie-based access for Twitter, Reddit, Xiaohongshu, and Xueqiu.
开箱即用支持 YouTube、GitHub、网页、B站、V2EX;Twitter、Reddit、小红书、雪球需 Cookie 登录。
Key limitations: cookies expire and need manual renewal, scraping with your main account risks bans, and the tool is only useful for users comfortable running agent commands.
主要局限:Cookie 过期需手动重导,用主号抓数据有封号风险,仅适合会跑代理命令的用户。