bee-products-read

基于"小蜜蜂(Bee)建站"开放 API 的产品/商品列表读取技能,用于获取网站已发布的产品数据。支持按语言、产品分组筛选,支持分页读取,可用于商品展示、数据分析、AI 内容生成、SEO 优化等场景。

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

bee-products-read

版本: 2.0.1

简介

通过小蜜蜂(Bee)建站开放 API 获取产品/商品列表数据。

支持按语言筛选、产品分组筛选(叶子节点)、分页查询,并返回完整产品结构数据,可用于商品展示、SEO 优化、数据分析与内容生成。


输入参数

api_key (string, 必填)

API 身份认证密钥,用于标识调用方身份并控制接口访问权限。


language (string, 必填)

站点语言筛选参数。

⚠️ 必须从 bee-languages-get 返回列表中人工选择,不允许 AI 推断或自动生成。


productsgroup_id (integer, 可选)

产品分组 ID。

⚠️ 仅允许选择 is_leaf === true 的叶子节点分组
非叶子节点必须过滤,不可使用


pagination (object, 必填)

分页配置参数。

current_page (integer)

  • 默认值: 1
  • 最小值: 1
  • 分页规则:
    • 必须依赖 data.pagination.has_next_page
    • 使用 data.pagination.next_page 作为下一页页码
    • 禁止基于 total_page 或手动递增推算
    • has_next_page=false 时必须停止请求

page_size (integer)

  • 默认值: 10
  • 范围: 10 - 50

输出结构

顶层结构

字段类型说明
statusboolean请求状态
msgstring返回消息
dataobject/null返回数据

data.pagination

字段类型说明
current_pageinteger当前页码
page_sizeinteger每页数量
total_pageinteger总页数
total_countinteger总记录数
has_next_pageboolean是否存在下一页
next_pageinteger/null下一页页码

data.list[]

产品数据列表。

字段类型说明
products_idinteger产品ID
languagestring站点语言
groupobject产品分组
product_namestring产品名称
modelstring产品型号
imagesarray产品图片URL列表
tagsarray关键词
attributesarray属性列表
brief_descriptionstring简要描述
descriptionstring详情描述(HTML)
tdkobjectSEO信息
view_countinteger访问量
inquiry_countinteger询盘量
product_urlstring详情页URL
create_timestring(datetime)创建时间
update_timestring(datetime)更新时间

group

字段类型说明
productsgroup_idstring分组ID
group_namestring分组名称

attributes[]

字段类型说明
namestring属性名
valuestring属性值

tdk

字段类型说明
titlestringSEO标题(≤70字符)
descriptionstringSEO描述(25-160字符)
keywordsstringSEO关键词(≤100字符)

依赖关系

参数依赖技能字段来源模式
languagebee-languages-getlist[].languageselect
productsgroup_idbee-productsgroup-readlist[].productsgroup_idselect(filter: is_leaf=true)

使用示例

基础查询

{
  "api_key": "your-api-key",
  "language": "en",
  "pagination": {
    "current_page": 1,
    "page_size": 10
  }
}

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

Tow Yard Release Call Kit

Prepares a fast, careful call script, release checklist, fee questions, and pickup plan for retrieving a towed vehicle.

Registry SourceRecently Updated
General

Notebook Page Edge Dust Card

Creates a simple printable card to gently remind users to wipe dust from notebook page edges in a specified shelf zone on a regular schedule.

Registry SourceRecently Updated
General

Html Anything

Turn an idea, file, folder, or URL into a polished live HTML page. Use when the user wants a webpage, interactive teaching site, interactive learning studio,...

Registry SourceRecently Updated
General

Ai Work Session Planner

Turns a messy work goal into a focused 60 to 120 minute AI-assisted work session with inputs, checkpoints, and a clear done-state.

Registry SourceRecently Updated