bee-productsgroup-read

A product group list retrieval skill based on the "Bee Website Builder" Open API. It is used to obtain published product category/group data from the website. It supports filtering by language and parent product group, supports multi-level hierarchical group structures, and can be widely used in product category display, querying products under a group, group selection for product publishing, data analysis, AI content generation, SEO optimization, intelligent retrieval, and similar scenarios.

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

bee-productsgroup-read

Version: 2.0.2

Overview

Use the Bee Website Builder Open API to retrieve product group/category data.

Supports language filtering, querying by parent group, and returning multi-level nested structures. It can be widely used in product category display, querying products under groups, product publishing group selection, data analysis, AI content generation, SEO optimization, and intelligent retrieval.


Input Parameters

api_key (string, Required)

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


language (string, Required)

Site language filter parameter.

⚠️ After user confirmation, it must be selected from the list returned by bee-languages-get
❌ AI is not allowed to infer or generate it automatically


productsgroup_id (integer, Optional)

Parent product group ID, used to retrieve the child group list.

  • If omitted, top-level groups are returned
  • If provided, child groups under that group are returned

Output Structure

Top-Level Structure

FieldTypeDescription
statusbooleanRequest status
msgstringResponse message
dataobject/nullReturned data

data.list[]

Product group list data.

FieldTypeDescription
productsgroup_idintegerProduct group ID
languagestringSite language code
group_namestringGroup name
tagsarrayKeyword list
productsgroup_urlstringGroup URL
create_timestring(datetime)Creation time
update_timestring(datetime)Update time
is_leafbooleanWhether it is a leaf node
childrenarrayChild groups (recursive structure)

children[]

Recursive structure with the same node structure as list[].


Dependencies

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

Usage Rules

  • language must be obtained through bee-languages-get
  • productsgroup_id is used only to retrieve child groups
  • children supports unlimited recursive nesting
  • The integrity of the tree structure must be preserved

Usage Example

Retrieve Top-Level Groups

{
  "api_key": "your-api-key",
  "language": "en"
}

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

微信读书 AI 阅读助手

微信读书 AI 阅读助手 - 扫码登录、阅读进度跟踪、章节内容存档、AI 对话

Registry SourceRecently Updated
General

SS Requirements to Teambition

从 SaleSmartly 客服会话中自动采集带标签的对话,经 AI 分析提取需求,创建 Teambition 任务。用于客服反馈→需求管理自动化。触发词:SS需求采集、客服需求整理、SaleSmartly会话转任务、聊天记录转需求、客户反馈建任务、采集会话创建TB任务。当用户想把 SaleSmartly 中的客...

Registry SourceRecently Updated
General

国际形势分析智能体

专业中立的现代国际形势分析智能体,聚焦2020年至今全球地缘政治、大国关系、国际经济、安全格局、热点冲突、全球治理六大领域。基于权威信源输出严谨、客观、结构化分析。触发词:国际形势分析、地缘政治、大国关系、中美关系、俄乌冲突、台海局势、南海问题、全球安全、国际经济格局、全球治理。支持全景分析、专题深度分析、热点事...

Registry SourceRecently Updated
General

PlantUML

Generate UML diagrams (use case, class, sequence, activity, state, component, deployment, object, timing, and more) using PlantUML. Use when the user asks to...

Registry SourceRecently Updated