← 返回 Skills 市场
mister-qiu

小蜜蜂数字营销

作者 MisterQiu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
30
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bee-skill
功能描述
A unified Bee Website Builder Open API skill for language lookup, product group lookup, product read/create/update/delete, inquiry read, and recent visitor a...
使用说明 (SKILL.md)

bee-openapi

Version: 2.1.0

Overview

This skill merges multiple Bee Website Builder Open API capabilities into a single publishable skill.

Supported actions:

  • languages_get
  • productsgroup_read
  • products_read
  • products_create
  • products_update
  • products_delete
  • inquiry_read
  • visitor_recent

Required Parameters

api_key (string)

API authentication key used for caller identity verification and interface access control.

action (string)

Selects which capability to execute.

Common Parameters

language (string)

Used by most content operations. It should come from the languages_get action after user confirmation.

pagination (object)

Used by products_read, inquiry_read, and visitor_recent.

{
  "current_page": 1,
  "page_size": 10
}

products (object)

Used by products_create and products_update.

id_list (array)

Used by products_delete.

Action Guide

languages_get

Returns the list of enabled site languages.

productsgroup_read

Returns published product groups for a selected language.

products_read

Returns published product data with optional pagination and product group filtering.

products_create

Creates a new product under the selected language and product group.

products_update

Updates an existing product under the selected language.

products_delete

Moves one or more products to the recycle bin.

inquiry_read

Returns inquiry records with optional language, recent-day filtering, and pagination.

visitor_recent

Returns recent visitor analytics with pagination.

Example

{
  "api_key": "your-api-key",
  "action": "products_read",
  "language": "en",
  "pagination": {
    "current_page": 1,
    "page_size": 10
  }
}
安全使用建议
Install only if you want OpenClaw to access your Bee Website Builder account. Use a least-privilege BEE_API_KEY, keep it out of chat history when possible, and manually review any product create/update/delete request before allowing it to run.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose matches the implementation, but the skill includes high-impact product create/update/delete actions that can alter business website content.
Instruction Scope
The provided top-level instructions describe product mutations but do not clearly require a separate user confirmation, preview, or dry-run before create/update/delete actions.
Install Mechanism
No install script, package install, shell execution, or external dependency setup is shown; the included JavaScript calls fixed Bee/OpenAPI endpoints.
Credentials
A BEE_API_KEY is expected for this provider integration, but it is sensitive because it controls account API access.
Persistence & Privilege
No background persistence, local credential scraping, memory storage, or autonomous worker behavior is shown in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bee-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bee-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
bee-skill 2.1.0 - Initial release under the name bee-openapi. - Provides unified access to Bee Website Builder Open API features for language lookup, product management (read/create/update/delete), inquiry reading, and recent visitor analytics. - Requires a BEE_API_KEY environment variable for authentication. - Supports modular actions selectable via the action parameter. - Includes detailed documentation for parameters and example usage.
元数据
Slug bee-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

小蜜蜂数字营销 是什么?

A unified Bee Website Builder Open API skill for language lookup, product group lookup, product read/create/update/delete, inquiry read, and recent visitor a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。

如何安装 小蜜蜂数字营销?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bee-skill」即可一键安装,无需额外配置。

小蜜蜂数字营销 是免费的吗?

是的,小蜜蜂数字营销 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

小蜜蜂数字营销 支持哪些平台?

小蜜蜂数字营销 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 小蜜蜂数字营销?

由 MisterQiu(@mister-qiu)开发并维护,当前版本 v1.0.0。

💬 留言讨论