/install bee-skill
bee-openapi
Version: 2.1.0
Overview
This skill merges multiple Bee Website Builder Open API capabilities into a single publishable skill.
Supported actions:
languages_getproductsgroup_readproducts_readproducts_createproducts_updateproducts_deleteinquiry_readvisitor_recent
Required Parameters
api_key (string)
API authentication key used for caller identity verification and interface access control.
- Get it from: https://open.tradew.com
- Recommended configuration: inject it through
skills.entries.env.BEE_API_KEY
action (string)
Selects which capability to execute.
Common Parameters
language (string)
Used by most content operations. It should come from the languages_get 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_create and products_update.
id_list (array)
Used by products_delete.
Action Guide
languages_get
Returns the list 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 filtering.
products_create
Creates a new product under the selected language and product group.
products_update
Updates an existing product under the selected language.
products_delete
Moves one or more products to the recycle bin.
inquiry_read
Returns inquiry records with optional language, recent-day filtering, and pagination.
visitor_recent
Returns recent visitor analytics with pagination.
Example
{
"api_key": "your-api-key",
"action": "products_read",
"language": "en",
"pagination": {
"current_page": 1,
"page_size": 10
}
}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bee-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/bee-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
小蜜蜂数字营销 是什么?
A unified Bee Website Builder Open API skill for language lookup, product group lookup, product read/create/update/delete, inquiry read, and recent visitor a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。
如何安装 小蜜蜂数字营销?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bee-skill」即可一键安装,无需额外配置。
小蜜蜂数字营销 是免费的吗?
是的,小蜜蜂数字营销 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
小蜜蜂数字营销 支持哪些平台?
小蜜蜂数字营销 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 小蜜蜂数字营销?
由 MisterQiu(@mister-qiu)开发并维护,当前版本 v1.0.0。