← 返回 Skills 市场
smseow001

Ai Connect

作者 SMS · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-connect
功能描述
(Simon专属) Agent Reach 联网工具 skill - 快速调用指南。核心平台使用方法,无需配置即可用。
使用说明 (SKILL.md)

Agent Reach - AI 联网工具

让你的 AI Agent 能读取互联网主流平台


核心能力

14 个平台支持:

  • 🐦 Twitter/X — 读推文、搜索、浏览时间线
  • 📺 YouTube — 字幕提取、视频搜索
  • 📖 Reddit — 搜索、读帖子和评论
  • 📺 B站 — 字幕提取、搜索
  • 📕 小红书 — 阅读、搜索、评论
  • 💬 微博 — 热搜、搜索、用户动态
  • 🌐 网页 — 任意网页阅读
  • 📦 GitHub — 仓库、Issue、PR
  • 📡 RSS — 订阅源
  • 💼 LinkedIn — Profile、公司页面
  • 💬 微信公众号 — 搜索、阅读
  • 🎵 抖音 — 视频解析
  • 📈 雪球 — 股票、帖子
  • 🎙️ 小宇宙 — 播客转文字

触发词

联网 / agent reach / 搜推特 / 看视频 / 读帖子


无需配置直接用

🌐 网页阅读

"帮我看看这个链接"
→ curl https://r.jina.ai/URL

示例:
帮我看看 https://example.com
→ 自动用 Jina Reader 提取正文

📺 YouTube 视频

"这个视频讲了什么"
→ yt-dlp --dump-json URL
→ 提取字幕和描述

示例:
帮我看看这个 YouTube 视频 https://youtu.be/xxx 讲了什么

🐦 Twitter/X

"帮我看看这条推文"
→ twitter tweet URL

"搜一下推特上关于 XXX 的讨论"
→ twitter search "关键词"

📖 Reddit

"帮我看看 Reddit 上这个帖子"
→ rdt view URL

"搜一下 Reddit 上的讨论"
→ rdt search "关键词"

📺 B站

"帮我看看这个 B 站视频"
→ yt-dlp --dump-json URL
→ 提取字幕

示例:
B站视频 https://www.bilibili.com/video/xxx 讲了什么

📕 小红书

"帮我看看小红书上这个笔记"
→ xhs get URL

"搜一下小红书上的 XXX"
→ xhs search "关键词"

📱 微博

"帮我看看微博热搜"
→ weibo trending

"搜一下微博上关于 XXX 的讨论"
→ weibo search "关键词"

📦 GitHub

"这个 GitHub 仓库是做什么的"
→ gh repo view owner/repo

"帮我看看这个 Issue"
→ gh issue view URL

"搜一下 GitHub 上的项目"
→ gh search repos "关键词"

📡 RSS

"帮我订阅这个 RSS"
→ feedparser URL

需要配置的平台

部分平台需要登录 Cookie(告诉 Agent「帮我配 XXX」):

平台 配置方式
🐦 Twitter Cookie
📕 小红书 Cookie
📖 Reddit rdt login
💼 LinkedIn Cookie

配置流程:

  1. 浏览器登录目标网站
  2. 用 Cookie-Editor 插件导出 Cookie
  3. 告诉 Agent「帮我配 Twitter,小红书等」

检查状态

"帮我检查 Agent Reach 状态"
→ agent-reach doctor
→ 显示每个渠道的状态(通/不通)

快速指令表

需求 命令
读网页 帮我看看这个链接[URL]
YouTube 这个视频讲了什么[URL]
搜推特 搜一下推特上[关键词]
B站 B站视频[URL]讲了什么
小红书 搜一下小红书上[关键词]
微博热搜 微博现在什么热门
GitHub 这个仓库是做什么的[owner/repo]
检查状态 检查联网工具��态

输出格式

读网页

## 📖 网页内容
标题:[标题]

## 核心内容
[提取的正文]

## 链接
[相关链接]

视频总结

## 📺 视频信息
标题:[标题]
时长:[时长]

## 字幕要点
1. [要点1]
2. [要点2]
3. [要点3]

搜索结果

## 🔍 搜索结果:[关键词]

### 结果1
- 来源:[平台]
- 内容:[摘要]
- 链接:[URL]

### 结果2
...

注意事项

  • ⚠️ 部分平台需要配置 Cookie
  • ⚠️ 服务器部署需要代理(~$1/月)
  • ✅ 本地电脑不需要代理
  • ✅ 完全免费(除了可选代理)

Agent Reach | AI 智能体联网工具

安全使用建议
Review this skill carefully before use. Its public web-reading commands are broadly aligned with its purpose, but do not provide browser cookies for important accounts unless you understand exactly where they will be stored, who can access them, and how to remove or revoke them later.
能力评估
Purpose & Capability
The stated purpose is broad internet reading/search across platforms, and the documented commands generally match that purpose.
Instruction Scope
The skill instructs users to export platform cookies and ask the agent to configure them, but does not define where cookies are stored, how long they persist, or what account actions are allowed.
Install Mechanism
The package is instruction-only with no install spec, while the instructions reference multiple external CLIs/helpers; users must verify those tools separately.
Credentials
Session cookies for Twitter/X, Xiaohongshu, Reddit, and LinkedIn can grant account access that is broader than simple public web lookup if not carefully scoped.
Persistence & Privilege
Cookie-based configuration likely creates reusable authenticated sessions, but the artifact provides no retention, revocation, or cleanup guidance.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-connect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-connect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ai-connect v1.0.0 — Initial release - Adds support for Agent Reach skill with one-command access to 14 major internet platforms. - Provides quick usage guide and common trigger phrases for each platform (Twitter/X, YouTube, Reddit, B站, 小红书, 微博, etc). - Offers detailed command examples for searching, reading, and extracting content across platforms. - Includes setup instructions for platforms that require login/cookies. - Features a quick-check status command to diagnose connection and configuration. - All usage is configuration-free unless noted; most functions are ready to use out of the box.
元数据
Slug ai-connect
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai Connect 是什么?

(Simon专属) Agent Reach 联网工具 skill - 快速调用指南。核心平台使用方法,无需配置即可用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 Ai Connect?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-connect」即可一键安装,无需额外配置。

Ai Connect 是免费的吗?

是的,Ai Connect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Connect 支持哪些平台?

Ai Connect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Connect?

由 SMS(@smseow001)开发并维护,当前版本 v1.0.0。

💬 留言讨论