← 返回 Skills 市场
166
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yundian-woo-importer
功能描述
Import products from Shopify, Wix, WordPress, and Amazon directly into WooCommerce via natural language.
安全使用建议
This skill forwards import requests to an external Yundian+ API and requires you to provide an API key. Before installing: (1) Confirm the API_URL (https://ydplus.net) is correct and trusted — the skill will send product URLs and import parameters there. (2) Be aware the SKILL.md expects YUNDIAN_WOO_IMPORTER_API_URL but the skill only declares the API key as required; explicitly set the API_URL in your MCP config. (3) Review the provider's privacy/security policy to understand what data they store or access. (4) If you prefer not to expose product or store data to a third party, do not install or provide the API key. If you want higher assurance, ask the publisher for provenance (source repository, signed releases) and confirm the npm dependency versions.
功能分析
Type: OpenClaw Skill
Name: yundian-woo-importer
Version: 1.0.0
The skill is a standard implementation of a Model Context Protocol (MCP) server designed to interface with the Yundian+ e-commerce migration service. The code in `mcp-server.ts` facilitates product imports by sending authorized requests to `https://ydplus.net` using a user-provided API key. There is no evidence of malicious behavior, data exfiltration, or prompt injection; the logic is transparent and aligns with the stated purpose in `SKILL.md`.
能力评估
Purpose & Capability
The skill claims to import products into WooCommerce and implements an MCP server that POSTs import requests to an external Yundian+ API using a single API key. Required binaries (node, npm, npx) and the @modelcontextprotocol dependency are appropriate for running the provided TypeScript MCP server.
Instruction Scope
SKILL.md correctly instructs adding an MCP server entry that runs mcp-server.ts and maps the API key. However the example also sets YUNDIAN_WOO_IMPORTER_API_URL in the MCP config (https://ydplus.net) even though YUNDIAN_WOO_IMPORTER_API_URL is not declared in requires.env. The MCP server will forward whatever import arguments (platform, product links, etc.) to the external API_URL, so product data and any arguments passed to the tool are sent to that external endpoint — this is expected but you should confirm you trust that remote service and understand what data is transmitted.
Install Mechanism
There is no high-risk installer: the skill is instruction-only with a small package.json referencing @modelcontextprotocol/sdk and metadata suggesting 'npm install'. No downloads from obscure URLs or archive extraction are present.
Credentials
The sole declared required secret is YUNDIAN_WOO_IMPORTER_API_KEY, which is proportionate for an API-backed importer. Two points to note: (1) SKILL.md and the example MCP config expect YUNDIAN_WOO_IMPORTER_API_URL but it is not listed in requires.env; (2) whatever API_URL you configure will receive import payloads (including product links and platform identifiers). Only provide your API key to services you trust and verify the API_URL is the intended endpoint.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills. It does instruct the user to add an MCP server entry to their local OpenClaw config — that is normal for MCP-based skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yundian-woo-importer - 安装完成后,直接呼叫该 Skill 的名称或使用
/yundian-woo-importer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of yundian-woo-importer.
- Import products from Shopify, Wix, WordPress, and Amazon directly into WooCommerce using natural language commands.
- Seamless integration with OpenClaw via a bundled MCP server.
- Supports queuing imports, tracking status, and error handling through two tools: `import_products` and `check_import_status`.
- Requires API key configuration and MCP setup.
- Detailed instructions provided for setup and agent usage.
元数据
常见问题
Skills 是什么?
Import products from Shopify, Wix, WordPress, and Amazon directly into WooCommerce via natural language. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yundian-woo-importer」即可一键安装,无需额外配置。
Skills 是免费的吗?
是的,Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skills 支持哪些平台?
Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skills?
由 colaliang(@colaliang)开发并维护,当前版本 v1.0.0。
推荐 Skills