bee-languages-get

# bee-languages-get

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bee-languages-get" with this command: npx skills add mouxiaming/bee-languages-get

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

ParameterTypeRequiredDescription
api_keystringYesAPI_KEY 是用于 API 身份认证的安全凭证,用于标识调用方身份并控制接口访问权限。请前往 https://open.tradew.com 开发者平台获取后再使用。

Output Structure

FieldTypeDescription
statusboolean请求状态
msgstring返回消息
listarray语言列表

Language Object Structure

FieldTypeDescription
namestring语言显示名称
languagestring语言标识(用于接口传参)

Response Example

Success

{
  "status": true,
  "msg": "Query successfully",
  "data": {
    "list": [
      {
        "name": "英语",
        "language": "en"
      },
      {
        "name": "法语",
        "language": "fr"
      },
      {
        "name": "日语",
        "language": "ja"
      }
    ]
  }
}

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

FlowCrawl — Stealth Web Scraper That Bypasses Everything

Stealth web scraper. Give it any URL and it punches through Cloudflare, bot detection, and WAFs automatically using a 3-tier cascade (plain HTTP → TLS spoof...

Registry SourceRecently Updated
Automation

Convertkit

ConvertKit (Kit) creator marketing — manage subscribers, forms, sequences, broadcasts, tags, and automations via the ConvertKit API. Build email lists, creat...

Registry SourceRecently Updated
Automation

Openclaw Skill Ansible

Operate and secure mesh workflows across gateways, including plugin bootstrap, invite/join auth handshake, resilient routing, capability contract lifecycle,...

Registry SourceRecently Updated
Automation

Openclaw X402 Skill

Discover, browse, filter, and pay for x402-compatible API endpoints and MCP tools from the x402 Bazaar — the autonomous discovery layer for agentic payments....

Registry SourceRecently Updated