EveryDev.ai
Subscribe
Home
Tools

4,020+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Agent Reach
    Agent Reach icon

    Agent Reach

    Agent Frameworks
    Featured

    An open-source CLI capability layer that gives AI agents internet access to read and search Twitter, Reddit, YouTube, GitHub, Bilibili, and more — with zero API fees.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under MIT license. All tools and APIs used are free; optional server proxy costs ~$1/month for server deployments only.

    Engagement

    Available On

    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksBrowser AutomationWeb Research

    Alternatives

    KuriTinyFishOpen Agent Builder
    Developer
    PanniantongPanniantong builds Agent Reach, an open-source capability la…

    Listed Sep 2026

    About Agent Reach

    Agent Reach is an open-source Python CLI tool that equips AI agents with internet-reading capabilities across major platforms — Twitter/X, Reddit, YouTube, GitHub, Bilibili, Xiaohongshu, LinkedIn, and more — without requiring paid APIs. Built and maintained by Panniantong, the project is licensed under MIT and reached over 83,000 GitHub stars, appearing as a Trendshift #1 Repository of the Day.

    What It Is

    Agent Reach is a capability layer — not a scraper or a wrapper — that sits above individual platform tools and handles tool selection, installation, health checking, and routing for AI agents. When an agent needs to read a tweet, extract a YouTube transcript, or search Reddit, Agent Reach selects the best available backend, installs it, and routes the request. The agent calls upstream tools directly; Agent Reach manages which tool is active and healthy at any given time.

    How the Multi-Backend Routing Works

    Each supported platform is represented as an ordered list of backends (primary + fallbacks). If a backend breaks — due to platform anti-scraping changes, API deprecations, or authentication shifts — Agent Reach switches to the next candidate without requiring user action. The agent-reach doctor command shows which backend is currently active for each channel and provides repair prescriptions for broken ones.

    Example channel routing:

    • Twitter/X: twitter-cli → OpenCLI → bird
    • Bilibili: bili-cli → OpenCLI → search API (yt-dlp retired after B站 412 blocks in 2026-06)
    • Reddit: OpenCLI (desktop) → rdt-cli (no anonymous path; login state required)
    • Xiaohongshu: OpenCLI → xiaohongshu-mcp → xhs-cli
    • Web: Jina Reader (free, no API key)
    • Search: Exa via mcporter (MCP, free, no key)

    Setup Path

    Installation is designed to be delegated entirely to the AI agent itself. Users copy a single instruction to their agent (Claude Code, OpenClaw, Cursor, Windsurf, or any shell-capable agent):

    帮我安装 Agent Reach:https://raw.githubusercontent.com/Panniantong/agent-reach/main/docs/install.md
    

    The agent fetches the install manifest, installs the agent-reach CLI from the repository, checks for Node.js, gh CLI, and mcporter, and registers a SKILL.md file so the agent knows which commands to call for each platform. Six zero-configuration channels activate immediately; login-required platforms (Twitter, Reddit, Xiaohongshu, Facebook, Instagram) are unlocked on demand by telling the agent to configure them.

    Security Model

    Agent Reach stores credentials (cookies, tokens) locally in ~/.agent-reach/config.yaml with 600 file permissions. The install command defaults to read-only environment checking; system modifications only occur when --system is explicitly passed. A --dry-run flag previews all planned operations. The project explicitly warns users to use dedicated secondary accounts for cookie-based platforms (Twitter, Xiaohongshu, Reddit) due to platform ban risk.

    Update: v1.5.0 — Multi-Backend Routing + Real Health Checks + OpenCLI

    The latest release, v1.5.0 (published June 2026), introduced the capability-layer architecture with ordered multi-backend routing, real backend probing (not just command existence checks), and OpenCLI integration as a browser-session fallback for Reddit, Facebook, Instagram, and Xiaohongshu. The Bilibili channel was updated in this cycle to retire yt-dlp (blocked by B站 412 anti-scraping) and promote bili-cli as the primary backend. The project supports Python 3.10+ and is available in Chinese, English, Japanese, and Korean documentation.

    Agent Reach - 1

    Community Discussions

    Be the first to start a conversation about Agent Reach

    Share your experience with Agent Reach, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under MIT license. All tools and APIs used are free; optional server proxy costs ~$1/month for server deployments only.

    • All platform channels included
    • Multi-backend routing
    • agent-reach doctor health checks
    • Zero API fees
    • MIT licensed source code

    Capabilities

    Key Features

    • Multi-backend routing per platform with automatic fallback
    • Zero-config internet access for AI agents (web, YouTube, RSS, GitHub)
    • agent-reach doctor health check with repair prescriptions
    • One-command install and update via AI agent delegation
    • Cookie-based login for Twitter, Reddit, Xiaohongshu, Facebook, Instagram
    • Exa semantic search via MCP (no API key required)
    • YouTube subtitle extraction via yt-dlp
    • Bilibili search and video details via bili-cli
    • GitHub public/private repo access via gh CLI
    • RSS/Atom feed reading via feedparser
    • Jina Reader for arbitrary web page reading
    • SKILL.md registration so agents know which commands to call
    • Dry-run and safe-install modes
    • Full uninstall with credential cleanup
    • Local credential storage with 600 file permissions

    Integrations

    Claude Code
    OpenClaw
    Cursor
    Windsurf
    Jina Reader
    yt-dlp
    gh CLI
    Exa
    mcporter
    feedparser
    OpenCLI
    twitter-cli
    rdt-cli
    bili-cli
    xiaohongshu-mcp
    mcp-server-linkedin
    Cookie-Editor
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Agent Reach and help others make informed decisions.

    Developer

    Panniantong

    Panniantong builds Agent Reach, an open-source capability layer that gives AI agents internet access across major platforms without paid APIs. The project is actively maintained with a focus on routing stability, platform anti-scraping resilience, and zero-friction agent setup. The developer also offers custom Agent integration consulting for enterprise workflows.

    Read more about Panniantong
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Kuri icon

    Kuri

    Browser automation and web crawling tool for AI agents, written in Zig with zero Node.js dependencies, offering token-efficient CDP snapshots, HAR recording, and a standalone fetcher.

    TinyFish icon

    TinyFish

    TinyFish is a web API platform that gives AI agents live web access through Search, Fetch, Browser, and Agent APIs — all under one API key and credit pool.

    Open Agent Builder icon

    Open Agent Builder

    An open-source framework by Firecrawl for building AI agents with web scraping and data extraction capabilities.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    737 tools

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    139 tools

    Web Research

    Tools that help navigate and extract information from the web.

    57 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions