Panniantong/Agent-Reach

Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on June 21st, 2026
Created on February 24th, 2026
Open Issues & Pull Requests: 153 (+0)
GitHub issues: Enabled
Number of forks: 7,327
Total Stargazers: 83,590 (+25)
Total Subscribers: 300 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 36.0 hours
Mean response time: 12.1 days
90th percentile: 44.3 days
Tracked items: 169

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 24% of tracked open issues have had no activity in three months. 63% of issues opened in the past year have been closed, leaving a working backlog. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 83
New in 7 days: 5
Closed in 7 days: 0
Avg open age: 14 days
Stale 30+ days: 62
Stale 90+ days: 20

Recent activity

Opened in 7 days: 5
Closed in 7 days: 0
Comments in 7 days: 3
Events in 7 days: 3

Top labels

  • upstream-blocked (1)

Detailed Description

Agent Reach is a Python-based command-line tool that extends AI agents with internet browsing capabilities across multiple platforms without requiring API fees. The project addresses a critical limitation in current AI agents: while they excel at code writing and document editing, they struggle to retrieve and process information from the web. Agent Reach solves this by providing unified, zero-cost access to Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu, and numerous other platforms through a single CLI interface.

The repository supports an extensive range of platforms with varying levels of configuration required. Zero-configuration platforms include general web page reading via Jina Reader, YouTube subtitle extraction and video search, RSS feed parsing, and GitHub public repository access. Additional platforms unlock with user configuration: Twitter and X support tweet reading by default but require setup for search and timeline browsing; Bilibili offers search and video details without login through bili-cli; Reddit, Facebook, and Instagram require authentication setup but then enable searching and content reading; XiaoHongShu provides search and reading capabilities after configuration; and LinkedIn allows public page reading without setup but requires configuration for profile details and job searches.

The installation process is designed for minimal friction. Users provide a single instruction to their AI agent, which then autonomously handles all setup steps including installing the agent-reach CLI tool, detecting and installing system dependencies like Node.js and gh CLI, configuring the Exa search engine through MCP integration, and registering usage documentation. The tool includes a diagnostic command, agent-reach doctor, that reports the status of each platform integration and identifies any configuration issues.

The design philosophy positions Agent Reach as a capability layer rather than a tool wrapper. It handles selection, installation, health checking, and routing of requests to upstream tools, but does not implement the actual content retrieval itself. Agents directly invoke underlying tools like yt-dlp for YouTube transcripts, feedparser for RSS feeds, and platform-specific CLIs for specialized access. The project emphasizes privacy by storing cookies and authentication tokens locally without transmission or external storage, with all code open source for security auditing.

The tool is compatible with all major AI agent platforms including Claude Code, OpenClaw, Cursor, and Windsurf, requiring only that the agent can execute shell commands. For scenarios requiring interactive web automation beyond content reading, such as form submission or multi-step login flows, the documentation recommends pairing Agent Reach with BrowserAct for comprehensive web interaction capabilities.