← 返回 Skills 市场
mouxiaming

bee-productsgroup-read

作者 mouxiaming · GitHub ↗ · v2.0.4 · MIT-0
cross-platform ✓ 安全检测通过
123
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install bee-productsgroup-read
功能描述
A language list retrieval skill based on the "Bee Website Builder" Open API. It is used to obtain the list of enabled site languages and provide the dependen...
使用说明 (SKILL.md)

bee-languages-get

Version: 2.0.4

Overview

Use the "Bee Website Builder" Open API to retrieve the list of currently enabled languages for the site. This skill can be used to:

  • Retrieve platform-supported languages
  • Provide selectable values for the language parameter
  • Support AI Agent dropdown linkage
  • Support OpenClaw Skill dependency injection
  • Support chained Workflow calls

Input Parameters

api_key (string, Required)

API authentication key used for caller identity verification and interface access control.

  • Get it from: https://open.tradew.com
  • Recommended configuration: Inject it via skills.entries.env.BEE_API_KEY to avoid passing it in plaintext on every call.

Output Structure

Top-Level Fields

Field Type Description
status boolean Request status, true for success / false for failure
msg string Response message
data object | null Response data, null on failure

data.list[] (array of objects)

Each language record contains the following fields:

Field Type Description
language string Site language code identifier (for API use)
name string Language name (for display)

Usage Example

Query

{
  "api_key": "your-api-key"
}

Notes

  1. api_key is required and can be obtained from https://open.tradew.com

Applicable Scenarios

  • Retrieve currently enabled language sites
  • Language filtering
安全使用建议
This appears safe for its stated purpose if you intend to retrieve Bee/Tradew site languages. Before installing, verify the naming mismatch is expected, and provide the BEE_API_KEY only through secure secret/env configuration with the minimum permissions needed.
功能分析
Type: OpenClaw Skill Name: bee-productsgroup-read Version: 2.0.4 The skill is a straightforward implementation for retrieving a list of supported languages from the Bee Website Builder platform via its official API (platform.tradew.com). The code in index.js correctly handles the API key as a Bearer token and performs a standard fetch request without any signs of malicious intent, data exfiltration, or obfuscation.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The registry name/slug is bee-productsgroup-read, while the packaged SKILL.md names the skill bee-languages-get; however, the description, README, schema, and code consistently describe retrieving enabled site languages.
Instruction Scope
The instructions are limited to retrieving enabled languages and using them as selectable/dependency values; there are no prompt overrides, destructive actions, or hidden agent-control instructions.
Install Mechanism
There is no install specification and no package/dependency installation; the included code is a small API wrapper.
Credentials
The skill requires a Bee API key and sends it as a Bearer token to the Tradew/Bee API endpoint, which is expected for this authenticated integration but is still sensitive.
Persistence & Privilege
The artifacts show no persistence, background workers, local file writes, shell execution, privilege escalation, or long-running behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bee-productsgroup-read
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bee-productsgroup-read 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.4
- No file changes detected; version bump only. - No functional or documentation changes in this release.
v2.0.3
- Documentation updated: SKILL.md changed from Chinese to English. - Description and all section headers translated and reworded for clarity. - No changes to code or functional behavior. - Usage rules, parameters, and example remain consistent with previous version.
v2.0.2
- Version number updated to 2.0.2. - No code or functional changes in this version. - Documentation version in SKILL.md updated for consistency.
v2.0.1
No changes in this version. - Version 2.0.1 contains no file updates or modifications.
v2.0.0
Version 2.0.0 - 全面重写文档,新增详细的参数说明与返回结构字段表 - 支持按站点语言筛选,language 参数必须从 bee-languages-get 获取,禁止自动推断 - 新增 productsgroup_id 支持父级分组筛选,便于获取多级嵌套和递归的分组树结构 - 输出结构中 list 支持 children 字段,便于分组树递归读取 - 明确依赖和调用流程,完善用例和接口依赖说明 - 适用场景扩展到产品分类展示、数据分析、智能检索等
元数据
Slug bee-productsgroup-read
版本 2.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

bee-productsgroup-read 是什么?

A language list retrieval skill based on the "Bee Website Builder" Open API. It is used to obtain the list of enabled site languages and provide the dependen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 bee-productsgroup-read?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bee-productsgroup-read」即可一键安装,无需额外配置。

bee-productsgroup-read 是免费的吗?

是的,bee-productsgroup-read 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

bee-productsgroup-read 支持哪些平台?

bee-productsgroup-read 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 bee-productsgroup-read?

由 mouxiaming(@mouxiaming)开发并维护,当前版本 v2.0.4。

💬 留言讨论