From 3ec565e3ff1f7bb24b12e48da14c6fad16b77555 Mon Sep 17 00:00:00 2001 From: GAP Promoter Date: Fri, 29 May 2026 05:49:37 +0000 Subject: [PATCH] Add Panniantong/Agent-Reach to the registry --- agents/Panniantong__agent-reach/README.md | 80 +++++++++++++++++++ agents/Panniantong__agent-reach/metadata.json | 15 ++++ 2 files changed, 95 insertions(+) create mode 100644 agents/Panniantong__agent-reach/README.md create mode 100644 agents/Panniantong__agent-reach/metadata.json diff --git a/agents/Panniantong__agent-reach/README.md b/agents/Panniantong__agent-reach/README.md new file mode 100644 index 0000000..0fc7c80 --- /dev/null +++ b/agents/Panniantong__agent-reach/README.md @@ -0,0 +1,80 @@ +# Agent Reach + +**Give your AI agent eyes to see the entire internet.** + +Agent Reach is a unified read/search routing layer that gives any AI agent access to 17+ internet platforms with zero API fees and minimal configuration. It works as a CLI tool, Python library, and MCP server β€” compatible with Claude Code, OpenClaw, Cursor, Windsurf, and any agent that can run shell commands. + +## What It Does + +Instead of juggling separate accounts, API keys, and platform-specific wrappers, you give your agent one install command and it can: + +- 🌐 **Read any URL** β€” via Jina Reader (clean Markdown, no HTML noise) +- 🐦 **Twitter/X** β€” read tweets, search discussions, browse timelines (free, no API key) +- πŸ“– **Reddit** β€” search posts, read threads and comments +- πŸ“Ί **YouTube** β€” extract transcripts/subtitles, search videos (via yt-dlp) +- πŸ“¦ **GitHub** β€” read repos, issues, PRs, search code +- πŸ“Ί **Bilibili** β€” extract subtitles, search videos +- πŸ“• **XiaoHongShu (小纒书)** β€” search notes, read content +- πŸ’Ό **LinkedIn** β€” read public profiles, job listings +- πŸ“‘ **RSS/Atom** β€” read any feed +- πŸ’¬ **WeChat Official Accounts** β€” search and read articles +- πŸ“° **Weibo** β€” trending topics, user feeds +- πŸ’» **V2EX** β€” posts, comments, user info +- πŸ“ˆ **Xueqiu** β€” stock quotes, financial discussions +- 🎡 **Douyin** β€” video info and download links +- πŸŽ™οΈ **Podcasts** β€” audio-to-text transcription via Whisper + +## Key Features + +| Feature | Details | +|---------|---------| +| πŸ’° **Zero API fees** | All backends are free open-source tools (yt-dlp, bird CLI, rdt-cli, Jina Reader) | +| πŸ”’ **Privacy-first** | Cookies stored locally only, never transmitted | +| 🩺 **Self-diagnosing** | `agent-reach doctor` tells you exactly what works and how to fix what doesn't | +| πŸ€– **Runtime-agnostic** | CLI, Python library, MCP server, or OpenClaw skill | +| πŸ”„ **Self-updating** | `agent-reach install --env=auto` keeps upstream tools current | + +## Quick Start + +Pass this to your agent: +``` +Install Agent Reach: https://raw.githubusercontent.com/Panniantong/agent-reach/main/docs/install.md +``` + +That's it. The agent handles installation, configuration, and self-diagnosis. + +## Example Usage + +```bash +# Read any URL +agent-reach read https://twitter.com/username/status/123 + +# Search Twitter +agent-reach search-twitter "LLM benchmarks 2025" + +# Get YouTube transcript +agent-reach read https://youtube.com/watch?v=xxxxx + +# Search Reddit +agent-reach search-reddit "rust async runtime comparison" + +# Run diagnostics +agent-reach doctor +``` + +## Installation + +```bash +pip install agent-reach +agent-reach install --env=auto +``` + +## MCP / OpenClaw Integration + +Agent Reach ships with a `SKILL.md` at `agent_reach/skill/SKILL.md` for direct OpenClaw skill integration, and an MCP server at `agent_reach/integrations/mcp_server.py` for MCP-compatible runtimes. + +## Links + +- **GitHub**: https://github.com/Panniantong/Agent-Reach +- **PyPI**: https://pypi.org/project/agent-reach/ +- **English docs**: https://github.com/Panniantong/Agent-Reach/blob/main/docs/README_en.md diff --git a/agents/Panniantong__agent-reach/metadata.json b/agents/Panniantong__agent-reach/metadata.json new file mode 100644 index 0000000..e0dc917 --- /dev/null +++ b/agents/Panniantong__agent-reach/metadata.json @@ -0,0 +1,15 @@ +{ + "name": "agent-reach", + "author": "Panniantong", + "description": "Gives any AI agent read/search access to 17+ platforms β€” Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu, LinkedIn, RSS and more. Zero API fees.", + "repository": "https://github.com/Panniantong/Agent-Reach", + "path": "", + "version": "1.3.0", + "category": "developer-tools", + "tags": ["internet-access", "web-scraping", "social-media", "cli", "mcp", "multi-platform", "zero-api-fees", "agent-tools"], + "license": "MIT", + "model": "claude-sonnet-4-5-20250929", + "adapters": ["claude-code", "system-prompt"], + "icon": false, + "banner": false +}