bee-languages-get

Dev Tools

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 dependency data source for the `language` parameter used by other skills.

duplicate of @mouxiaming/bee-visitor-recent (2.0.3)

Install

openclaw skills install deleted

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

FieldTypeDescription
statusbooleanRequest status, true for success / false for failure
msgstringResponse message
dataobject | nullResponse data, null on failure

data.list[] (array of objects)

Each language record contains the following fields:

FieldTypeDescription
languagestringSite language code identifier (for API use)
namestringLanguage 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