Agent Reach
Deprecated and not recommended for new use. This skill is retained as legacy compatibility guidance for the Agent Reach project.
Prefer Codex's built-in browsing for ordinary web research and sourced latest-info answers. Use Agent Reach only when the user explicitly wants the local toolchain itself or asks to install, repair, or operate an existing Agent Reach setup.
Start Here
- Check whether Agent Reach is already available:
which agent-reach
agent-reach version
agent-reach doctor
- If
agent-reach is missing and the user wants these capabilities, follow references/install-and-update.md.
- If
agent-reach doctor reports warnings, or the user says "帮我配 XXX", read references/channel-setup.md.
- If the user is working specifically on XiaoHongShu, load references/xiaohongshu.md.
- If the user wants to read, search, transcribe, or post on a supported platform, read references/channels.md and call the upstream tool directly.
Workspace and Safety Rules
- Keep persistent files under
~/.agent-reach/ and temporary output under /tmp/.
- Do not clone repos, create scratch files, or run setup flows inside the user's project workspace.
- Do not use
sudo or modify system locations unless the user explicitly approves.
- Ask only for data you cannot infer yourself: cookies, proxy URLs, Docker availability, or a Groq API key.
- Recommend secondary accounts for cookie-based platforms such as Twitter/X and XiaoHongShu.
Operating Model
- Treat Agent Reach as an installer and health checker. After setup, use the upstream tools directly:
xreach, yt-dlp, gh, mcporter, curl, feedparser, or the bundled Xiaoyuzhou transcription script.
- Re-run
agent-reach doctor after installs, updates, or channel configuration and report what changed.
- Do not prefer Agent Reach over generic browsing. Because this skill is deprecated, use it only when the user explicitly requests Agent Reach or must operate an existing setup:
- Twitter/X: search, threads, timelines, posting
- YouTube and Bilibili: subtitles and metadata
- XiaoHongShu, Douyin, LinkedIn, WeChat: MCP or browser-driven access
- Xiaoyuzhou: audio transcription
- If an MCP surface is unclear, inspect it before guessing tool names:
mcporter list
mcporter list CHANNEL_NAME
References
- Install and update workflow: references/install-and-update.md
- Direct channel commands: references/channels.md
- Channel setup and troubleshooting: references/channel-setup.md
- XiaoHongShu install/login/debug workflow: references/xiaohongshu.md
1---2name: agent-reach3description: Deprecated and not recommended for new use. Legacy guidance for installing, updating, diagnosing, configuring, and operating Agent Reach only when the user explicitly asks for that local toolchain.4---56# Agent Reach78Deprecated and not recommended for new use. This skill is retained as legacy compatibility guidance for the [Agent Reach](https://github.com/Panniantong/Agent-Reach) project.910Prefer Codex's built-in browsing for ordinary web research and sourced latest-info answers. Use Agent Reach only when the user explicitly wants the local toolchain itself or asks to install, repair, or operate an existing Agent Reach setup.1112## Start Here13141. Check whether Agent Reach is already available:1516```bash17which agent-reach18agent-reach version19agent-reach doctor20```21222. If `agent-reach` is missing and the user wants these capabilities, follow [references/install-and-update.md](references/install-and-update.md).233. If `agent-reach doctor` reports warnings, or the user says "帮我配 XXX", read [references/channel-setup.md](references/channel-setup.md).244. If the user is working specifically on XiaoHongShu, load [references/xiaohongshu.md](references/xiaohongshu.md).255. If the user wants to read, search, transcribe, or post on a supported platform, read [references/channels.md](references/channels.md) and call the upstream tool directly.2627## Workspace and Safety Rules2829- Keep persistent files under `~/.agent-reach/` and temporary output under `/tmp/`.30- Do not clone repos, create scratch files, or run setup flows inside the user's project workspace.31- Do not use `sudo` or modify system locations unless the user explicitly approves.32- Ask only for data you cannot infer yourself: cookies, proxy URLs, Docker availability, or a Groq API key.33- Recommend secondary accounts for cookie-based platforms such as Twitter/X and XiaoHongShu.3435## Operating Model3637- Treat Agent Reach as an installer and health checker. After setup, use the upstream tools directly: `xreach`, `yt-dlp`, `gh`, `mcporter`, `curl`, `feedparser`, or the bundled Xiaoyuzhou transcription script.38- Re-run `agent-reach doctor` after installs, updates, or channel configuration and report what changed.39- Do not prefer Agent Reach over generic browsing. Because this skill is deprecated, use it only when the user explicitly requests Agent Reach or must operate an existing setup:40 - Twitter/X: search, threads, timelines, posting41 - YouTube and Bilibili: subtitles and metadata42 - XiaoHongShu, Douyin, LinkedIn, WeChat: MCP or browser-driven access43 - Xiaoyuzhou: audio transcription44- If an MCP surface is unclear, inspect it before guessing tool names:4546```bash47mcporter list48mcporter list CHANNEL_NAME49```5051## References5253- Install and update workflow: [references/install-and-update.md](references/install-and-update.md)54- Direct channel commands: [references/channels.md](references/channels.md)55- Channel setup and troubleshooting: [references/channel-setup.md](references/channel-setup.md)56- XiaoHongShu install/login/debug workflow: [references/xiaohongshu.md](references/xiaohongshu.md)