bee-inquiry-read

# bee-inquiry-read

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

bee-inquiry-read

基于“小蜜蜂(Bee)建站”的询盘数据进行统计分析,并生成结构化分析报告。

支持:

  • 分页读取询盘
  • 自定义返回字段
  • 分语言站点读取
  • AI Agent 调用
  • OpenClaw Skill 集成

Features

  • 从小蜜蜂(Bee)获取询盘数据
  • 支持分页查询
  • 支持自定义返回字段
  • 支持 language 参数联动
  • 支持 Skill Dependencies

Usage

Example Input

{
  "api_key": "eyJhbGciOiJIU...", 
  "language": "en",
  "pagination": {
    "current_page":1,
    "page_size":10
  },
  "fields": [
    "inquiry_id",
    "language",
    "is_read",
    "title",
    "content",
    "country_code",
    "ip",
    "contact",
    "source",
    "target_products",
    "create_time"
  ]
}

Input Parameters

ParameterTypeRequiredDescription
api_keystringYesAPI_KEY 是用于 API 身份认证的安全凭证,用于标识调用方身份并控制接口访问权限。请前往 https://open.tradew.com 开发者平台获取后再使用。
languagestringNo语言参数。必须从 languages-get 中选择
current_pagenumberNo当前页码,默认 1
page_sizenumberNo每页数量,范围 10-50
fieldsarray[string]No返回字段列表

Supported Fields

支持以下字段:

inquiry_id
language
is_read
title
content
country_code
ip
contact
source
target_products
create_time

Dependency

本技能依赖:

{
  "language": {
    "skill": "bee-languages-get",
    "field": "list[].language",
    "mode": "select"
  }
}

说明:

  • language 必须由 bee-languages-get 返回结果中选择
  • 不允许 AI 自动推断
  • 不允许系统默认选择

Response Example

Success

{
  "status": true,
  "msg": "success",
  "pagination": {
    "current_page": 1,
    "page_size": 10,
    "total": 120
  },
  "list": [
    {
      "inquiry_id": "10001",
      "title": "Need quotation",
      "content": "Please send price",
      "contact": "Tom",
      "create_time": "2026-05-07 10:00:00"
    }
  ]
}

Validation Rules

page_size

范围:

10 - 50

超出范围时返回:

{
  "status": false,
  "msg": "page_size 必须在 10 到 50 之间"
}

API Endpoint

POST https://platform.tradew.com/openapis/inquiry/read

Notes

  • Skill 使用 Bearer Token 鉴权
  • 所有请求使用 application/json
  • 默认返回常用询盘字段
  • fields 支持自定义字段返回

Changelog

1.0.2

  • 增加 fields 支持
  • 增加分页参数校验
  • 增加 dependency 配置
  • 优化返回结构

License

MIT

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

Mzu 每日简报

多源 AI 科技新闻简报聚合器。覆盖 AI 大模型、科技、财经,按热度分级输出,来源全程可溯。AIHOT 168 信源并行覆盖。8 维度强制搜索,15-20 条精选内容。支持 Twitter/X 和 Grok API。

Registry SourceRecently Updated
General

Ansys Inc

Leader in engineering simulation software providing digital twin infrastructure for industrial R&D across aerospace, automotive, semiconductor, and energy se...

Registry SourceRecently Updated
General

私人专属音色生成工具(合规版)

声音复刻技能,使用 AI Artist API 进行音色克隆和语音合成。支持查询已有音色、上传音频创建新音色、使用指定音色合成语音。 ⚠️ 使用前必须设置环境变量 AI_ARTIST_TOKEN 为你的 API Key! 需要 API Key 授权:已有账号请前往 https://ai.deepsop.com/l...

Registry SourceRecently Updated
General

xhs-title-copywriter(小红书爆款标题生成器)

专为小红书内容创作打造的爆款标题生成工具,基于全网每日持续收录的2000+条爆款笔记数据,抓取高互动爆款笔记的标题结构、关键词布局与情绪钩子,通过AI智能分析拆解爆款标题逻辑,结合用户输入的核心信息、产品卖点及选题方向,精准匹配平台受众喜好,一键生成10个优质爆款标题,告别标题纠结,轻松提升笔记点击率与曝光量。

Registry SourceRecently Updated