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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bee-productsgroup-read - After installation, invoke the skill by name or use
/bee-productsgroup-read - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install bee-productsgroup-read?
Run "/install bee-productsgroup-read" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is bee-productsgroup-read free?
Yes, bee-productsgroup-read is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does bee-productsgroup-read support?
bee-productsgroup-read is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created bee-productsgroup-read?
It is built and maintained by mouxiaming (@mouxiaming); the current version is v2.0.4.