shopee
Installation
SKILL.md
Shopee Brazil Search Skill
Search and analyze products on Shopee Brazil (shopee.com.br) via CLI using Camoufox stealth browser.
Prerequisites
IMPORTANT: Before running any command, check if the venv exists. If it does not, create it and install all dependencies:
if [ ! -d "<SKILL_DIR>/.venv" ]; then
cd <SKILL_DIR>
python3 -m venv .venv
.venv/bin/pip install "camoufox[geoip]" playwright beautifulsoup4 lxml browser-cookie3
.venv/bin/python3 -m camoufox fetch
fi
PYTHON=<SKILL_DIR>/.venv/bin/python3
Related skills