← Back to Skills Marketplace
166
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yundian-woo-importer
Description
Import products from Shopify, Wix, WordPress, and Amazon directly into WooCommerce via natural language.
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yundian-woo-importer - After installation, invoke the skill by name or use
/yundian-woo-importer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Skills?
Import products from Shopify, Wix, WordPress, and Amazon directly into WooCommerce via natural language. It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install Skills?
Run "/install yundian-woo-importer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skills free?
Yes, Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skills support?
Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skills?
It is built and maintained by colaliang (@colaliang); the current version is v1.0.0.
More Skills