← Back to Skills Marketplace
guowaa223

Taobao Ecommerce System

by guowaa223 · GitHub ↗ · v1.0.0 · MIT-0
win32 ⚠ suspicious
262
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install taobao-ecommerce-system
Description
2026 无货源电商运营系统 - 智能选品、标准化上架、万相台测款、订单自动化、智能客服
Usage Guidance
This package looks like a documented demo: the README/SKILL.md promise live Taobao/1688 API operations, but the included Python script only prints simulated outputs and does not call external APIs. Before installing or running with real credentials: 1) Inspect the code paths that would contact APIs (search for requests, urllib, or SDK usage) and confirm where endpoints/keys are used. 2) Do not place real API keys/secrets in a .env in the skill folder until you confirm the code's network behavior. 3) Run the script in a sandboxed environment (no real credentials, limited network) to observe actual calls. 4) If you expect real integration, request a version that clearly implements authenticated API calls and documents exactly which env vars are required. The current mismatch (docs vs. implementation + undeclared .env usage) is the reason for a cautious classification.
Capability Analysis
Type: OpenClaw Skill Name: taobao-ecommerce-system Version: 1.0.0 The bundle is a mock-up or template for an e-commerce automation system. The core logic in `scripts/ecommerce_main.py` consists entirely of print statements and logging that simulate business processes (product selection, uploading, and order processing) without actually performing any network requests, file system modifications, or API interactions. While the documentation in `SKILL.md` and `OPENCLAW_COMMANDS.md` describes a sophisticated system, the provided code is harmless and lacks any functional capabilities that could be exploited for malicious purposes.
Capability Assessment
Purpose & Capability
Name/description describe a full e‑commerce system (API integrations, automatic push to 1688, monitoring, etc.). The manifest requests only python3 and lists Python deps (requests, pandas, Pillow) which is reasonable for this purpose. However, the included main script does not implement any network/API calls — it only prints simulated flows — so the delivered capability is a stub/demo rather than the full integration the docs promise.
Instruction Scope
SKILL.md and README instruct the agent to run the script with various commands; that is consistent with an instruction-only skill. The docs promise 'official API' usage and 'only manual confirmation' for high-risk ops, but the runtime instructions do not require reading unrelated system files. The script does call load_dotenv(), creates a logs folder, and reads LOG_LEVEL from environment — so it will read environment/.env if present, which is not declared in requires.env.
Install Mechanism
No install spec is present (instruction-only with a Python script). That is low risk — nothing is automatically downloaded or executed beyond the local Python script and standard pip-installed dependencies listed in requirements.txt.
Credentials
requires.env lists none, but requirements.txt includes python-dotenv and the script calls load_dotenv(); README references a .env for API keys. The skill therefore may read environment variables or a .env file (potentially API keys) without declaring them as required. This mismatch means a user might unknowingly expose credentials if they run the skill with a populated .env.
Persistence & Privilege
The skill is not always-enabled; user-invocable is true and autonomous invocation is allowed by default. It writes logs under ./logs but does not modify other skills or system-wide settings. No elevated persistence or privileged actions are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install taobao-ecommerce-system
  3. After installation, invoke the skill by name or use /taobao-ecommerce-system
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Major update: version 2.0.0 fully rebuilt based on 2026 e-commerce best practices. - Added智能选品 with乘法电商模型,5项全新数据选品指标,侵权风险检测等新功能 - 新增标准化上架流程,包括主图处理、详情模板、合规属性检测 - 推广系统采用“万相台4+2模型”,自动化计划搭建与止损,测款指标全面升级 - 订单处理对接1688推单API,实现自动化流程和异常预警 - 客服模块升级,支持话术库、售后分类与差评挽回 - 全面强调数据驱动、安全合规和仅人工触发执行
Metadata
Slug taobao-ecommerce-system
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Taobao Ecommerce System?

2026 无货源电商运营系统 - 智能选品、标准化上架、万相台测款、订单自动化、智能客服. It is an AI Agent Skill for Claude Code / OpenClaw, with 262 downloads so far.

How do I install Taobao Ecommerce System?

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

Is Taobao Ecommerce System free?

Yes, Taobao Ecommerce System is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Taobao Ecommerce System support?

Taobao Ecommerce System is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32).

Who created Taobao Ecommerce System?

It is built and maintained by guowaa223 (@guowaa223); the current version is v1.0.0.

💬 Comments