@gecho-ai/gecho-bridge 1.1.19 → 1.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +82 -23
- package/README.zh.md +82 -23
- package/dist/mcp-client.cjs +34542 -0
- package/dist/server.cjs +4599 -0
- package/mcp-client.js +250 -14
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/qywx.jpg +0 -0
- package/server.js +123 -31
- package/skills/tiktok-search/SKILL.md +356 -204
- package/skills/tiktok-search/_meta.json +1 -1
package/README.md
CHANGED
|
@@ -1,37 +1,54 @@
|
|
|
1
1
|
# Gecho Bridge 🚀
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
After installation, whether you use **OpenClaw**, **Hermes**, or **Trae**, your AI assistant can directly control the browser to automate TikTok search, data collection, and deep business opportunity insights.
|
|
3
|
+
**Gecho Bridge connects AI clients such as OpenClaw, Hermes, Trae, and Claude Code to a live Chrome browser through MCP and the Gecho Chrome extension.** Use it to search TikTok videos, collect structured metadata, save JSON results, and run async product, trend, competitor, and content insight workflows.
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
## ⚠️ Critical Prerequisite: Read Before Use
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
Gecho Bridge cannot work from the README, Skill page, or MCP config alone. Before the first TikTok search or insight job, all 3 items below are required:
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
1. **Configure Gecho Bridge MCP** in your AI client.
|
|
10
|
+
2. **Install the Gecho Chrome extension** and log in to your Gecho account.
|
|
11
|
+
3. **Log in to TikTok web in Chrome** and keep the logged-in TikTok tab open.
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
If any of these are missing, TikTok search and insight tools may fail even if the Skill or plugin is installed.
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
- Collect large volumes of structured data (video ID, title, likes, playback link, and more) and safely save it as JSON files.
|
|
18
|
-
- Run **asynchronous deep insights** based on large-scale retrieval to intelligently summarize winning-product trends and potential business opportunities.
|
|
15
|
+
## 🚀 3-Step Quick Start
|
|
19
16
|
|
|
20
|
-
|
|
17
|
+
### Step 1: Install the Gecho Chrome extension
|
|
21
18
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- **ClawHub Plugin Page**: [https://clawhub.ai/p/gecho-ai](https://clawhub.ai/p/gecho-ai)
|
|
25
|
-
- **Chrome Browser Extension**: [Install from Chrome Web Store](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb)
|
|
19
|
+
1. Open the [Gecho Chrome extension download page](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb).
|
|
20
|
+
2. Click `Add to Chrome`, then confirm `Add extension`.
|
|
26
21
|
|
|
27
|
-
|
|
22
|
+
### Step 2: Log in to the Gecho extension
|
|
28
23
|
|
|
29
|
-
|
|
24
|
+
Open the Gecho extension in Chrome, log in to your Gecho account, and keep the extension online.
|
|
30
25
|
|
|
31
|
-
|
|
32
|
-
- **WeCom Group**: Scan the QR code below to join
|
|
26
|
+
### Step 3: Log in to TikTok web
|
|
33
27
|
|
|
34
|
-
|
|
28
|
+
Open TikTok in Chrome, log in to the TikTok web app, and keep the logged-in TikTok tab open while using Gecho.
|
|
29
|
+
|
|
30
|
+
After setup is complete, return to OpenClaw Dashboard, Hermes, or your MCP client and ask:
|
|
31
|
+
|
|
32
|
+
- "Search computers on TikTok"
|
|
33
|
+
- "Search hamburgers on TikTok"
|
|
34
|
+
- "Run TikTok insight for portable blender"
|
|
35
|
+
|
|
36
|
+
## 🔗 Official Links & Setup Help
|
|
37
|
+
|
|
38
|
+
- **Official Website**: [https://gecho.ai/](https://gecho.ai/)
|
|
39
|
+
- **Chrome Extension**: [Install from Chrome Web Store](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb)
|
|
40
|
+
- **OpenClaw Setup Video**: [OpenClaw + TikTok setup tutorial](https://www.youtube.com/watch?v=ggwY9hISHcQ)
|
|
41
|
+
- **Hermes Setup Video**: [Hermes + TikTok setup tutorial](https://www.youtube.com/watch?v=zHKnuWnxt_c)
|
|
42
|
+
- **YouTube Channel**: [@Gecho-AI](https://www.youtube.com/@Gecho-AI)
|
|
43
|
+
- **GitHub**: [https://github.com/gecho-ai/gecho-bridge](https://github.com/gecho-ai/gecho-bridge)
|
|
44
|
+
- **ClawHub Plugin Page**: [https://clawhub.ai/p/gecho-ai](https://clawhub.ai/p/gecho-ai)
|
|
45
|
+
- **Discord Support**: [Join Discord](https://discord.gg/RFDVZMR6Tn)
|
|
46
|
+
- **WeCom Group**: [View group QR code](https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg)
|
|
47
|
+
- **1:1 Support**: [View personal support QR code](https://github.com/gecho-ai/gecho-bridge/blob/main/wx.jpg)
|
|
48
|
+
|
|
49
|
+
| WeCom Group | 1:1 Support |
|
|
50
|
+
| :---: | :---: |
|
|
51
|
+
| <img src="https://raw.githubusercontent.com/gecho-ai/gecho-bridge/main/qywx.jpg" width="160" alt="WeCom Group QR Code" /> | <img src="https://raw.githubusercontent.com/gecho-ai/gecho-bridge/main/wx.jpg" width="160" alt="Personal Support QR Code" /> |
|
|
35
52
|
|
|
36
53
|
---
|
|
37
54
|
|
|
@@ -45,7 +62,9 @@ The **Skill** on ClawHub mainly provides calling instructions for the large mode
|
|
|
45
62
|
### 0. Prerequisites
|
|
46
63
|
1. **Node.js**: >= 18 (must support `npm` / `npx`).
|
|
47
64
|
2. **Browser extension**: Please [install the Gecho browser extension here first](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb).
|
|
48
|
-
3. **
|
|
65
|
+
3. **Gecho login**: Open the Gecho extension in Chrome and log in to your Gecho account. Keep the extension online.
|
|
66
|
+
4. **TikTok login**: Open TikTok in Chrome, log in to the TikTok web app, and keep the logged-in TikTok tab open.
|
|
67
|
+
5. **Network and state**: Make sure your local network can access TikTok reliably and the TikTok tab is not blocked by CAPTCHA, login walls, or a frozen page.
|
|
49
68
|
|
|
50
69
|
### Option 1: One-Click Installation in OpenClaw (ClawHub)
|
|
51
70
|
ClawHub offers two installation types: `Skill` and `Plugin`.
|
|
@@ -76,6 +95,7 @@ hermes mcp add gecho-bridge --command npx --args="-y" --args="@gecho-ai/gecho-br
|
|
|
76
95
|
hermes restart
|
|
77
96
|
```
|
|
78
97
|
*After restart, you can check the installation status with `hermes mcp list`.*
|
|
98
|
+
*Reference only: if Hermes reports `npx` or `node` as missing even though Node is installed on your machine, that is usually a Hermes shell/PATH issue rather than a Gecho Bridge issue. On macOS with Homebrew, one workaround is to register the MCP server with an absolute command path: `hermes mcp add gecho-bridge --command /opt/homebrew/bin/npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"` and then run `hermes restart`.*
|
|
79
99
|
|
|
80
100
|
### Option 3: Configure in General Clients Such as Trae / Claude Desktop
|
|
81
101
|
In MCP clients that support manual configuration, open the corresponding `mcp.json` or `claude_desktop_config.json` file and add the following node:
|
|
@@ -90,6 +110,16 @@ In MCP clients that support manual configuration, open the corresponding `mcp.js
|
|
|
90
110
|
}
|
|
91
111
|
```
|
|
92
112
|
|
|
113
|
+
### Option 4: One-Click Setup in Claude Code
|
|
114
|
+
You can quickly add the service to Claude Code with the following command:
|
|
115
|
+
```bash
|
|
116
|
+
claude mcp add gecho-bridge -- npx -y @gecho-ai/gecho-bridge@latest
|
|
117
|
+
```
|
|
118
|
+
- By default, the configuration is saved at the **project level** (`.claude/settings.json`).
|
|
119
|
+
- Use `--scope user` to make it available for all projects, or `--scope local` for a local-only configuration.
|
|
120
|
+
- After adding, use `claude mcp list` to verify the server is registered.
|
|
121
|
+
- Restart Claude Code if the MCP tools don't appear immediately.
|
|
122
|
+
|
|
93
123
|
---
|
|
94
124
|
|
|
95
125
|
## 🏁 Quick Start & Common Workflows
|
|
@@ -100,7 +130,18 @@ After the environment is configured and your AI client has restarted, you can di
|
|
|
100
130
|
1. `gecho-bridge` MCP is configured, or the `@gecho-ai/gecho-bridge-bundle` plugin is installed.
|
|
101
131
|
2. The [Gecho browser extension](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb) is installed.
|
|
102
132
|
3. TikTok is open in Chrome and the account is logged in.
|
|
103
|
-
4. The Gecho extension is logged in
|
|
133
|
+
4. The Gecho extension is logged in to a Gecho account and online.
|
|
134
|
+
5. The TikTok page is not stuck or left on a CAPTCHA page.
|
|
135
|
+
|
|
136
|
+
### 🧩 Skills
|
|
137
|
+
|
|
138
|
+
Gecho provides both an aggregate TikTok Skill and focused single-tool Skills:
|
|
139
|
+
|
|
140
|
+
- **`tiktok-search`**: the default aggregate Skill for the complete TikTok search and insight workflow. It covers `tiktok_search`, `tiktok_insight`, and `check_insight_status`.
|
|
141
|
+
- **`tiktok-video-search`**: a focused distribution Skill for keyword-based TikTok video search and metadata collection.
|
|
142
|
+
- **`tiktok-insight`**: a focused distribution Skill for TikTok product, trend, competitor, and content insight jobs, plus insight status checks.
|
|
143
|
+
|
|
144
|
+
If you only need one focused capability, use the single-tool Skills. If you want the full research workflow, use `tiktok-search`.
|
|
104
145
|
|
|
105
146
|
### 🔍 Basic Search (`tiktok_search`)
|
|
106
147
|
Suitable for quickly retrieving and collecting video data.
|
|
@@ -167,6 +208,24 @@ If installation is successful, you should see `Status: loaded` and `MCP servers:
|
|
|
167
208
|
|
|
168
209
|
---
|
|
169
210
|
|
|
211
|
+
## ❓ FAQ
|
|
212
|
+
|
|
213
|
+
### Why is the Chrome extension required? Can't I just use the web page?
|
|
214
|
+
|
|
215
|
+
Gecho needs real-time platform data from a live browser session, such as TikTok videos and other platform data in Gecho workflows. The Chrome extension connects the AI workflow to your logged-in Chrome session; the Skill page alone cannot collect this data.
|
|
216
|
+
|
|
217
|
+
### Why do I need to log in to TikTok? Can I use it without login?
|
|
218
|
+
|
|
219
|
+
TikTok limits content access for logged-out users. After you log in, the extension can access the complete data available in your browser session, such as video captions/scripts, comments, engagement data, and other signals when available.
|
|
220
|
+
|
|
221
|
+
Gecho does not ask for or collect your TikTok password, private account information, or publish anything on your behalf.
|
|
222
|
+
|
|
223
|
+
### Need help?
|
|
224
|
+
|
|
225
|
+
Join our [Discord](https://discord.gg/RFDVZMR6Tn), scan the [WeCom group QR code](https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg), or scan the [personal support QR code](https://github.com/gecho-ai/gecho-bridge/blob/main/wx.jpg) for 1:1 support.
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
170
229
|
## 🧑💻 Local Development
|
|
171
230
|
|
|
172
231
|
For developers who want to build on top of this tool:
|
package/README.zh.md
CHANGED
|
@@ -1,37 +1,54 @@
|
|
|
1
1
|
# Gecho Bridge 🚀
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
安装后,无论是使用 **OpenClaw**、**Hermes** 还是 **Trae**,你的 AI 助手都能直接控制浏览器,自动化完成 TikTok 搜索、数据抓取与深度商机洞察。
|
|
3
|
+
**Gecho Bridge 通过 MCP 和 Gecho Chrome 扩展,把 OpenClaw、Hermes、Trae、Claude Code 等 AI 客户端连接到真实 Chrome 浏览器。** 你可以用它搜索 TikTok 视频、采集结构化元数据、保存 JSON 结果,并运行异步的产品、趋势、竞品和内容洞察工作流。
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
## ⚠️ 重要前置:使用前必看
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
Gecho Bridge 不能只靠 README、Skill 页面或 MCP 配置单独运行。首次搜索 TikTok 或运行洞察任务前,必须同时满足下面 3 个条件:
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
1. **在 AI 客户端中配置 Gecho Bridge MCP**。
|
|
10
|
+
2. **安装 Gecho Chrome 扩展**,并在扩展中登录 Gecho 账号。
|
|
11
|
+
3. **在 Chrome 中登录 TikTok 网页版**,并保持已登录的 TikTok 标签页打开。
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
如果任一条件缺失,即使 Skill 或 Plugin 已安装,TikTok 搜索和洞察功能也可能无法正常运行。
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
- 抓取海量结构化数据(视频 ID、标题、点赞量、播放链接等)并自动安全落盘为 JSON 文件。
|
|
18
|
-
- 执行基于大数据检索的**异步深度洞察**,智能提炼爆款趋势与潜在商机。
|
|
15
|
+
## 🚀 3 步快速上手
|
|
19
16
|
|
|
20
|
-
|
|
17
|
+
### 第一步:安装 Gecho Chrome 扩展
|
|
21
18
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- **ClawHub 插件页**:[https://clawhub.ai/p/gecho-ai](https://clawhub.ai/p/gecho-ai)
|
|
25
|
-
- **Chrome 浏览器扩展**:[前往 Chrome 网上应用店下载](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb)
|
|
19
|
+
1. 打开 [Gecho Chrome 扩展下载页](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb)。
|
|
20
|
+
2. 点击 `添加至 Chrome`,然后确认 `添加扩展程序`。
|
|
26
21
|
|
|
27
|
-
|
|
22
|
+
### 第二步:登录 Gecho 扩展
|
|
28
23
|
|
|
29
|
-
|
|
24
|
+
在 Chrome 中打开 Gecho 扩展,登录 Gecho 账号,并保持扩展在线。
|
|
30
25
|
|
|
31
|
-
|
|
32
|
-
- **企业微信群**:扫描下方二维码加入
|
|
26
|
+
### 第三步:登录 TikTok 网页版
|
|
33
27
|
|
|
34
|
-
|
|
28
|
+
在 Chrome 中打开 TikTok 网页版并登录账号,使用 Gecho 时保持已登录的 TikTok 标签页打开。
|
|
29
|
+
|
|
30
|
+
完成后,回到 OpenClaw Dashboard、Hermes 或其他 MCP 客户端,直接发送:
|
|
31
|
+
|
|
32
|
+
- “Search 电脑 on TikTok”
|
|
33
|
+
- “Search 汉堡 on TikTok”
|
|
34
|
+
- “Run TikTok insight for portable blender”
|
|
35
|
+
|
|
36
|
+
## 🔗 官方链接与安装帮助
|
|
37
|
+
|
|
38
|
+
- **官网**:[https://gecho.ai/](https://gecho.ai/)
|
|
39
|
+
- **Chrome 扩展**:[前往 Chrome 网上应用店下载](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb)
|
|
40
|
+
- **OpenClaw 安装教程**:[OpenClaw + TikTok 安装视频](https://www.youtube.com/watch?v=ggwY9hISHcQ)
|
|
41
|
+
- **Hermes 安装教程**:[Hermes + TikTok 安装视频](https://www.youtube.com/watch?v=zHKnuWnxt_c)
|
|
42
|
+
- **YouTube 主页**:[@Gecho-AI](https://www.youtube.com/@Gecho-AI)
|
|
43
|
+
- **GitHub**:[https://github.com/gecho-ai/gecho-bridge](https://github.com/gecho-ai/gecho-bridge)
|
|
44
|
+
- **ClawHub 插件页**:[https://clawhub.ai/p/gecho-ai](https://clawhub.ai/p/gecho-ai)
|
|
45
|
+
- **Discord 支持**:[点击加入 Discord](https://discord.gg/RFDVZMR6Tn)
|
|
46
|
+
- **企业微信群**:[查看群二维码](https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg)
|
|
47
|
+
- **1 对 1 客服**:[查看客服二维码](https://github.com/gecho-ai/gecho-bridge/blob/main/wx.jpg)
|
|
48
|
+
|
|
49
|
+
| 企业微信群 | 1 对 1 客服 |
|
|
50
|
+
| :---: | :---: |
|
|
51
|
+
| <img src="https://raw.githubusercontent.com/gecho-ai/gecho-bridge/main/qywx.jpg" width="160" alt="企业微信群二维码" /> | <img src="https://raw.githubusercontent.com/gecho-ai/gecho-bridge/main/wx.jpg" width="160" alt="1 对 1 客服二维码" /> |
|
|
35
52
|
|
|
36
53
|
---
|
|
37
54
|
|
|
@@ -45,7 +62,9 @@ ClawHub 上的 **Skill** 主要提供给大模型的调用指令,本身不是
|
|
|
45
62
|
### 0. 前置环境要求
|
|
46
63
|
1. **Node.js**:>= 18(需支持 `npm` / `npx`)。
|
|
47
64
|
2. **浏览器扩展**:请先[点击此处安装 Gecho 浏览器扩展](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb)。
|
|
48
|
-
3.
|
|
65
|
+
3. **Gecho 登录**:在 Chrome 中打开 Gecho 扩展,并登录 Gecho 账号,保持扩展在线。
|
|
66
|
+
4. **TikTok 登录**:在 Chrome 中打开 TikTok 网页版并登录账号,保持已登录的 TikTok 标签页打开。
|
|
67
|
+
5. **网络与状态**:确保本地网络可稳定访问 TikTok,且 TikTok 页面没有停在验证码、登录墙或卡死状态。
|
|
49
68
|
|
|
50
69
|
### 方式一:在 OpenClaw 中一键安装 (ClawHub)
|
|
51
70
|
ClawHub 中有两种安装方式:`Skill` 与 `Plugin`。
|
|
@@ -76,6 +95,7 @@ hermes mcp add gecho-bridge --command npx --args="-y" --args="@gecho-ai/gecho-br
|
|
|
76
95
|
hermes restart
|
|
77
96
|
```
|
|
78
97
|
*重启后,可通过 `hermes mcp list` 检查安装状态。*
|
|
98
|
+
*仅供参考:如果你的机器已经安装了 Node,但 Hermes 仍提示 `npx` 或 `node` 不存在,这通常是 Hermes 自身 shell/PATH 环境的问题,不是 Gecho Bridge 的问题。在 macOS + Homebrew 下,一个常见绕过方式是改用绝对路径注册 MCP:`hermes mcp add gecho-bridge --command /opt/homebrew/bin/npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"`,然后执行 `hermes restart`。*
|
|
79
99
|
|
|
80
100
|
### 方式三:在 Trae / Claude Desktop 等通用客户端配置
|
|
81
101
|
在支持手动配置的 MCP 客户端中,打开对应的 `mcp.json` 或 `claude_desktop_config.json` 文件,添加如下节点:
|
|
@@ -90,6 +110,16 @@ hermes restart
|
|
|
90
110
|
}
|
|
91
111
|
```
|
|
92
112
|
|
|
113
|
+
### 方式四:在 Claude Code 中一键配置
|
|
114
|
+
你可以通过以下命令将服务快捷添加到 Claude Code 中:
|
|
115
|
+
```bash
|
|
116
|
+
claude mcp add gecho-bridge -- npx -y @gecho-ai/gecho-bridge@latest
|
|
117
|
+
```
|
|
118
|
+
- 默认情况下,该配置保存在**项目级别**(`.claude/settings.json`)。
|
|
119
|
+
- 可以添加 `--scope user` 使其对所有项目生效,或使用 `--scope local` 仅在当前目录生效。
|
|
120
|
+
- 添加完成后,使用 `claude mcp list` 验证服务是否注册成功。
|
|
121
|
+
- 如果 MCP 工具没有立即出现,请重启 Claude Code。
|
|
122
|
+
|
|
93
123
|
---
|
|
94
124
|
|
|
95
125
|
## 🏁 快速开始与常见流程
|
|
@@ -100,7 +130,18 @@ hermes restart
|
|
|
100
130
|
1. 已配置 `gecho-bridge` MCP,或已安装 `@gecho-ai/gecho-bridge-bundle` Plugin。
|
|
101
131
|
2. 已安装 [Gecho 浏览器扩展](https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb)。
|
|
102
132
|
3. Chrome 中已打开 TikTok 并登录账号。
|
|
103
|
-
4. Gecho
|
|
133
|
+
4. Gecho 扩展已登录 Gecho 账号并处于在线状态。
|
|
134
|
+
5. TikTok 页面未卡住或未停在验证码页面。
|
|
135
|
+
|
|
136
|
+
### 🧩 Skills 说明
|
|
137
|
+
|
|
138
|
+
Gecho 同时提供 TikTok 聚合 Skill 和单工具分发 Skill:
|
|
139
|
+
|
|
140
|
+
- **`tiktok-search`**:默认聚合 Skill,适合完整 TikTok 搜索 + 洞察工作流,覆盖 `tiktok_search`、`tiktok_insight` 和 `check_insight_status`。
|
|
141
|
+
- **`tiktok-video-search`**:单工具分发 Skill,适合按关键词搜索 TikTok 视频并采集元数据。
|
|
142
|
+
- **`tiktok-insight`**:单工具分发 Skill,适合 TikTok 产品、趋势、竞品和内容洞察任务,并支持查询洞察任务状态。
|
|
143
|
+
|
|
144
|
+
如果只需要某个单点能力,可以使用单工具 Skill;如果需要完整研究流程,建议使用 `tiktok-search`。
|
|
104
145
|
|
|
105
146
|
### 🔍 基础搜索 (`tiktok_search`)
|
|
106
147
|
适用于快速检索和收集视频数据。
|
|
@@ -167,6 +208,24 @@ openclaw plugins info @gecho-ai/gecho-bridge-bundle
|
|
|
167
208
|
|
|
168
209
|
---
|
|
169
210
|
|
|
211
|
+
## ❓ 常见问题(FAQ)
|
|
212
|
+
|
|
213
|
+
### 为什么一定要装 Chrome 插件?不能直接在网页用吗?
|
|
214
|
+
|
|
215
|
+
Gecho 需要从真实浏览器会话中获取实时平台数据,例如 TikTok 视频以及 Gecho 工作流中的其他平台数据。Chrome 扩展负责把 AI 工作流连接到你已登录的 Chrome 会话;仅靠 Skill 页面本身无法完成这些数据获取。
|
|
216
|
+
|
|
217
|
+
### 为什么还要登录 TikTok?不登录不能用吗?
|
|
218
|
+
|
|
219
|
+
TikTok 对未登录用户的内容访问权限有限。登录后,扩展才能访问你浏览器会话中可见的完整数据,例如视频文案/脚本、评论、互动数据以及其他可用信号。
|
|
220
|
+
|
|
221
|
+
Gecho 不会索取或收集你的 TikTok 密码、隐私信息,也不会代表你发布任何内容。
|
|
222
|
+
|
|
223
|
+
### 还有问题?
|
|
224
|
+
|
|
225
|
+
欢迎加入 [Discord](https://discord.gg/RFDVZMR6Tn)、扫描 [企业微信群二维码](https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg),或扫描 [1 对 1 客服二维码](https://github.com/gecho-ai/gecho-bridge/blob/main/wx.jpg) 获取支持。
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
170
229
|
## 🧑💻 本地开发
|
|
171
230
|
|
|
172
231
|
对于希望基于本工具进行二次开发的开发者:
|