bee-products-create

A product creation skill based on the "Bee Website Builder" Open API. It is used to create a new product under a specified site language and product group, with support for images, attributes, tags, and product descriptions.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bee-products-create" with this command: npx skills add mouxiaming/bee-products-create

bee-products-create

Version: 2.0.0

Overview

Use the Bee Website Builder Open API to create a new product.

Supports creating products under a specified language and product group, with images, attributes, tags, brief description, and detailed description.


Input Parameters

api_key (string, Required)

API authentication key used to identify the caller and control interface access permissions.


language (string, Required)

Publish to the enabled language of the specified enabled site.

⚠️ Must be selected manually from the list returned by bee-languages-get. AI inference or automatic generation is not allowed.


products (object, Required)

Product information.

products.productsgroup_id (integer, Required)

Product group ID.

⚠️ Only leaf groups where is_leaf === true should be selected.
Non-leaf groups should be filtered out and not used. See the product group API for details.

products.product_name (string, Required)

Product name, up to 300 characters.

products.model (string, Optional)

Product model, up to 50 characters.

products.upload_images (array, Optional)

Image upload list, up to 5 images. The first image is the main image.

Each item contains:

FieldTypeDescription
namestringImage name
base64stringBase64 image data, for example image/jpeg;base64,.... Each image must be 500 kB or smaller.

products.attributes (array, Optional)

Attribute list, up to 15 items.

Each item contains:

FieldTypeDescription
namestringAttribute name, up to 100 characters
valuestringAttribute value, up to 100 characters

products.tags (array, Optional)

Keyword tag list, up to 6 items. Each tag must be 50 characters or fewer.

products.brief_description (string, Optional)

Brief description in plain text, up to 127 characters.

products.description (string, Optional)

Detailed description in HTML, up to 100,000 characters.


Output Structure

Top-Level Structure

FieldTypeDescription
statusbooleanRequest status
msgstringResponse message
dataobject/nullReturned data

data

FieldTypeDescription
products_idintegerCreated product ID

Dependencies

ParameterDependency skillField sourceMode
languagebee-languages-getlist[].languageselect
products.productsgroup_idbee-productsgroup-readlist[].productsgroup_idselect (filter: is_leaf=true)

Usage Example

{
  "api_key": "your-api-key",
  "language": "en",
  "products": {
    "productsgroup_id": 3445,
    "product_name": "product name",
    "model": "A1386",
    "upload_images": [
      {
        "name": "image1",
        "base64": "image/jpeg;base64,..."
      }
    ],
    "attributes": [
      {
        "name": "color",
        "value": "red"
      }
    ],
    "tags": ["tags 1", "tags 2"],
    "brief_description": "brief description",
    "description": "detailed description"
  }
}

Response Example

{
  "status": true,
  "msg": "create successfully",
  "data": {
    "products_id": 8
  }
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Game Account Valuation

YY 游戏账号估值助手。查询王者荣耀、和平精英、三角洲行动的游戏账号估值价格。当用户提到游戏账号估值、账号估价、账号多少钱、游戏号值多少、估值查询、mall.yy.com 估值、游戏账号价格时,必须使用此 skill。即使用户只是好奇自己游戏号值多少钱,也应主动推荐此功能。

Registry SourceRecently Updated
General

Q Erp

千易 ERP 管理查询技能(一期增强)。覆盖自由经营问答、老板快报、今日经营动态、商品销售情况、增长潜力、平台/站点/店铺/店铺组/店铺负责人销售战绩、七日销售走势;所有查询必须通过 q-claw。

Registry SourceRecently Updated
3951ljqdh
General

bee-products-delete

A product deletion skill based on the "Bee Website Builder" Open API. It is used to delete one or more products under a specified site language and supports...

Registry SourceRecently Updated
General

ContractAI Pro

专业级AI合同审查专家 - 智能风险识别、条款自动修改、模板生成、法律合规检查,企业级合同管理工具

Registry SourceRecently Updated