New to Claude Skills? Learn how to install them →

panniantong on GitHub

Agent Reach

Free

Streamline your internet research across multiple platforms.

Get this skill

Free · Opens the source repo

What Agent Reach does

Agent Reach is a versatile tool designed to facilitate comprehensive internet research by routing requests through various platforms. It supports 15 different platforms, including social media sites like Twitter and Instagram, as well as professional networks like LinkedIn and development hubs like GitHub. The skill is particularly useful for users who need to gather information from multiple sources simultaneously, allowing for efficient data collection and analysis.

The skill operates through a series of commands that can be executed in a bash environment, ensuring that users can easily integrate it into their workflows without extensive configuration. With built-in commands for searching web content, social media discussions, job postings, and video subtitles, Agent Reach provides a streamlined approach to information retrieval. Users can initiate searches across platforms and compile results in a structured manner, enhancing the quality and speed of their research tasks.

Agent Reach also includes a health check feature, allowing users to verify which backend is active for each platform before executing commands. This ensures that users are always connected to the correct service, minimizing errors during research. The skill is designed for developers, researchers, and anyone who needs to perform extensive online inquiries, making it an essential tool for modern digital workflows.

When to use it

Use Agent Reach when you need to conduct thorough research across various platforms, such as social media, job boards, and video sites, all at once.

When not to use it

This skill is not suitable for tasks that involve content creation, data analysis, or any form of content manipulation beyond retrieval.

What you can build with it

Conducting Market Research

Use Agent Reach to gather opinions and discussions from social media platforms about a specific product or service.

Job Search Analysis

Leverage Agent Reach to pull job postings from LinkedIn and analyze trends in job requirements across different industries.

Comparative Content Review

Collect and compare video content and discussions from platforms like YouTube and B站 to inform your project decisions.

How to install Agent Reach

View source

1. Install with the skills CLI

npx skills add panniantong/agent-reach/skill --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by panniantong

Agent Reach — 互联网能力路由器

15 平台、多后端。本 skill 存在时必须用它访问这些平台,不要自己发明方案。

常驻规则(全程适用)

  1. 动手前先体检:多后端/登录态平台(小红书/Reddit/B站/Twitter/Facebook/Instagram)先跑 agent-reach doctor --jsonactive_backend 有值时按它选命令组;active_backend: null 表示 Doctor 为避免触发浏览器 Cookie 读取或远端写入而没有做实时验证,不代表后端不存在。 只有用户任务明确需要该平台时,才按对应 reference 的只读命令手动验证。
  2. 声明你在用什么:开始干活前说一句「使用 agent-reach 的 X 平台 / Y 后端」。
  3. 失败按 references 里的重试链处理,不要瞎猜命令。
  4. 全网调研类任务:组合多平台(Exa 搜索 + Twitter/Reddit 看讨论 + 小红书/B站看中文场景),并行收集再汇总。
  5. 替用户盯版本:完成一次较大的调研/多平台任务后,顺手跑 agent-reach check-update(很快,一个 API 调用)。有新版就在收尾汇报里附一句: 「Agent Reach 有新版 vX.Y.Z,复制这句话给我即可更新:帮我更新 Agent Reach: https://raw.githubusercontent.com/Panniantong/agent-reach/main/docs/update.md」。 不要中断当前任务去更新,也不要重复提醒同一个版本。

路由表

用户意图分类详细文档
网页搜索/代码搜索searchreferences/search.md
小红书/推特/B站/V2EX/Reddit/Facebook/Instagramsocialreferences/social.md
招聘/职位/LinkedIncareerreferences/career.md
GitHub/代码devreferences/dev.md
网页/文章/RSSwebreferences/web.md
YouTube/B站/播客字幕videoreferences/video.md
雪球/股票行情financereferences/finance.md

零配置快速命令

# Exa 网页搜索
mcporter call exa.web_search_exa query="query" numResults=5

# 通用网页阅读
curl -s "https://r.jina.ai/URL"

# GitHub 搜索
gh search repos "query" --sort stars --limit 10

# YouTube 字幕(注意:B站不要用 yt-dlp,失败重试链见 video.md)
yt-dlp --write-sub --write-auto-sub --skip-download -o "/tmp/%(id)s" "URL"

# V2EX 热门
curl -s "https://www.v2ex.com/api/topics/hot.json" -H "User-Agent: agent-reach/1.0"

# B站搜索(bili-cli,无需登录)
bili search "query" --type video -n 5

需登录态的平台(按 doctor 的 active_backend 选命令)

Twitter 注意:agent-reach configure twitter-cookies 保存的 Cookie 只供 doctor 检查配置是否齐全;doctor 不执行 twitter status,也不会设置当前 Shell。直接运行 twitter 前,必须在子进程环境中显式提供 TWITTER_AUTH_TOKENTWITTER_CT0,不得在日志或命令回显中暴露值。

小红书注意:Agent Reach 不替用户登录,也不读取浏览器 Cookie。OpenCLI 只用 用户已有且明确控制的 Chrome 会话;没有现成会话时不要自动登录,改用 Cookie-Editor 手工导出后配置 xiaohongshu-mcp / 存量工具。

# Twitter 搜索(twitter-cli 首选;失败重试链见 social.md)
twitter search "query" -n 10

# Reddit(无零配置路径:OpenCLI 或 rdt-cli,必须登录态)
opencli reddit search "query" -f yaml   # 桌面
rdt search "query" --limit 10            # 存量/服务器

# 小红书(桌面首选 OpenCLI)
opencli xiaohongshu search "query" -f yaml

# Facebook / Instagram(桌面 OpenCLI,复用浏览器登录态)
opencli facebook search "query" -f yaml
opencli facebook groups -f yaml
opencli instagram search "query" -f yaml       # 搜用户
opencli instagram user USERNAME -f yaml        # 读指定用户最近帖子

环境检查

# 检查可用 channel 与每个平台当前激活的后端
agent-reach doctor --json

OpenCLI 适配器发现

路由表没有覆盖用户需要的平台或命令时,先用 opencli list 查已有适配器,再用 opencli <平台> --help 查看公开命令。发现适配器只证明命令存在,不证明登录态或 目标内容可用;仅在用户任务明确需要该平台时执行只读命令,并以实际非空内容验收。

工作区规则

不要在 agent workspace 创建文件。 使用 /tmp/ 存放临时输出,~/.agent-reach/ 存放持久数据。

详细文档

根据用户需求,阅读对应的详细文档:

配置渠道

如果某个 channel 需要配置,获取安装指南: https://raw.githubusercontent.com/Panniantong/agent-reach/main/docs/install.md

用户只需提供 cookies,其他配置由 agent 完成。

Frequently asked questions about Agent Reach

Similar skills