← 返回 Skills 市场
magnum-opus-v1

WordPress/WooCommerce Connector Lite

作者 magnum-opus-v1 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
2395
总下载
1
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install wooclaw-lite
功能描述
Connects to a WooCommerce store via the OpenClaw Connector Lite plugin to fetch orders and products.
安全使用建议
Before installing: 1) Resolve the metadata mismatch — confirm with the publisher why the registry lists no required env vars while SKILL.md and the code require OPENCLAW_STORE_URL and OPENCLAW_STORE_SECRET. 2) Only provide your Store Secret to this skill if you trust the OpenClaw Connector Lite plugin installed on your WordPress site — that secret grants API access to your store endpoints. 3) Review the WordPress plugin code and the plugin's endpoint (/wp-json/openclaw/v1/*) on your site to ensure they behave as expected; if the plugin is from an unknown source, do not share secrets. 4) Expect to run npm install (axios dependency) in the skill directory; run this in an isolated environment if you have concerns. 5) If possible, create a scoped or read-only secret for agent access, and monitor store logs for unexpected requests. If you cannot verify the plugin and the source, treat this skill as untrusted.
功能分析
Type: OpenClaw Skill Name: wooclaw-lite Version: 1.0.1 The skill is designed to connect to a user-configured WooCommerce store to fetch order and product information and check store status. It requires `OPENCLAW_STORE_URL` and `OPENCLAW_STORE_SECRET` from environment variables, which are used to make authenticated API calls to the specified store. All network requests are directed to the user's own store URL, and requests are secured with HMAC-SHA256 signatures. There is no evidence of data exfiltration to unauthorized third parties, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md` or other files. The dependencies are standard and appropriate for the stated functionality.
能力评估
Purpose & Capability
The code and SKILL.md clearly implement a WooCommerce/OpenClaw connector and legitimately require the store URL and a store secret. However, the registry metadata claims no required environment variables or primary credential while SKILL.md and scripts/index.js require OPENCLAW_STORE_URL and OPENCLAW_STORE_SECRET. This metadata mismatch is an incoherence that should be fixed or explained.
Instruction Scope
The SKILL.md and exported tools limit behavior to fetching orders/products and checking store status. Instructions and code do not attempt to read local files or unrelated environment variables; network calls are targeted at the store's wp-json/openclaw endpoints and requests are HMAC-signed with the provided secret.
Install Mechanism
There is no explicit install spec in the registry (instruction-only), but package.json and README instruct running npm install to fetch axios. This is a normal npm dependency (axios) and there are no downloads from arbitrary URLs or extract steps. The lack of an install spec in the registry is an operational inconsistency to be aware of.
Credentials
The environment access the code actually needs (OPENCLAW_STORE_URL and OPENCLAW_STORE_SECRET) is proportionate to the stated purpose. However, the registry metadata omits these required env vars entirely — a mismatch that could mislead users into installing without providing needed secrets or understanding what will be accessed.
Persistence & Privilege
The skill is user-invocable, not marked always:true, and does not modify other skills or system-wide settings. It does not request elevated persistence or cross-skill configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wooclaw-lite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wooclaw-lite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Renamed the skill from "wooclaw-connector" to "openclaw-connector." - Updated description and documentation to reference the "OpenClaw Connector Lite" plugin instead of "WooClaw Connector." - Changed required environment variable names from WOOCLAW_* to OPENCLAW_*.
v1.0.0
Initial release of wooclaw-connector skill. - Connects to WooCommerce stores via the WooClaw Connector plugin. - Fetches order details with status, total, customer, and items. - Searches for products by name or SKU, returning IDs, stock, and price. - Checks the store’s connection health and plugin status. - Requires store URL and secret key for configuration.
元数据
Slug wooclaw-lite
版本 1.0.1
许可证
累计安装 3
当前安装数 3
历史版本数 2
常见问题

WordPress/WooCommerce Connector Lite 是什么?

Connects to a WooCommerce store via the OpenClaw Connector Lite plugin to fetch orders and products. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2395 次。

如何安装 WordPress/WooCommerce Connector Lite?

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

WordPress/WooCommerce Connector Lite 是免费的吗?

是的,WordPress/WooCommerce Connector Lite 完全免费(开源免费),可自由下载、安装和使用。

WordPress/WooCommerce Connector Lite 支持哪些平台?

WordPress/WooCommerce Connector Lite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WordPress/WooCommerce Connector Lite?

由 magnum-opus-v1(@magnum-opus-v1)开发并维护,当前版本 v1.0.1。

💬 留言讨论