← Back to Skills Marketplace
mouxiaming

bee-productsgroup-read

by mouxiaming · GitHub ↗ · v2.0.4 · MIT-0
cross-platform ✓ Security Clean
123
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install bee-productsgroup-read
Description
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...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bee-productsgroup-read
  3. After installation, invoke the skill by name or use /bee-productsgroup-read
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 字段,便于分组树递归读取 - 明确依赖和调用流程,完善用例和接口依赖说明 - 适用场景扩展到产品分类展示、数据分析、智能检索等
Metadata
Slug bee-productsgroup-read
Version 2.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.

How do I install bee-productsgroup-read?

Run "/install bee-productsgroup-read" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is bee-productsgroup-read free?

Yes, bee-productsgroup-read is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does bee-productsgroup-read support?

bee-productsgroup-read is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created bee-productsgroup-read?

It is built and maintained by mouxiaming (@mouxiaming); the current version is v2.0.4.

💬 Comments