← 返回 Skills 市场
bee-inquiry-read
作者
mouxiaming
· GitHub ↗
· v1.0.2
· MIT-0
24
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bee-inquiry-read
功能描述
Fetch and analyze inquiry data from Bee platform with pagination, customizable fields, and multi-language support using authenticated API access.
使用说明 (SKILL.md)
inquiry-read
基于“小蜜蜂(Bee)建站”的询盘数据进行统计分析,并生成结构化分析报告。
支持:
- 分页读取询盘
- 自定义返回字段
- 分语言站点读取
- AI Agent 调用
- OpenClaw Skill 集成
Version
1.0.2
Features
- 从小蜜蜂(Bee)获取询盘数据
- 支持分页查询
- 支持自定义返回字段
- 支持 language 参数联动
- 支持 Skill Dependencies
Usage
Example Input
{
"api_key": "eyJhbGciOiJIU...",
"language": "en",
"pagination": {
"current_page":1,
"page_size":10
},
"fields": [
"inquiry_id",
"title",
"content",
"contact",
"create_time"
]
}
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| api_key | string | Yes | API_KEY 是用于 API 身份认证的安全凭证,用于标识调用方身份并控制接口访问权限。请前往 https://open.tradew.com 开发者平台获取后再使用。 |
| language | string | No | 语言参数。必须从 languages-get 中选择 |
| current_page | number | No | 当前页码,默认 1 |
| page_size | number | No | 每页数量,范围 10-50 |
| fields | array[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
安全使用建议
Before installing or using this skill, confirm that you trust the Bee/Tradew API integration, provide only a token with appropriate read scope, explicitly choose the intended language, and limit returned fields when handling customer or lead data.
功能分析
Type: OpenClaw Skill
Name: bee-inquiry-read
Version: 1.0.2
The skill is a standard API wrapper designed to fetch inquiry data from the 'Bee' website builder platform (tradew.com). The code in index.js correctly implements pagination, field selection, and authentication via a Bearer token, communicating only with the documented endpoint (https://platform.tradew.com/openapis/inquiry/read). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力标签
能力评估
Purpose & Capability
The implementation matches the stated purpose by posting to the disclosed inquiry/read endpoint and returning paginated inquiry records, but the default fields include potentially sensitive inquiry content, contact, and IP data.
Instruction Scope
Most limits are documented and proportionate, including page_size 10-50. One inconsistency is that the documentation says language should not be defaulted, while the code defaults missing language to "en".
Install Mechanism
No install script, package install, shell command, or external helper is specified; the included JavaScript is small and the static scan reported no suspicious patterns.
Credentials
The skill requires a user-supplied API key/Bearer token for the Bee/Tradew API, which is purpose-aligned, although registry credential metadata says no primary credential while the skill input clearly requires api_key.
Persistence & Privilege
The artifacts show no local file writes, persistence, background execution, mutation endpoint, or credential storage; the API privilege shown is read-oriented inquiry retrieval.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bee-inquiry-read - 安装完成后,直接呼叫该 Skill 的名称或使用
/bee-inquiry-read触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added support for customizable fields in responses.
- Introduced pagination parameter validation.
- Configured skill dependency for language parameter selection.
- Improved and optimized the response structure.
元数据
常见问题
bee-inquiry-read 是什么?
Fetch and analyze inquiry data from Bee platform with pagination, customizable fields, and multi-language support using authenticated API access. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 24 次。
如何安装 bee-inquiry-read?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bee-inquiry-read」即可一键安装,无需额外配置。
bee-inquiry-read 是免费的吗?
是的,bee-inquiry-read 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
bee-inquiry-read 支持哪些平台?
bee-inquiry-read 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 bee-inquiry-read?
由 mouxiaming(@mouxiaming)开发并维护,当前版本 v1.0.2。
推荐 Skills