小蜜蜂数字营销
v1.0.0A unified Bee 网页site 构建器 Open API 技能 for language lookup, product group lookup, product read/创建/更新/删除, inquiry read, and recent visitor 分析.
运行时依赖
安装命令
点击复制本土化适配说明
小蜜蜂数字营销 安装说明: 安装命令:["openclaw skills install bee-skill"]
技能文档
bee-openAPI
Version: 2.1.0
Overview
This 技能 merges multiple Bee 网页site 构建器 Open API capabilities into a single publishable 技能.
Supported actions:
languages_获取 productsgroup_read products_read products_创建 products_更新 products_删除 inquiry_read visitor_recent Required Parameters API_key (string)
API authentication key used for caller 身份 verification and interface 访问 control.
获取 it from: https://open.tradew.com Recommended configuration: inject it through 技能s.entries.env.BEE_API_KEY action (string)
Selects which capability to 执行.
Common Parameters language (string)
Used by most content operations. It should come from the languages_获取 action after user confirmation.
pagination (object)
Used by products_read, inquiry_read, and visitor_recent.
{ "current_page": 1, "page_size": 10 }
products (object)
Used by products_创建 and products_更新.
id_列出 (array)
Used by products_删除.
Action 图形界面de languages_获取
Returns the 列出 of enabled site languages.
productsgroup_read
Returns published product groups for a selected language.
products_read
Returns published product data with optional pagination and product group 过滤器ing.
products_创建
创建s a new product under the selected language and product group.
products_更新
更新s an existing product under the selected language.
products_删除
Moves one or more products to the recycle bin.
inquiry_read
Returns inquiry records with optional language, recent-day 过滤器ing, and pagination.
visitor_recent
Returns recent visitor 分析 with pagination.
Example { "API_key": "your-API-key", "action": "products_read", "language": "en", "pagination": { "current_page": 1, "page_size": 10 } }