← 返回 Skills 市场
bee-languages-get
作者
mouxiaming
· GitHub ↗
· v1.0.4
· MIT-0
61
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install bee-languages-get
功能描述
从 Tradew 平台分页读取客户网站询盘信息,支持多语言、自定义字段和 AI Agent 调用。
使用说明 (SKILL.md)
bee-languages-get
获取通过“小蜜蜂(Bee)建站”平台创建的网站已开通的语言列表。
支持:
- 获取平台支持语言
- 返回语言名称与语言标识
- AI Agent 调用
- OpenClaw Skill 集成
- 参数联动依赖支持
Version
1.0.2
Features
- 获取 Bee 平台支持语言
- 返回 language 参数可用值
- 支持作为其他 Skill 的 dependency 数据源
- 支持 AI 自动生成 Select UI
- 支持 Workflow 链式调用
Usage
Example Input
{
"api_key": "eyJhbGciOiJIU...",
}
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| api_key | string | Yes | API_KEY 是用于 API 身份认证的安全凭证,用于标识调用方身份并控制接口访问权限。请前往 https://open.tradew.com 开发者平台获取后再使用。 |
Output Structure
| Field | Type | Description |
|---|---|---|
| status | boolean | 请求状态 |
| msg | string | 返回消息 |
| list | array | 语言列表 |
Language Object Structure
| Field | Type | Description |
|---|---|---|
| name | string | 语言显示名称 |
| language | string | 语言标识(用于接口传参) |
Response Example
Success
{
"status": true,
"msg": "success",
"data":{
"list": [
{
"name": "English",
"language": "en"
},
{
"name": "简体中文",
"language": "zh-cn"
}
]
}
}
Failed
{
"status": false,
"msg": "缺少 API_KEY"
}
API Endpoint
POST https://platform.tradew.com/openapis/languages
Notes
- Skill 使用
Bearer Token鉴权 - 所有请求使用
application/json - 返回结果可作为其他 Skill 的 dependency 数据源
- 推荐与
language类型参数联动使用
Dependency Usage Example
可用于:
{
"dependencies": {
"language": {
"skill": "bee-languages-get",
"field": "list[].language",
"mode": "select"
}
}
}
说明:
- AI 可自动生成下拉选择框
- 用户必须从返回值中选择
- 不允许自动推断 language
Changelog
1.0.2
- 初始版本发布
- 支持语言列表读取
- 支持 dependency 联动
License
MIT
安全使用建议
Before installing, verify that you only need a language-list lookup skill, provide a least-privilege Tradew API key, and be aware that the registry description should be corrected because it currently describes customer inquiry retrieval rather than the implemented behavior.
功能分析
Type: OpenClaw Skill
Name: bee-languages-get
Version: 1.0.4
The skill is designed to fetch a list of supported languages from the 'Bee' website building platform via the 'https://platform.tradew.com/openapis/languages' endpoint. The implementation in index.js correctly uses the provided api_key for authentication and handles the response as described in SKILL.md. No malicious patterns or suspicious behaviors were identified.
能力标签
能力评估
Purpose & Capability
The code and SKILL.md are coherent around fetching Bee/Tradew language options, but the registry description mentions paginated customer inquiry data, which does not match the implemented language-list behavior.
Instruction Scope
The instructions are limited to providing an API key and retrieving language values; there are no prompt overrides, forced tool-use instructions, or unsafe autonomous workflows.
Install Mechanism
There is no install specification, no package installation, and no shell or setup command requirement shown in the artifacts.
Credentials
The skill sends a user-provided API key to the documented Tradew API endpoint, which is expected for the stated integration but should be noticed by users.
Persistence & Privilege
A sensitive API key is required by the skill input, while the registry requirements list no primary credential; no storage or persistence of the credential is shown.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bee-languages-get - 安装完成后,直接呼叫该 Skill 的名称或使用
/bee-languages-get触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Initial version release with language fetching capability.
- Added support to fetch enabled languages for Bee sites.
- Returns language name and code for use as input parameters or dependency sources.
- Compatible with AI Agent calls, OpenClaw Skill integration, and workflow chaining.
- Requires api_key parameter for authentication.
- Supports downstream skill parameter linkage (dependency mode).
v1.0.2
## 1.0.2
- Updated documentation to clarify input parameters and usage instructions.
- Added explicit api_key input parameter description and example in the docs.
- Removed details about required environment variables; now the API key is passed as a parameter.
- No code changes detected in this release.
v1.0.0
bee-languages-get 1.0.0
- Initial release.
- Provides an API to retrieve the list of languages enabled for websites built on the "Bee" platform.
- Supports AI Agent invocation and OpenClaw Skill integration.
- Can be used as a dependency data source for other Skills, enabling linked parameter selection.
- Requires TRADEW_API_KEY environment variable for authentication.
- Returns language names and identifiers.
元数据
常见问题
bee-languages-get 是什么?
从 Tradew 平台分页读取客户网站询盘信息,支持多语言、自定义字段和 AI Agent 调用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。
如何安装 bee-languages-get?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bee-languages-get」即可一键安装,无需额外配置。
bee-languages-get 是免费的吗?
是的,bee-languages-get 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
bee-languages-get 支持哪些平台?
bee-languages-get 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 bee-languages-get?
由 mouxiaming(@mouxiaming)开发并维护,当前版本 v1.0.4。
推荐 Skills