全局重命名: - 包名: agent_eyes → agent_reach - CLI: agent-eyes → agent-reach - 类名: AgentEyes → AgentReach - 显示名: Agent Eyes → Agent Reach - GitHub: Panniantong/agent-eyes → Panniantong/Agent-Reach 所有 36 个测试通过,CLI/doctor/read/search 全部正常。
1.4 KiB
1.4 KiB
Cookie Export Guide — For Server Users
Your Agent is on a server and can't access your browser directly. Here's how to export cookies from your local computer — fastest method first.
Method 1: Cookie-Editor Extension (Recommended — 30 seconds per site)
-
Install Cookie-Editor for Chrome: https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm (Also available for Firefox, Edge)
-
Go to the website (e.g. https://x.com) and make sure you're logged in
-
Click the Cookie-Editor icon in your toolbar
-
Click Export → Header String
-
Paste the result to your Agent
That's it! Your Agent will run:
agent-reach configure twitter-cookies <your_pasted_string>
Sites to export:
| Site | URL to visit | What to tell Agent |
|---|---|---|
| Twitter/X | https://x.com | "Here are my Twitter cookies: [paste]" |
| XiaoHongShu | https://www.xiaohongshu.com | "Here are my XHS cookies: [paste]" |
| Bilibili | https://www.bilibili.com | "Here are my Bilibili cookies: [paste]" |
Method 2: Manual (No extension needed)
- Open the site in Chrome, make sure you're logged in
- Press F12 (or right-click → Inspect)
- Click the Network tab
- Refresh the page (F5)
- Click any request in the list
- In the right panel, scroll to Request Headers
- Find the line starting with
Cookie: - Copy the entire value after
Cookie: - Paste to your Agent