返回顶部
a

agent-reach智能体触达

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
169
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

agent-reach

Agent Reach — 使用指南

13+ 平台的上游工具。直接调用它们。

运行 agent-reach doctor 检查哪些通道可用。

⚠️ 工作区规则

切勿在 agent 工作区创建文件。 临时输出请使用 /tmp/,持久数据请使用 ~/.agent-reach/。

Web — 任意 URL

bash
curl -s https://r.jina.ai/URL

网页搜索 (Exa)

bash
mcporter call exa.websearchexa(query: 查询词, numResults: 5)
mcporter call exa.getcodecontext_exa(query: 代码问题, tokensNum: 3000)

Twitter/X (xreach)

bash
xreach search 查询词 -n 10 --json # 搜索
xreach tweet URLORID --json # 读取推文(支持 /status/ 和 /article/ 链接)
xreach tweets @用户名 -n 20 --json # 用户时间线
xreach thread URLORID --json # 完整线程

YouTube (yt-dlp)

bash
yt-dlp --dump-json URL # 视频元数据
yt-dlp --write-sub --write-auto-sub --sub-lang zh-Hans,zh,en --skip-download -o /tmp/%(id)s URL
# 下载字幕,然后读取 .vtt 文件
yt-dlp --dump-json ytsearch5:查询词 # 搜索

Bilibili (yt-dlp)

bash
yt-dlp --dump-json https://www.bilibili.com/video/BVxxx
yt-dlp --write-sub --write-auto-sub --sub-lang zh-Hans,zh,en --convert-subs vtt --skip-download -o /tmp/%(id)s URL

服务器 IP 可能遇到 412 错误。请使用 --cookies-from-browser chrome 或配置代理。

Reddit

bash
curl -s https://www.reddit.com/r/SUBREDDIT/hot.json?limit=10 -H User-Agent: agent-reach/1.0
curl -s https://www.reddit.com/search.json?q=查询词&limit=10 -H User-Agent: agent-reach/1.0

服务器 IP 可能遇到 403 错误。请改用 Exa 搜索,或配置代理。

GitHub (gh CLI)

bash
gh search repos 查询词 --sort stars --limit 10
gh repo view 所有者/仓库
gh search code 查询词 --language python
gh issue list -R 所有者/仓库 --state open
gh issue view 123 -R 所有者/仓库

小红书 / XiaoHongShu (mcporter)

bash
mcporter call xiaohongshu.search_feeds(keyword: 查询词)
mcporter call xiaohongshu.getfeeddetail(feedid: xxx, xsectoken: yyy)
mcporter call xiaohongshu.getfeeddetail(feedid: xxx, xsectoken: yyy, loadallcomments: true)
mcporter call xiaohongshu.publish_content(title: 标题, content: 正文, images: [/路径/图片.jpg], tags: [标签])

需要登录。请使用 Cookie-Editor 导入 cookies。

抖音 / Douyin (mcporter)

bash
mcporter call douyin.parsedouyinvideoinfo(sharelink: https://v.douyin.com/xxx/)
mcporter call douyin.getdouyindownloadlink(sharelink: https://v.douyin.com/xxx/)

无需登录。

微信公众号 / WeChat Articles

搜索 (miku_ai):
python
python3 -c
import asyncio
from mikuai import getwexin_article
async def s():
for a in await getwexinarticle(查询词, 5):
print(f{a[\title\]} | {a[\url\]})
asyncio.run(s())

阅读 (Camoufox — 绕过微信反爬虫):
bash
cd ~/.agent-reach/tools/wechat-article-for-ai && python3 main.py https://mp.weixin.qq.com/s/ARTICLE_ID

微信公众号文章无法通过 Jina Reader 或 curl 读取。必须使用 Camoufox。

LinkedIn (mcporter)

bash
mcporter call linkedin.getpersonprofile(linkedin_url: https://linkedin.com/in/用户名)
mcporter call linkedin.search_people(keyword: AI工程师, limit: 10)

备用方案:curl -s https://r.jina.ai/https://linkedin.com/in/用户名

RSS (feedparser)

RSS

python
python3 -c
import feedparser
for e in feedparser.parse(FEED_URL).entries[:5]:
print(f{e.title} — {e.link})

故障排除

  • - 通道无法使用? 运行 agent-reach doctor — 显示状态和修复说明。
  • Twitter 获取失败? 确保已安装 undici:npm install -g undici。配置代理:agent-reach configure proxy URL。

设置通道 (帮我配 XXX)

如果某个通道需要设置(cookies、Docker 等),请获取安装指南:
https://raw.githubusercontent.com/Panniantong/agent-reach/main/docs/install.md

用户仅提供 cookies。其余工作由你完成。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-reach-local-1776007277 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-reach-local-1776007277 技能

通过命令行安装

skillhub install agent-reach-local-1776007277

下载

⬇ 下载 agent-reach v1.0.0(免费)

文件大小: 3.09 KB | 发布时间: 2026-4-13 09:11

v1.0.0 最新 2026-4-13 09:11
Initial release of agent-reach-local.

- Lets your AI agent search and read content from 14 platforms, including Twitter/X, Reddit, YouTube, GitHub, Bilibili, Douyin, Weibo, WeChat Articles, LinkedIn, Instagram, RSS, Exa web search, and any web page.
- One-command install and zero-config setup for 8 major channels; includes a `doctor` command for diagnostics.
- Provides usage guide with direct command examples for each platform.
- Supports reading, searching, interacting, configuring, and posting on supported platforms.
- Clear troubleshooting tips and setup instructions for channel configuration and authentication.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部