Your AI agent’s unpaid intern for internet access
Because making AI agents read Twitter, Reddit, or Bilibili usually means wrestling with a dozen scrapers, API keys, and cookie jars.
A scaffolding project wires coding agents to Twitter, Reddit, and Chinese social platforms without API keys, one upstream tool at a time.

What it does
Agent Reach is environment-setup glue, not a framework. It detects your environment, installs upstream CLI tools like yt-dlp, twitter-cli, and rdt-cli, and drops a SKILL.md into your agent’s workspace so Claude Code, Cursor, or OpenClaw know which backend tool handles a tweet or a Bilibili video. It also includes a doctor subcommand that reports which channels are alive and which need cookies.
The interesting bit
The project openly admits it is glue code. Every platform is a thin Python file that merely checks if an upstream tool exists; the actual scraping is done by battle-tested third-party CLIs. If a scraper breaks or a better one appears, you swap the backend without touching the agent’s prompts. It handles auth by accepting locally exported browser cookies, keeping credentials on your machine while unlocking platforms like XiaoHongShu and Reddit.
Key highlights
- Bridges Western and Chinese web ecosystems, from Twitter and Reddit to Bilibili, XiaoHongShu, and WeChat public accounts
- Relies entirely on free upstream tools and MCP-based search; no paid API keys required
- Auth credentials stay local via browser cookie export
- Each platform backend is swappable without rewriting agent prompts
- Built-in diagnostics report which channels are reachable and which need configuration
Caveats
- Several platforms require manual cookie export and per-platform login before they work
- OpenClaw users must enable exec permissions first or the installer cannot run shell commands
- Premium features like XiaoHongShu posting or LinkedIn profile details are gated behind post-install configuration
Verdict
Worth a look if you want your agent to research across Twitter, Reddit, and Chinese social platforms without maintaining a zoo of scrapers yourself. Skip it if you already have paid API keys and dedicated infrastructure for every platform your agent touches.
Frequently asked
- What is Panniantong/Agent-Reach?
- Because making AI agents read Twitter, Reddit, or Bilibili usually means wrestling with a dozen scrapers, API keys, and cookie jars.
- Is Agent-Reach open source?
- Yes — Panniantong/Agent-Reach is open source, released under the MIT license.
- What language is Agent-Reach written in?
- Panniantong/Agent-Reach is primarily written in Python.
- How popular is Agent-Reach?
- Panniantong/Agent-Reach has 59.7k stars on GitHub and is currently cooling off.
- Where can I find Agent-Reach?
- Panniantong/Agent-Reach is on GitHub at https://github.com/Panniantong/Agent-Reach.