{"skill":{"slug":"deleted","displayName":"bee-languages-get","summary":"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...","description":"---\nname: bee-languages-get\ndescription: 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.\nhomepage: https://open.tradew.com\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"🐝\",\n        \"requires\": { \"env\": [\"BEE_API_KEY\"] },\n        \"primaryEnv\": \"BEE_API_KEY\"\n      }\n  }\n---\n\n# bee-languages-get\n\n> Version: 2.0.4\n\n## Overview\n\nUse the \"Bee Website Builder\" Open API to retrieve the list of currently enabled languages for the site. This skill can be used to:\n\n- Retrieve platform-supported languages\n- Provide selectable values for the `language` parameter\n- Support AI Agent dropdown linkage\n- Support OpenClaw Skill dependency injection\n- Support chained Workflow calls\n\n---\n\n## Input Parameters\n\n### `api_key` (string, **Required**)\n\nAPI authentication key used for caller identity verification and interface access control.\n\n- **Get it from:** https://open.tradew.com\n- **Recommended configuration:** Inject it via `skills.entries.env.BEE_API_KEY` to avoid passing it in plaintext on every call.\n\n---\n\n## Output Structure\n\n### Top-Level Fields\n\n| Field  | Type           | Description                            |\n|--------|----------------|----------------------------------------|\n| status | boolean        | Request status, `true` for success / `false` for failure |\n| msg    | string         | Response message                       |\n| data   | object \\| null | Response data, `null` on failure       |\n\n### `data.list[]` (array of objects)\n\nEach language record contains the following fields:\n\n| Field    | Type   | Description                              |\n|----------|--------|------------------------------------------|\n| language | string | Site language code identifier (for API use) |\n| name     | string | Language name (for display)              |\n\n## Usage Example\n\n### Query\n\n```json\n{\n  \"api_key\": \"your-api-key\"\n}\n```\n\n---\n\n## Notes\n\n1. `api_key` is required and can be obtained from https://open.tradew.com\n\n---\n\n## Applicable Scenarios\n\n- Retrieve currently enabled language sites\n- Language filtering\n","tags":{"latest":"2.0.4"},"stats":{"comments":0,"downloads":697,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":9},"createdAt":1778213039681,"updatedAt":1779326695338},"latestVersion":{"version":"2.0.4","createdAt":1778634007444,"changelog":"- English translation of documentation for broader accessibility.\n- Clarified usage instructions and examples.\n- No functional/code changes; documentation improvements only.","license":"MIT-0"},"metadata":{"setup":[{"key":"BEE_API_KEY","required":true}],"os":null,"systems":null},"owner":{"handle":"mouxiaming","userId":"s17d13ddhkx4knh6s621padmp98695px","displayName":"mouxiaming","image":"https://avatars.githubusercontent.com/u/45960106?v=4"},"moderation":null}