docs: update install.md — remove read/search references, add upstream tools table
This commit is contained in:
+17
-11
@@ -20,7 +20,7 @@ Copy this to your AI Agent:
|
|||||||
|
|
||||||
### Goal
|
### Goal
|
||||||
|
|
||||||
Install Agent Reach and make sure **all channels are working**. Your user expects you to have full internet access capabilities when this is done — reading tweets, searching Reddit, watching YouTube, browsing GitHub, and more.
|
Install Agent Reach and all upstream tools so your user's agent has full internet access. After installation, you'll use the upstream tools directly (bird CLI, yt-dlp, mcporter, gh CLI, etc.) — Agent Reach is just the installer and health checker.
|
||||||
|
|
||||||
### ⚠️ Boundaries
|
### ⚠️ Boundaries
|
||||||
|
|
||||||
@@ -228,13 +228,19 @@ If the user wants a different agent to handle it, let them choose.
|
|||||||
| `agent-reach check-update` | Check for new versions |
|
| `agent-reach check-update` | Check for new versions |
|
||||||
| `agent-reach configure twitter-cookies "..."` | Unlock Twitter search + posting |
|
| `agent-reach configure twitter-cookies "..."` | Unlock Twitter search + posting |
|
||||||
| `agent-reach configure proxy URL` | Unlock Reddit + Bilibili on servers |
|
| `agent-reach configure proxy URL` | Unlock Reddit + Bilibili on servers |
|
||||||
| `agent-reach read <url>` | Read any URL |
|
|
||||||
| `agent-reach search "query"` | Search the web |
|
After installation, use upstream tools directly. See SKILL.md for the full command reference:
|
||||||
| `agent-reach search-reddit "query"` | Search Reddit |
|
|
||||||
| `agent-reach search-twitter "query"` | Search Twitter |
|
| Platform | Upstream Tool | Example |
|
||||||
| `agent-reach search-github "query"` | Search GitHub |
|
|----------|--------------|---------|
|
||||||
| `agent-reach search-youtube "query"` | Search YouTube |
|
| Twitter/X | `bird` | `bird search "query" --json` |
|
||||||
| `agent-reach search-bilibili "query"` | Search Bilibili |
|
| YouTube | `yt-dlp` | `yt-dlp --dump-json URL` |
|
||||||
| `agent-reach search-xhs "query"` | Search XiaoHongShu |
|
| Bilibili | `yt-dlp` | `yt-dlp --dump-json URL` |
|
||||||
| `agent-reach search-linkedin "query"` | Search LinkedIn |
|
| Reddit | `curl` | `curl -s "https://reddit.com/r/xxx.json"` |
|
||||||
| `agent-reach search-bosszhipin "query"` | Search Boss直聘 |
|
| GitHub | `gh` | `gh search repos "query"` |
|
||||||
|
| Web | `curl` + Jina | `curl -s "https://r.jina.ai/URL"` |
|
||||||
|
| Exa Search | `mcporter` | `mcporter call 'exa.web_search_exa(...)'` |
|
||||||
|
| 小红书 | `mcporter` | `mcporter call 'xiaohongshu.search_feeds(...)'` |
|
||||||
|
| LinkedIn | `mcporter` | `mcporter call 'linkedin.get_person_profile(...)'` |
|
||||||
|
| Boss直聘 | `mcporter` | `mcporter call 'bosszhipin.search_jobs_tool(...)'` |
|
||||||
|
| RSS | `feedparser` | `python3 -c "import feedparser; ..."` |
|
||||||
|
|||||||
Reference in New Issue
Block a user