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