Skip to content
Worix
BrowsePublish
Log inSign Up

Shein Shopping

Command-line tool for SHEIN e-commerce platform offering product search, price tracking, new arrivals query, and secure QR code login.

52 downloads
Free
Reviewed

SHEIN-EC (希音电商) Skill

CLI tool for SHEIN fashion e-commerce platform.

Commands

Search Products

shein-shopping search "dress"
shein-shopping search "shoes" --page 2 --limit 20

Login

shein-shopping login

Opens browser with QR code for authentication.

Price Tracking

shein-shopping price <product-url>

Shows current price and historical data.

New Arrivals

shein-shopping new
shein-shopping new women
shein-shopping new men

Query new arrivals by category.

Features

  • Product search with caching
  • QR code login
  • Price history tracking
  • New arrivals query
  • Anti-detection browser automation

Dependencies

  • Python 3.9+
  • playwright>=1.40.0 (浏览器自动化)
  • cryptography>=42.0.0 (加密库)
  • 安装命令: pip install -r requirements.txt

数据存储与安全

存储位置

  • 主目录: ~/.openclaw/data/shein-shopping/secure/ (加密存储)
  • 会话数据: cookies.enc (AES-256 加密存储)
  • 缓存数据: shein-shopping.db (SQLite数据库)
  • 加密密钥: .key (权限 600)

隐私保护

  1. 加密存储: 所有敏感数据使用 Fernet 加密
  2. 用户同意: 首次运行需要明确同意数据使用条款
  3. 数据控制: 支持一键清除所有个人数据
  4. 透明审计: 可查看所有存储的文件和权限

隐私控制命令

# 查看隐私信息
shein-shopping privacy info

# 清除所有个人数据
shein-shopping privacy clear

# 导出加密数据(备份)
shein-shopping privacy export

Security

This skill uses browser automation for legitimate shopping assistance only. All user data is encrypted and stored locally. No data transmission to external servers. See SECURITY.md for details.

Download

ZIP package — ready to use

Skill Info

Creator
harrylabs0913
Downloads
52
Published
Mar 15, 2026
Updated
Mar 16, 2026