← Back to Skills Marketplace
180
Downloads
0
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install taobao-merchant-ops
Description
淘宝商家运营自动化客户使用说明。包含功能介绍、安装步骤、卡密激活方式、运行方法和购买信息。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taobao-merchant-ops - After installation, invoke the skill by name or use
/taobao-merchant-ops - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Taobao Merchant Ops?
淘宝商家运营自动化客户使用说明。包含功能介绍、安装步骤、卡密激活方式、运行方法和购买信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.
How do I install Taobao Merchant Ops?
Run "/install taobao-merchant-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Taobao Merchant Ops free?
Yes, Taobao Merchant Ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Taobao Merchant Ops support?
Taobao Merchant Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Taobao Merchant Ops?
It is built and maintained by GaoBai (@chenjiahui11); the current version is v1.0.8.
More Skills