bee-productsgroup-read
/install bee-productsgroup-read
bee-languages-get
Version: 2.0.4
Overview
Use the "Bee Website Builder" Open API to retrieve the list of currently enabled languages for the site. This skill can be used to:
- Retrieve platform-supported languages
- Provide selectable values for the
languageparameter - Support AI Agent dropdown linkage
- Support OpenClaw Skill dependency injection
- Support chained Workflow calls
Input Parameters
api_key (string, Required)
API authentication key used for caller identity verification and interface access control.
- Get it from: https://open.tradew.com
- Recommended configuration: Inject it via
skills.entries.env.BEE_API_KEYto avoid passing it in plaintext on every call.
Output Structure
Top-Level Fields
| Field | Type | Description |
|---|---|---|
| status | boolean | Request status, true for success / false for failure |
| msg | string | Response message |
| data | object | null | Response data, null on failure |
data.list[] (array of objects)
Each language record contains the following fields:
| Field | Type | Description |
|---|---|---|
| language | string | Site language code identifier (for API use) |
| name | string | Language name (for display) |
Usage Example
Query
{
"api_key": "your-api-key"
}
Notes
api_keyis required and can be obtained from https://open.tradew.com
Applicable Scenarios
- Retrieve currently enabled language sites
- Language filtering
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bee-productsgroup-read - 安装完成后,直接呼叫该 Skill 的名称或使用
/bee-productsgroup-read触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
bee-productsgroup-read 是什么?
A language list retrieval skill based on the "Bee Website Builder" Open API. It is used to obtain the list of enabled site languages and provide the dependen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 bee-productsgroup-read?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bee-productsgroup-read」即可一键安装,无需额外配置。
bee-productsgroup-read 是免费的吗?
是的,bee-productsgroup-read 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
bee-productsgroup-read 支持哪些平台?
bee-productsgroup-read 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 bee-productsgroup-read?
由 mouxiaming(@mouxiaming)开发并维护,当前版本 v2.0.4。