← 返回
未分类 Key 中文

bee-languages-get

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...
一种基于“Bee Website Builder”开放API的语言列表获取技能,用于获取已启用的站点语言列表并提供相应的依赖信息。
mouxiaming mouxiaming 来源
未分类 clawhub v2.0.4 1 版本 100000 Key: 需要
★ 0
Stars
📥 606
下载
💾 0
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v2.0.4 当前
    2026-05-21 13:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 78 📥 182,588
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 329,826
data-analysis

bee-visitor-recent

mouxiaming
基于“Bee Website Builder”开放API的最新访客数据获取技能,用于获取最新访客列表并生成结构化分析。
★ 0 📥 476