TopRank Skills

Home / Claw Skills / 浏览器自动化 / Shein Shopping
Official OpenClaw rules 36%

Shein Shopping

SHEIN EC 希音电商 Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Shein Shopping 技能。 若已安装,则直接安装 Shein Shopping 技能。

Overview

Skill Key
harrylabsj/shein-shopping
Author
harrylabsj
Source Repo
openclaw/skills
Version
-
Source Path
skills/harrylabsj/shein-shopping
Latest Commit SHA
33ba03022bed29f4ff218e1c44e5b2c5336853cc

Extracted Content

SKILL.md excerpt

# SHEIN-EC (希音电商) Skill

CLI tool for SHEIN fashion e-commerce platform.

## Commands

### Search Products
```bash
shein-shopping search "dress"
shein-shopping search "shoes" --page 2 --limit 20
```

### Login
```bash
shein-shopping login
```
Opens browser with QR code for authentication.

### Price Tracking
```bash
shein-shopping price <product-url>
```
Shows current price and historical data.

### New Arrivals
```bash
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. **透明审计**: 可查看所有存储的文件和权限

### 隐私控制命令
```bash
# 查看隐私信息
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.

Related Claw Skills