📦 Taobao Merchant Ops — 技能工具
v1.0.6Customer runtime package for Taobao/Tmall merchant operations automation on Windows. Captures Shengyi Canmou data, runs store inspection, and parses Excel re...
0· 84·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe package's code, install steps, and runtime instructions align with a Taobao merchant automation tool; nothing requested or installed is disproportionate to that stated purpose.
评估建议
This skill appears to do what it claims (automate Taobao checks via Playwright) and installs only standard Python packages and Playwright browsers. Before installing, consider: 1) you will need to log into your Taobao account in an automated browser session — the tool saves a storage_state file (cookies/session) and run logs/screenshots locally, so store those securely and avoid sharing them; 2) the tool uses a local license/key activation flow and suggests purchasing keys from external links — ...详细分析 ▾
✓ 用途与能力
Name/description match the code: Playwright-based RPA captures reports, inspects store pages, and parses outputs. The included license gate and purchase links are consistent with a paid third‑party tool rather than unexpected functionality. No unrelated cloud credentials or system-level access are requested.
ℹ 指令范围
Runtime instructions tell users to install dependencies and run the RPA script, which will open browsers, navigate Taobao, download reports, and save local artifacts (downloads, storage_state, run logs, screenshots, diagnostics). These actions are expected but involve sensitive local data (login storage_state and downloaded reports); the SKILL.md does not explicitly warn about those local artifacts.
✓ 安装机制
No registry install spec is provided; an included install.py uses pip and Playwright's installer and may fetch get-pip.py from the official bootstrap.pypa.io if needed. This is standard for Python tooling and uses well-known sources.
ℹ 凭证需求
The skill declares no required environment variables or credentials. The code does include an optional environment override TMO_MASTER_SECRET for the embedded license verification secret (MASTER_SECRET) — this is not required to run but could change license validation behavior if set. The tool does not request unrelated credentials, but it does require the user to log into Taobao interactively (via the browser) which results in local storage_state files.
✓ 持久化与权限
The skill is not marked always:true and does not attempt to modify other skills or system-wide agent settings. It stores its own license/activation file and browser storage state under local paths (expected for this type of tool).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.62026/4/15
精简发布,保留核心doctor.py/install.py/license_gate.py/run_taobao_merchant_ops.py,去除冗余文件
● 无害
安装命令
点击复制官方npx clawhub@latest install taobao-merchant-ops
镜像加速npx clawhub@latest install taobao-merchant-ops --registry https://cn.longxiaskill.com镜像同步中
技能文档
# Taobao Merchant Ops 专为淘宝商家和运营团队准备的 OpenClaw 技能。 如果你每天都要反复做这些事:
- 查核心经营数据
- 看推广数据变化
- 检查店铺前台、评价、后台提醒
- 关注客服对话和发货时效
为什么值得下载
- 少做重复操作,把时间留给真正重要的运营决策
- 更快看到销售额、访客数、转化率、退款率等核心数据
- 更快检查评价、问大家、后台提醒、客服对话、发货时效
- 降低漏检风险,减少因为疏忽带来的运营损失
- 上手门槛低,安装后即可激活使用
适合谁用
- 淘宝店主
- 店铺运营人员
- 电商小团队
- 希望把日常巡检流程标准化的人
这个技能能帮你做什么
- 查看核心经营数据
- 检查推广数据变化
- 检查店铺前台与基础页面
- 查看评价、问大家、后台提醒
- 查看客服对话与发货时效
现在就可以开始
首次使用只需要三步。1. 安装依赖
``bash
cd scripts
python install.py
`
2. 激活卡密
`bash
python scripts/run_taobao_merchant_ops.py --card-key "你的卡密"
`
不带 --card-key 运行时,也会提示手动输入卡密。
3. 开始运行
`bash
python scripts/run_taobao_merchant_ops.py
``
购买卡密
- 日卡 9.9元:https://www.zhufaka.cn/item/tgcsid
- 月卡 399元:https://www.zhufaka.cn/item/i6wfue
- 年卡 3500元:https://www.zhufaka.cn/item/x8ancz
- 定制/联系:微信 CChenJ_
下载前说明
- 卡密与机器指纹绑定,换电脑通常需要重新激活
- 首次运行前请先安装依赖和 Playwright 浏览器
- 本工具结果仅供运营参考