← Back to Skills Marketplace
mister-qiu

小蜜蜂数字营销

by MisterQiu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bee-skill
Description
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...
README (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
  }
}
Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bee-skill
  3. After installation, invoke the skill by name or use /bee-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug bee-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 小蜜蜂数字营销?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install 小蜜蜂数字营销?

Run "/install bee-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 小蜜蜂数字营销 free?

Yes, 小蜜蜂数字营销 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 小蜜蜂数字营销 support?

小蜜蜂数字营销 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 小蜜蜂数字营销?

It is built and maintained by MisterQiu (@mister-qiu); the current version is v1.0.0.

💬 Comments