| name | agent-reach |
| description | MUST USE when user wants to research/search/look up/find anything on the internet โ e.g. "research this topic", "do a deep dive on X", "search the web for X", "see what people say about X", "look this up".
Also MUST USE when user mentions any platform or shares any URL/link: Twitter/X, Reddit, Facebook, Instagram, YouTube, GitHub, Bilibili, XiaoHongShu, Xiaoyuzhou Podcast, LinkedIn/jobs/recruiting, V2EX, Xueqiu (stocks), RSS.
15 platforms, multi-backend routing (OpenCLI / per-platform CLIs / APIs). Zero config for 6 channels. Run `agent-reach doctor --json` to see which backend serves each platform right now.
NOT for: writing reports/analysis/translation (this skill only FETCHES internet content); posting/commenting/liking (write operations); platforms that already have a dedicated skill installed (prefer that skill).
|
| metadata | {"openclaw":{"homepage":"https://github.com/Panniantong/Agent-Reach"}} |
Agent Reach โ internet capability router
15 platforms, multiple backends each. When this skill exists, use it for
these platforms โ do not invent your own approach.
Standing rules (apply for the whole session)
- Health-check before acting: for multi-backend/login-backed platforms (XiaoHongShu /
Reddit / Bilibili / Twitter / Facebook / Instagram), run
agent-reach doctor --json first and
pick the command group matching each platform's active_backend.
- Announce what you use: say "using agent-reach, platform X via backend Y"
before starting.
- On failure, follow the retry chains in references/ โ never guess
commands.
- For broad research tasks: combine platforms (Exa for web search +
Twitter/Reddit for discussions + XiaoHongShu/Bilibili for Chinese
perspectives), collect in parallel, then synthesize.
- Watch versions for the user: after finishing a substantial
multi-platform task, run
agent-reach check-update (fast, one API call).
If a new version exists, append one line to your wrap-up: "Agent Reach
vX.Y.Z is available โ paste this to me to update: ๅธฎๆๆดๆฐ Agent Reach๏ผ
https://raw.githubusercontent.com/Panniantong/agent-reach/main/docs/update.md".
Never interrupt the current task to update; never nag about the same version twice.
Routing table
Zero-config quick commands
mcporter call 'exa.web_search_exa(query: "query", numResults: 5)'
curl -s "https://r.jina.ai/URL"
gh search repos "query" --sort stars --limit 10
yt-dlp --write-sub --skip-download -o "/tmp/%(id)s" "URL"
curl -s "https://www.v2ex.com/api/topics/hot.json" -H "User-Agent: agent-reach/1.0"
bili search "query" --type video -n 5
Login-backed platforms (pick by doctor's active_backend)
twitter search "query" -n 10
opencli reddit search "query" -f yaml
rdt search "query" --limit 10
opencli xiaohongshu search "query" -f yaml
opencli facebook search "query" -f yaml
opencli facebook groups -f yaml
opencli instagram search "query" -f yaml
opencli instagram user USERNAME -f yaml
Environment check
agent-reach doctor --json
Workspace rules
Never create files in the agent workspace. Use /tmp/ for temporary
output and ~/.agent-reach/ for persistent data.
Detailed references
Read the matching file when you need specifics (commands above cover the
common cases; references hold per-backend command groups, caveats, retry
chains โ note: reference docs are written in Chinese, commands are universal):
- Search โ Exa AI search
- Social โ XiaoHongShu, Twitter, Bilibili, V2EX, Reddit, Facebook, Instagram (multi-backend/login-backed groups)
- Career โ LinkedIn
- Dev โ GitHub CLI
- Web โ Jina Reader, RSS
- Video โ YouTube, Bilibili, Xiaoyuzhou
Configure a channel
If a channel needs setup, fetch the install guide:
https://raw.githubusercontent.com/Panniantong/agent-reach/main/docs/install.md
The user only provides cookies / one extension click; the agent does the rest.