The free agent web access setup
One open-source install that lets an agent read YouTube, GitHub, X and Reddit
Read and search access to the platforms an agent normally cannot touch — YouTube transcripts, GitHub, X posts, Reddit threads, any URL as clean Markdown — from one install rather than a stack of paid APIs. The X API alone runs about $215 a month at moderate use; this is MIT and free.
One install instead of a pile of APIs
Agent-Reach is an open-source Python tool that gives an agent a working path into the platforms where the information density is highest — and where every one of them puts up a different barrier. The X API is pay-per-use at roughly $215 a month for moderate use. Reddit 403s server IPs. Plenty of sites simply block bots.
It bundles a tool per platform, with a primary and a fallback backend for each, so when an access route dies it switches without you noticing. MIT licensed, Python 3.10+, and it works with anything that can run commands — Claude Code, Cursor, Windsurf. Cookies stay on your machine and are never uploaded.
The payoff is speed: competitor research, content ideas mined from real complaints, sourcing quotes, or pulling a transcript to repurpose — one prompt instead of an afternoon of copy-paste across five tabs.
Install it
There is no repo to clone by hand. You paste the first line to your agent and it does the rest.
What works out of the box, and what needs a login
The zero-config half is the half worth building a habit on. Everything else costs you a cookie or a logged-in browser session.
The research prompt
Three sources, one brief. This is the shape that makes the setup worth wiring up.
X has tightened access and moved to pay-per-use, and Reddit blocks anonymous endpoints outright — both need a cookie or a logged-in browser session, and neither is reliable unattended. YouTube, GitHub, RSS and plain web reading are the genuinely zero-config ones. Build the habit on those and treat the rest as a bonus.
Four failures and their fixes
Before any of these, run agent-reach doctor — it reports what works, what does not, and what to do about it.
Lean on the zero-config sources — web, YouTube, GitHub, RSS — and let the agent fall back to them whenever a cookie-gated platform is blocked.