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 batch deletion by product ID list.

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-delete" with this command: npx skills add mouxiaming/bee-products-delete

bee-products-delete

Version: 2.0.1

Overview

Use the Bee Website Builder Open API to delete one or more products.

Supports batch deletion of product IDs under a specified language.


Input Parameters

api_key (string, Required)

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


language (string, Required)

Enabled site language.

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


id_list (array of integers, Required)

Product ID list, up to 100 items.


Output Structure

Top-Level Structure

FieldTypeDescription
statusbooleanRequest status
msgstringResponse message
dataobject/nullReturned data

data

FieldTypeDescription
successarraySuccessfully deleted items
failarrayFailed deletion items

data.success[]

FieldTypeDescription
idintegerProduct ID
msgstringSuccess message

data.fail[]

FieldTypeDescription
idintegerProduct ID
msgstringFailure message

Dependencies

ParameterDependency skillField sourceMode
languagebee-languages-getlist[].languageselect

Usage Example

{
  "api_key": "your-api-key",
  "language": "en",
  "id_list": [
    18468028,
    18467384,
    18466967
  ]
}

Response Example

{
  "status": true,
  "msg": "Deleted successfully",
  "data": {
    "success": [
      {
        "id": 18468028,
        "msg": "Deleted"
      }
    ],
    "fail": [
      {
        "id": 18467384,
        "msg": "Data not found"
      }
    ]
  }
}

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

ContractAI Pro

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

Registry SourceRecently Updated
General

Same Day Document Drop Plan

Create a same-day document drop plan with timing, routing, recipient confirmation, proof-of-delivery checklist, copy handling, and fallback steps. Use for ur...

Registry SourceRecently Updated