@gecho-ai/gecho-bridge 1.1.30 → 1.1.37
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 +50 -5
- package/README.zh.md +50 -5
- package/dist/mcp-client.cjs +26 -5
- package/dist/server.cjs +20 -2
- package/distribution-skills/amazon/SKILL.md +398 -0
- package/distribution-skills/amazon/_meta.json +5 -0
- package/distribution-skills/amazon/publish.json +20 -0
- package/distribution-skills/amazon-product/SKILL.md +303 -0
- package/distribution-skills/amazon-product/_meta.json +5 -0
- package/distribution-skills/amazon-product/publish.json +20 -0
- package/distribution-skills/amazon-reviews/SKILL.md +304 -0
- package/distribution-skills/amazon-reviews/_meta.json +5 -0
- package/distribution-skills/amazon-reviews/publish.json +20 -0
- package/distribution-skills/amazon-search/SKILL.md +304 -0
- package/distribution-skills/amazon-search/_meta.json +5 -0
- package/distribution-skills/amazon-search/publish.json +20 -0
- package/distribution-skills/tiktok-influencer/_meta.json +1 -1
- package/distribution-skills/tiktok-influencer/publish.json +20 -0
- package/distribution-skills/tiktok-insight/_meta.json +1 -1
- package/distribution-skills/tiktok-insight/publish.json +20 -0
- package/distribution-skills/tiktok-product/SKILL.md +302 -0
- package/distribution-skills/tiktok-product/_meta.json +5 -0
- package/distribution-skills/tiktok-product/publish.json +20 -0
- package/distribution-skills/tiktok-search/SKILL.md +476 -0
- package/distribution-skills/tiktok-search/_meta.json +5 -0
- package/distribution-skills/tiktok-search/publish.json +20 -0
- package/distribution-skills/tiktok-shop/SKILL.md +359 -0
- package/distribution-skills/tiktok-shop/_meta.json +5 -0
- package/distribution-skills/tiktok-shop/publish.json +20 -0
- package/distribution-skills/tiktok-shop-search/SKILL.md +303 -0
- package/distribution-skills/tiktok-shop-search/_meta.json +5 -0
- package/distribution-skills/tiktok-shop-search/publish.json +20 -0
- package/distribution-skills/tiktok-video/SKILL.md +385 -0
- package/distribution-skills/tiktok-video/_meta.json +5 -0
- package/distribution-skills/tiktok-video/publish.json +20 -0
- package/distribution-skills/tiktok-video-search/SKILL.md +10 -6
- package/distribution-skills/tiktok-video-search/_meta.json +1 -1
- package/distribution-skills/tiktok-video-search/publish.json +20 -0
- package/distribution-skills/x/SKILL.md +360 -0
- package/distribution-skills/x/_meta.json +5 -0
- package/distribution-skills/x/publish.json +20 -0
- package/distribution-skills/x-post-detail/SKILL.md +303 -0
- package/distribution-skills/x-post-detail/_meta.json +5 -0
- package/distribution-skills/x-post-detail/publish.json +20 -0
- package/distribution-skills/x-search/SKILL.md +303 -0
- package/distribution-skills/x-search/_meta.json +5 -0
- package/distribution-skills/x-search/publish.json +20 -0
- package/mcp-client.js +6 -3
- package/openclaw.plugin.json +1 -1
- package/package.json +20 -2
- package/skills/amazon/SKILL.md +398 -0
- package/skills/amazon/_meta.json +5 -0
- package/skills/tiktok-search/SKILL.md +53 -8
- package/skills/tiktok-search/_meta.json +1 -1
- package/skills/tiktok-shop/SKILL.md +359 -0
- package/skills/tiktok-shop/_meta.json +5 -0
- package/skills/x/SKILL.md +360 -0
- package/skills/x/_meta.json +5 -0
package/README.md
CHANGED
|
@@ -87,6 +87,44 @@ openclaw gateway restart
|
|
|
87
87
|
*If you need to upgrade an installed version, use `openclaw plugins update clawhub:@gecho-ai/gecho-bridge-bundle`.*
|
|
88
88
|
*The plugin will automatically start a local Gecho service when needed. If the browser extension was opened after the client, run `openclaw gateway restart` once to reconnect cleanly.*
|
|
89
89
|
|
|
90
|
+
### Publish to Tencent SkillHub
|
|
91
|
+
|
|
92
|
+
Tencent SkillHub currently requires top-level `slug`, `version`, and `displayName` fields in `SKILL.md`. This repository provides a dedicated publisher: every run rebuilds copies under the Git-ignored `tmp/tencent-skillhub-publish/` directory and leaves source Skills unchanged.
|
|
93
|
+
|
|
94
|
+
Each distribution Skill has a `publish.json` with platform-specific slug/display-name values for ClawHub, Tencent SkillHub, and ModelScope. Tencent's Chinese entries keep the slug of existing publications, while English entries use a separate slug so an update is not accidentally published as a new Skill. These config files are used only during staging and are not uploaded.
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
# Build publish copies for all English and Chinese Skills
|
|
98
|
+
npm run skillhub:tencent:stage
|
|
99
|
+
|
|
100
|
+
# Run the official CLI dry-run for one Skill
|
|
101
|
+
npm run skillhub:tencent:dry-run -- --skill tiktok-insight
|
|
102
|
+
|
|
103
|
+
# Publish one Skill through the public/community CLI
|
|
104
|
+
skillhub login --key skh_...
|
|
105
|
+
npm run skillhub:tencent:publish -- --community --skill tiktok-insight --locale zh-CN
|
|
106
|
+
|
|
107
|
+
# Check platform metadata for every Skill
|
|
108
|
+
npm run publish:config:check
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
For the public community, use a `skh_...` key and pass `--community` so a saved enterprise credential is not selected accidentally. The installed official CLI is currently `2026.8.5`: it has `skillhub publish` for the public community, but not the `skillhub skill publish` command shown in the website screenshot.
|
|
112
|
+
|
|
113
|
+
An enterprise key (`sk-ent-...`) can log in to the enterprise source and search or install team Skills, but the current team upload endpoint requires a web login session. Team publication must therefore be completed in the [enterprise publishing console](https://skillhub.cn/enterprise/dashboard/publish); this repository can still generate and validate the upload copy.
|
|
114
|
+
|
|
115
|
+
```bash
|
|
116
|
+
# Public/community publication: log in with skh_... first
|
|
117
|
+
skillhub login --key skh_...
|
|
118
|
+
npm run skillhub:tencent:publish -- \
|
|
119
|
+
--community --skill tiktok-video-search --locale zh-CN --changelog 'Update Skill content'
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
An enterprise key can be reused from `~/.skillhub/credentials.json`, but `--community` deliberately ignores it. Chinese targets normally use `update-or-create`, while English targets commonly use an independent `create` slug; check each Skill's `publish.json`.
|
|
123
|
+
|
|
124
|
+
A new team Skill also requires at least one team category ID. For an existing Skill, the publisher inherits category IDs from the remote Skill detail. For a new Skill, set `platforms.tencent-skillhub.categoryIds` in its `publish.json`, or pass `--category-ids 12,13` for a one-off publish. If they are missing, the script fetches the team's available categories and stops before uploading with the IDs to use.
|
|
125
|
+
|
|
126
|
+
Official documentation: [CLI installation](https://skillhub.cn/install/skillhub.md), [community publishing](https://skillhub.cn/ai/release.md), [enterprise publishing](https://skillhub.cn/enterprise/dashboard/publish), and [enterprise API keys](https://skillhub.cn/enterprise/dashboard/keys).
|
|
127
|
+
|
|
90
128
|
### Option 2: One-Click Setup in Hermes (Hermes Skill Hub)
|
|
91
129
|
You can quickly add the service to Hermes and restart it with the following commands:
|
|
92
130
|
```bash
|
|
@@ -135,13 +173,20 @@ After the environment is configured and your AI client has restarted, you can di
|
|
|
135
173
|
|
|
136
174
|
### 🧩 Skills
|
|
137
175
|
|
|
138
|
-
Gecho provides
|
|
176
|
+
Gecho provides four aggregate Skills:
|
|
177
|
+
|
|
178
|
+
- **`amazon`**: Amazon search, product detail, and review collection.
|
|
179
|
+
- **`tiktok-search`**: the aggregate TikTok research workflow, covering keyword video search, video detail, influencer lookup, insight jobs, and insight status checks.
|
|
180
|
+
- **`tiktok-shop`**: TikTok Shop search and product detail.
|
|
181
|
+
- **`x`**: X search and post detail.
|
|
182
|
+
|
|
183
|
+
Focused single-tool Skills are also available:
|
|
139
184
|
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
-
|
|
185
|
+
- **Amazon**: `amazon-search`, `amazon-product`, `amazon-reviews`.
|
|
186
|
+
- **TikTok**: `tiktok-video-search` for keyword-based video search; `tiktok-video` for a specific video’s detail, comments, and replies; `tiktok-influencer`, `tiktok-insight`, `tiktok-product`, and `tiktok-shop-search` for focused workflows.
|
|
187
|
+
- **X**: `x-search` and `x-post-detail`.
|
|
143
188
|
|
|
144
|
-
|
|
189
|
+
Use `tiktok-video-search` when you want to discover videos by keyword. Use `tiktok-video` when you already have a video URL and need its detail data. If you want the full TikTok research workflow, use `tiktok-search`.
|
|
145
190
|
|
|
146
191
|
### 🔍 Basic Search (`tiktok_search`)
|
|
147
192
|
Suitable for quickly retrieving and collecting video data.
|
package/README.zh.md
CHANGED
|
@@ -87,6 +87,44 @@ openclaw gateway restart
|
|
|
87
87
|
*如需升级已安装的版本,使用 `openclaw plugins update clawhub:@gecho-ai/gecho-bridge-bundle` 即可。*
|
|
88
88
|
*插件会在需要时自动启动本地 Gecho Service。如果是先打开了客户端、后打开浏览器扩展,建议再执行一次 `openclaw gateway restart` 重新建立连接。*
|
|
89
89
|
|
|
90
|
+
### 腾讯 SkillHub 发布
|
|
91
|
+
|
|
92
|
+
腾讯 SkillHub 当前要求在 `SKILL.md` 顶层声明 `slug`、`version` 和 `displayName`。项目提供了独立发布脚本:每次执行都会在被 Git 忽略的 `tmp/tencent-skillhub-publish/` 中重新生成副本,不修改源 Skill。
|
|
93
|
+
|
|
94
|
+
每个分发 Skill 都有自己的 `publish.json`,分别维护 ClawHub、腾讯 SkillHub 和魔塔社区的 slug/displayName。腾讯 SkillHub 的中文配置会沿用已有条目的 slug,英文配置使用独立 slug,避免把更新误发成新 Skill。`publish.json` 只参与发布准备,不会被上传到平台。
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
# 只生成发布副本,默认处理全部中英文 Skill
|
|
98
|
+
npm run skillhub:tencent:stage
|
|
99
|
+
|
|
100
|
+
# 使用官方 CLI 做单个 Skill 的本地 dry-run
|
|
101
|
+
npm run skillhub:tencent:dry-run -- --skill tiktok-insight
|
|
102
|
+
|
|
103
|
+
# 使用个人/社区 Key,通过官方 CLI 发布单个 Skill
|
|
104
|
+
skillhub login --key skh_...
|
|
105
|
+
npm run skillhub:tencent:publish -- --community --skill tiktok-insight --locale zh-CN
|
|
106
|
+
|
|
107
|
+
# 检查所有 Skill 是否都有三个平台注册配置
|
|
108
|
+
npm run publish:config:check
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
公共社区发布使用 `skh_...` Key,并建议加 `--community`,避免脚本误用本机保存的企业凭证。当前官方 CLI `2026.8.5` 没有截图中的 `skillhub skill publish` 命令,`skillhub publish` 仍是公共社区发布接口。
|
|
112
|
+
|
|
113
|
+
企业 Key(`sk-ent-...`)目前可以登录企业源、搜索和安装团队 Skill,但不能直接调用团队上传接口。团队发布需要在[企业发布控制台](https://skillhub.cn/enterprise/dashboard/publish)完成;本脚本可以继续生成和检查上传副本。
|
|
114
|
+
|
|
115
|
+
```bash
|
|
116
|
+
# 公共社区发布:先登录 skh_...,再显式选择公共链路
|
|
117
|
+
skillhub login --key skh_...
|
|
118
|
+
npm run skillhub:tencent:publish -- \
|
|
119
|
+
--community --skill tiktok-video-search --locale zh-CN --changelog '更新 Skill 内容'
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
企业 Key 会从 `~/.skillhub/credentials.json` 复用,但不会用于 `--community` 公共发布。中文目标配置为 `update-or-create`,英文目标通常配置为独立 slug 的 `create`,具体以各 Skill 的 `publish.json` 为准。
|
|
123
|
+
|
|
124
|
+
新建团队 Skill 还必须有至少一个团队分类 ID。已有 Skill 更新时脚本会从远端 Skill 详情继承分类;新建时可在对应 `publish.json` 的 `platforms.tencent-skillhub.categoryIds` 配置,或临时传 `--category-ids 12,13`。如果没有配置,脚本会先读取团队分类并在上传前给出可用 ID,不会提交一个必然失败的请求。
|
|
125
|
+
|
|
126
|
+
官方文档:[CLI 安装](https://skillhub.cn/install/skillhub.md)、[公共发布](https://skillhub.cn/ai/release.md)、[企业发布控制台](https://skillhub.cn/enterprise/dashboard/publish)、[企业 API Key](https://skillhub.cn/enterprise/dashboard/keys)。
|
|
127
|
+
|
|
90
128
|
### 方式二:在 Hermes 中一键配置 (Hermes Skill Hub)
|
|
91
129
|
你可以通过以下命令将服务快捷添加到 Hermes 并重启:
|
|
92
130
|
```bash
|
|
@@ -135,13 +173,20 @@ claude mcp add gecho-bridge -- npx -y @gecho-ai/gecho-bridge@latest
|
|
|
135
173
|
|
|
136
174
|
### 🧩 Skills 说明
|
|
137
175
|
|
|
138
|
-
Gecho
|
|
176
|
+
Gecho 提供四个聚合 Skill:
|
|
177
|
+
|
|
178
|
+
- **`amazon`**:覆盖 Amazon 搜索、商品详情和评论采集。
|
|
179
|
+
- **`tiktok-search`**:TikTok 聚合研究工作流,覆盖关键词视频搜索、视频详情、达人查询、洞察任务和洞察状态查询。
|
|
180
|
+
- **`tiktok-shop`**:TikTok Shop 搜索和商品详情。
|
|
181
|
+
- **`x`**:X 搜索和帖子详情。
|
|
182
|
+
|
|
183
|
+
同时提供单功能 Skill:
|
|
139
184
|
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
-
|
|
185
|
+
- **Amazon**:`amazon-search`、`amazon-product`、`amazon-reviews`。
|
|
186
|
+
- **TikTok**:`tiktok-video-search` 用于按关键词搜索视频;`tiktok-video` 用于指定视频的详情、评论和回复;另有 `tiktok-influencer`、`tiktok-insight`、`tiktok-product` 和 `tiktok-shop-search`。
|
|
187
|
+
- **X**:`x-search` 和 `x-post-detail`。
|
|
143
188
|
|
|
144
|
-
|
|
189
|
+
需要按关键词发现视频时使用 `tiktok-video-search`;已有视频 URL、需要获取视频详情时使用 `tiktok-video`。需要完整 TikTok 研究工作流时,使用 `tiktok-search`。
|
|
145
190
|
|
|
146
191
|
### 🔍 基础搜索 (`tiktok_search`)
|
|
147
192
|
适用于快速检索和收集视频数据。
|
package/dist/mcp-client.cjs
CHANGED
|
@@ -33854,7 +33854,7 @@ var require_package = __commonJS({
|
|
|
33854
33854
|
"package.json"(exports2, module2) {
|
|
33855
33855
|
module2.exports = {
|
|
33856
33856
|
name: "@gecho-ai/gecho-bridge",
|
|
33857
|
-
version: "1.1.
|
|
33857
|
+
version: "1.1.37",
|
|
33858
33858
|
description: "TikTok Search and Insight tools for OpenClaw, connecting LLMs to TikTok via Chrome Extension.",
|
|
33859
33859
|
main: "mcp-client.js",
|
|
33860
33860
|
bin: {
|
|
@@ -33882,7 +33882,25 @@ var require_package = __commonJS({
|
|
|
33882
33882
|
"bundle:stage": "bash ./scripts/publish-bundle-dist.sh stage",
|
|
33883
33883
|
"bundle:publish": "bash ./scripts/publish-bundle-dist.sh publish",
|
|
33884
33884
|
"bundle:stage:dist": "bash ./scripts/publish-bundle-dist.sh stage",
|
|
33885
|
-
"bundle:publish:dist": "bash ./scripts/publish-bundle-dist.sh publish"
|
|
33885
|
+
"bundle:publish:dist": "bash ./scripts/publish-bundle-dist.sh publish",
|
|
33886
|
+
"skill:validate": "node ./scripts/validate-skills.js",
|
|
33887
|
+
"skill:stage": "bash ./scripts/publish-clawhub-skills.sh stage",
|
|
33888
|
+
"skill:dry-run": "bash ./scripts/publish-clawhub-skills.sh dry-run",
|
|
33889
|
+
"skill:publish": "bash ./scripts/publish-clawhub-skills.sh publish",
|
|
33890
|
+
"skill:legacy:stage": "bash ./scripts/publish-skills.sh stage",
|
|
33891
|
+
"skill:legacy:dry-run": "bash ./scripts/publish-skills.sh dry-run",
|
|
33892
|
+
"skill:legacy:publish": "bash ./scripts/publish-skills.sh publish",
|
|
33893
|
+
"skillhub:tencent:stage": "bash ./scripts/publish-tencent-skillhub.sh stage",
|
|
33894
|
+
"skillhub:tencent:dry-run": "bash ./scripts/publish-tencent-skillhub.sh dry-run",
|
|
33895
|
+
"skillhub:tencent:publish": "bash ./scripts/publish-tencent-skillhub.sh publish",
|
|
33896
|
+
"skillhub:modelscope:stage": "bash ./scripts/publish-modelscope-skills.sh stage",
|
|
33897
|
+
"skillhub:modelscope:dry-run": "bash ./scripts/publish-modelscope-skills.sh dry-run",
|
|
33898
|
+
"skillhub:modelscope:publish": "bash ./scripts/publish-modelscope-skills.sh publish",
|
|
33899
|
+
"skillhub:modelscope:verify": "bash ./scripts/publish-modelscope-skills.sh verify",
|
|
33900
|
+
"publish:config:generate": "node ./scripts/generate-publish-configs.js",
|
|
33901
|
+
"publish:config:check": "node ./scripts/generate-publish-configs.js --check",
|
|
33902
|
+
"test:skillhub:tencent": "node --test ./test/publish-config.test.js ./test/tencent-skillhub-publish.test.js",
|
|
33903
|
+
"test:skillhub:modelscope": "node --test ./test/modelscope-publish.test.js"
|
|
33886
33904
|
},
|
|
33887
33905
|
keywords: [
|
|
33888
33906
|
"mcp",
|
|
@@ -34228,11 +34246,12 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
|
|
|
34228
34246
|
},
|
|
34229
34247
|
{
|
|
34230
34248
|
name: "amazon_search",
|
|
34231
|
-
description: "\u5728 Amazon \u4E0A\u641C\u7D22\u5173\u952E\u8BCD\uFF0C\u81EA\u52A8\u91C7\u96C6\u591A\u9875\u5546\u54C1\u4FE1\u606F\uFF08\u652F\u6301\u81EA\u52A8\u7FFB\u9875\uFF09\u3002",
|
|
34249
|
+
description: "\u5728 Amazon \u4E0A\u641C\u7D22\u5173\u952E\u8BCD\uFF0C\u81EA\u52A8\u91C7\u96C6\u591A\u9875\u5546\u54C1\u4FE1\u606F\uFF08\u652F\u6301\u81EA\u52A8\u7FFB\u9875\uFF09\u3002marketplace \u53EF\u9009\uFF0C\u672A\u4F20\u65F6\u9ED8\u8BA4 US\u3002",
|
|
34232
34250
|
inputSchema: {
|
|
34233
34251
|
type: "object",
|
|
34234
34252
|
properties: {
|
|
34235
34253
|
query: { type: "string", description: "\u641C\u7D22\u5173\u952E\u8BCD (\u4F8B\u5982: 'clothes')" },
|
|
34254
|
+
marketplace: { type: "string", description: "\u53EF\u9009 Amazon \u7AD9\u70B9\u56FD\u5BB6\u7801\uFF0C\u4F8B\u5982 US\u3001IN\uFF1B\u672A\u4F20\u65F6\u9ED8\u8BA4 US", default: "US" },
|
|
34236
34255
|
targetPages: { type: "number", description: "\u9884\u671F\u91C7\u96C6\u7684\u9875\u6570\uFF0C\u9ED8\u8BA4 5 (\u7EA6100\u6761)", default: 5 },
|
|
34237
34256
|
save_dir: { type: "string", description: "\u53EF\u9009\u7684\u4FDD\u5B58\u76EE\u5F55\u7EDD\u5BF9\u8DEF\u5F84" }
|
|
34238
34257
|
},
|
|
@@ -34241,11 +34260,12 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
|
|
|
34241
34260
|
},
|
|
34242
34261
|
{
|
|
34243
34262
|
name: "amazon_product",
|
|
34244
|
-
description: "\u83B7\u53D6 Amazon \u5546\u54C1\u8BE6\u60C5\u9875\u7684\u5B8C\u6574\u6570\u636E\uFF08\u6807\u9898\u3001\u4EF7\u683C\u3001\u63CF\u8FF0\u3001\u53D8\u4F53\u3001\u89C4\u683C\u7B49\uFF09\u3002",
|
|
34263
|
+
description: "\u83B7\u53D6 Amazon \u5546\u54C1\u8BE6\u60C5\u9875\u7684\u5B8C\u6574\u6570\u636E\uFF08\u6807\u9898\u3001\u4EF7\u683C\u3001\u63CF\u8FF0\u3001\u53D8\u4F53\u3001\u89C4\u683C\u7B49\uFF09\u3002marketplace \u53EF\u9009\uFF0C\u88F8 ASIN \u672A\u4F20\u65F6\u9ED8\u8BA4 US\u3002",
|
|
34245
34264
|
inputSchema: {
|
|
34246
34265
|
type: "object",
|
|
34247
34266
|
properties: {
|
|
34248
34267
|
product_url: { type: "string", description: "\u5546\u54C1\u8BE6\u60C5\u9875 URL \u6216 ASIN (\u4F8B\u5982: 'B0CXJJHY8B' \u6216 'https://www.amazon.com/dp/...') " },
|
|
34268
|
+
marketplace: { type: "string", description: "\u53EF\u9009 Amazon \u7AD9\u70B9\u56FD\u5BB6\u7801\uFF0C\u4F8B\u5982 US\u3001IN\uFF1B\u4EC5\u4F20 ASIN \u65F6\u7528\u4E8E\u786E\u5B9A\u7AD9\u70B9\uFF0C\u672A\u4F20\u65F6\u9ED8\u8BA4 US", default: "US" },
|
|
34249
34269
|
save_dir: { type: "string", description: "\u53EF\u9009\u7684\u4FDD\u5B58\u76EE\u5F55\u7EDD\u5BF9\u8DEF\u5F84" }
|
|
34250
34270
|
},
|
|
34251
34271
|
required: ["product_url"]
|
|
@@ -34253,11 +34273,12 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
|
|
|
34253
34273
|
},
|
|
34254
34274
|
{
|
|
34255
34275
|
name: "amazon_reviews",
|
|
34256
|
-
description: "\u5728 Amazon \u4E13\u7528\u8BC4\u8BBA\u9875\u91C7\u96C6\u8BC4\u8BBA\uFF0C\u652F\u6301\u591A\u9875\u81EA\u52A8\u7FFB\u9875\u3002",
|
|
34276
|
+
description: "\u5728 Amazon \u4E13\u7528\u8BC4\u8BBA\u9875\u91C7\u96C6\u8BC4\u8BBA\uFF0C\u652F\u6301\u591A\u9875\u81EA\u52A8\u7FFB\u9875\u3002marketplace \u53EF\u9009\uFF0C\u88F8 ASIN \u672A\u4F20\u65F6\u9ED8\u8BA4 US\u3002",
|
|
34257
34277
|
inputSchema: {
|
|
34258
34278
|
type: "object",
|
|
34259
34279
|
properties: {
|
|
34260
34280
|
product_url: { type: "string", description: "\u5546\u54C1\u8BE6\u60C5\u9875 URL \u6216 ASIN (\u4F8B\u5982: 'B0CXJJHY8B' \u6216 'https://www.amazon.com/product-reviews/...') " },
|
|
34281
|
+
marketplace: { type: "string", description: "\u53EF\u9009 Amazon \u7AD9\u70B9\u56FD\u5BB6\u7801\uFF0C\u4F8B\u5982 US\u3001IN\uFF1B\u4EC5\u4F20 ASIN \u65F6\u7528\u4E8E\u786E\u5B9A\u7AD9\u70B9\uFF0C\u672A\u4F20\u65F6\u9ED8\u8BA4 US", default: "US" },
|
|
34261
34282
|
targetCount: { type: "number", description: "\u9884\u671F\u91C7\u96C6\u7684\u8BC4\u8BBA\u6570\u91CF\uFF0C\u9ED8\u8BA4 100", default: 100 },
|
|
34262
34283
|
save_dir: { type: "string", description: "\u53EF\u9009\u7684\u4FDD\u5B58\u76EE\u5F55\u7EDD\u5BF9\u8DEF\u5F84" }
|
|
34263
34284
|
},
|
package/dist/server.cjs
CHANGED
|
@@ -3640,7 +3640,7 @@ var require_package = __commonJS({
|
|
|
3640
3640
|
"package.json"(exports2, module2) {
|
|
3641
3641
|
module2.exports = {
|
|
3642
3642
|
name: "@gecho-ai/gecho-bridge",
|
|
3643
|
-
version: "1.1.
|
|
3643
|
+
version: "1.1.37",
|
|
3644
3644
|
description: "TikTok Search and Insight tools for OpenClaw, connecting LLMs to TikTok via Chrome Extension.",
|
|
3645
3645
|
main: "mcp-client.js",
|
|
3646
3646
|
bin: {
|
|
@@ -3668,7 +3668,25 @@ var require_package = __commonJS({
|
|
|
3668
3668
|
"bundle:stage": "bash ./scripts/publish-bundle-dist.sh stage",
|
|
3669
3669
|
"bundle:publish": "bash ./scripts/publish-bundle-dist.sh publish",
|
|
3670
3670
|
"bundle:stage:dist": "bash ./scripts/publish-bundle-dist.sh stage",
|
|
3671
|
-
"bundle:publish:dist": "bash ./scripts/publish-bundle-dist.sh publish"
|
|
3671
|
+
"bundle:publish:dist": "bash ./scripts/publish-bundle-dist.sh publish",
|
|
3672
|
+
"skill:validate": "node ./scripts/validate-skills.js",
|
|
3673
|
+
"skill:stage": "bash ./scripts/publish-clawhub-skills.sh stage",
|
|
3674
|
+
"skill:dry-run": "bash ./scripts/publish-clawhub-skills.sh dry-run",
|
|
3675
|
+
"skill:publish": "bash ./scripts/publish-clawhub-skills.sh publish",
|
|
3676
|
+
"skill:legacy:stage": "bash ./scripts/publish-skills.sh stage",
|
|
3677
|
+
"skill:legacy:dry-run": "bash ./scripts/publish-skills.sh dry-run",
|
|
3678
|
+
"skill:legacy:publish": "bash ./scripts/publish-skills.sh publish",
|
|
3679
|
+
"skillhub:tencent:stage": "bash ./scripts/publish-tencent-skillhub.sh stage",
|
|
3680
|
+
"skillhub:tencent:dry-run": "bash ./scripts/publish-tencent-skillhub.sh dry-run",
|
|
3681
|
+
"skillhub:tencent:publish": "bash ./scripts/publish-tencent-skillhub.sh publish",
|
|
3682
|
+
"skillhub:modelscope:stage": "bash ./scripts/publish-modelscope-skills.sh stage",
|
|
3683
|
+
"skillhub:modelscope:dry-run": "bash ./scripts/publish-modelscope-skills.sh dry-run",
|
|
3684
|
+
"skillhub:modelscope:publish": "bash ./scripts/publish-modelscope-skills.sh publish",
|
|
3685
|
+
"skillhub:modelscope:verify": "bash ./scripts/publish-modelscope-skills.sh verify",
|
|
3686
|
+
"publish:config:generate": "node ./scripts/generate-publish-configs.js",
|
|
3687
|
+
"publish:config:check": "node ./scripts/generate-publish-configs.js --check",
|
|
3688
|
+
"test:skillhub:tencent": "node --test ./test/publish-config.test.js ./test/tencent-skillhub-publish.test.js",
|
|
3689
|
+
"test:skillhub:modelscope": "node --test ./test/modelscope-publish.test.js"
|
|
3672
3690
|
},
|
|
3673
3691
|
keywords: [
|
|
3674
3692
|
"mcp",
|