← 返回 Skills 市场
guowaa223

Taobao Ecommerce System

作者 guowaa223 · GitHub ↗ · v1.0.0 · MIT-0
win32 ⚠ suspicious
262
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install taobao-ecommerce-system
功能描述
2026 无货源电商运营系统 - 智能选品、标准化上架、万相台测款、订单自动化、智能客服
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taobao-ecommerce-system
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taobao-ecommerce-system 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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,实现自动化流程和异常预警 - 客服模块升级,支持话术库、售后分类与差评挽回 - 全面强调数据驱动、安全合规和仅人工触发执行
元数据
Slug taobao-ecommerce-system
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Taobao Ecommerce System 是什么?

2026 无货源电商运营系统 - 智能选品、标准化上架、万相台测款、订单自动化、智能客服. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 262 次。

如何安装 Taobao Ecommerce System?

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

Taobao Ecommerce System 是免费的吗?

是的,Taobao Ecommerce System 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Taobao Ecommerce System 支持哪些平台?

Taobao Ecommerce System 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。

谁开发了 Taobao Ecommerce System?

由 guowaa223(@guowaa223)开发并维护,当前版本 v1.0.0。

💬 留言讨论