← 返回 Skills 市场
chenjiahui11

Taobao Merchant Ops

作者 GaoBai · GitHub ↗ · v1.0.8 · MIT-0
cross-platform ⚠ suspicious
180
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install taobao-merchant-ops
功能描述
淘宝商家运营自动化客户使用说明。包含功能介绍、安装步骤、卡密激活方式、运行方法和购买信息。
安全使用建议
This skill is largely coherent with its stated purpose, but it has some sensitive behaviors you should consider before installing: 1) License activation: the program POSTs your card key and a machine fingerprint to a remote license server. The default server is a raw IP (http://120.27.202.105:8000). If you don't trust that endpoint, do not enter card keys or use the tool until you verify the server's identity. You can override the server via TMO_LICENSE_SERVER, but only if you know a safe endpoint. 2) Browser login state: the RPA reuses and writes a storage_state file that contains authentication cookies—treat that file as highly sensitive (it can grant account access). 3) Bundled get-pip.py: the repo includes a huge pip bootstrap blob; while likely legitimate, bundling increases audit surface—inspect it if provenance matters. Recommended precautions: run the tool in an isolated VM or disposable container; review license_gate.py and confirm the activation endpoint before entering secrets; avoid reusing production account logins (use a test account) or delete saved storage state after use; inspect network activity (e.g., via a firewall) during first runs; contact the seller/source for a verifiable homepage or signed releases before trusting real credentials. If you want, I can point out the exact lines that perform remote activation, where files are written, and what data is sent.
功能分析
Type: OpenClaw Skill Name: taobao-merchant-ops Version: 1.0.8 The skill bundle is a commercial RPA (Robotic Process Automation) tool designed for Taobao merchants to automate data collection and shop inspections. It uses Playwright for browser automation and openpyxl for Excel report parsing. While it includes a 'phone-home' licensing mechanism (scripts/license_gate.py) that sends a hardware fingerprint (SHA256 hash of hostname and MAC address) to a remote server (120.27.202.105) for activation, this behavior is transparently documented in SKILL.md and aligned with its commercial purpose. Sensitive session data (cookies) are stored locally in 'yingdao_storage_state.json' and are not exfiltrated. The code lacks indicators of malicious intent, such as unauthorized data theft, persistence mechanisms, or obfuscated payloads.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (Taobao merchant ops) align with the included files: Playwright-based RPA, Excel parsing, install script and a license gate. The code implements the claimed features (capture/inspection/parse). Nothing in the codebase appears obviously unrelated to merchant automation.
Instruction Scope
SKILL.md tells users to run the provided install.py and run_taobao_merchant_ops.py with a card-key. The runtime instructions do not overreach (they instruct installation and running). However, the runtime code (license_gate) performs network calls for activation/check and the RPA saves browser storage (login state) and diagnostics — these behaviors are not emphasized in the user-facing SKILL.md and are sensitive.
Install Mechanism
There is no registry install spec (instruction-only), which lowers remote-install risk. The package includes an embedded get-pip.py (a large bundled pip bootstrap blob). Bundling get-pip.py is unusual but can be legitimate; it increases repository size and should be inspected if you care about provenance.
Credentials
The code transmits a machine fingerprint and user-provided card key to a remote license server. The default LICENSE_SERVER_URL is an IP (http://120.27.202.105:8000), not a well-known domain; activation and subsequent license checks use HTTP POSTs. The skill will also write saved browser login/state files (yingdao_storage_state.json) and diagnostics that include python_executable and platform info. These are reasonable for a paid RPA tool but are sensitive and not declared explicitly in requires.env; consider that card keys and login cookies are sent or stored.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It persists its own files: license/license.json, yingdao_storage_state.json (browser login state), downloads, run_logs and diagnostics under the project. Persisting login cookies and license files is normal for this app but raises privacy concerns if you run it with real credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taobao-merchant-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taobao-merchant-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
修复capture脚本文件名损坏 + mapping.final.json缺失 + 版本号更新
v1.0.7
重新上传
v1.0.6
精简发布,保留核心doctor.py/install.py/license_gate.py/run_taobao_merchant_ops.py,去除冗余文件
v1.0.5
模块化重构,新增app_config.py/app_errors.py/doctor.py,添加完整tests测试目录,独立settings.json配置
v1.0.4
Added cron setup instructions for daily auto-run and license expiry reminders
v1.0.3
Added trigger phrases and conversational flow instructions
v1.0.2
Updated description with detailed capability sections
v1.0.1
Added purchase links and contact info
v1.0.0
Initial release: customer runtime with card-key activation
元数据
Slug taobao-merchant-ops
版本 1.0.8
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 9
常见问题

Taobao Merchant Ops 是什么?

淘宝商家运营自动化客户使用说明。包含功能介绍、安装步骤、卡密激活方式、运行方法和购买信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。

如何安装 Taobao Merchant Ops?

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

Taobao Merchant Ops 是免费的吗?

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

Taobao Merchant Ops 支持哪些平台?

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

谁开发了 Taobao Merchant Ops?

由 GaoBai(@chenjiahui11)开发并维护,当前版本 v1.0.8。

💬 留言讨论