Install
openclaw skills install @chenjiahui11/taobao-merchant-ops淘宝商家运营自动化客户使用说明。包含功能介绍、安装步骤、卡密激活方式、运行方法和购买信息。
openclaw skills install @chenjiahui11/taobao-merchant-ops版本:1.0.7
淘宝商家运营自动化客户运行包。
主要功能:
在项目目录下运行:
cd scripts
python install.py
首次运行需要激活卡密,可直接运行:
python scripts/run_taobao_merchant_ops.py --card-key "你的卡密"
如果不带 --card-key,程序会在首次运行时提示手动输入卡密。
python scripts/run_taobao_merchant_ops.py
# 只跑数据抓取
python scripts/run_taobao_merchant_ops.py --skip-inspection
# 只跑巡检
python scripts/run_taobao_merchant_ops.py --skip-capture --skip-parse
# 查看机器码
python scripts/run_taobao_merchant_ops.py --show-machine-id
# 查看授权状态
python scripts/run_taobao_merchant_ops.py --license-status
# 运行环境自检
python scripts/run_taobao_merchant_ops.py --doctor