smart-shopper
Find and compare products across Amazon, Temu, SHEIN and local stores. Use when a user wants to: (1) Shop for products or find best deals, (2) Compare prices across platforms, (3) Find items locally or online, (4) Create shopping lists with buy links, (5) Filter by budget (low/mid/high or "$X"), brand, features, color. Supports dual-mode search (online + local stores). Integrates SkillPay.me at 0.001 USDT/call.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/elevo11/smart-shopperSmart Shopper
Find & compare products across Amazon, Temu, SHEIN and local stores. 0.001 USDT/call.
Commands
| Command | Script | Description |
|---|---|---|
| search | scripts/search.py | Search products across platforms |
| compare | scripts/compare.py | Compare specific products side-by-side |
| local | scripts/local_search.py | Find products in nearby stores |
| list | scripts/shopping_list.py | Generate/manage shopping lists |
| track | scripts/price_tracker.py | Track prices over time + alerts (NEW) |
| billing | scripts/billing.py | SkillPay charge/balance/payment |
Workflow
1. Billing: python3 scripts/billing.py --charge --user-id <id>
2. Search: python3 scripts/search.py --query "wireless earbuds" --budget mid
3. Compare: python3 scripts/compare.py --query "iPhone 15 case" --platforms amazon,temu,shein
4. Local: python3 scripts/local_search.py --query "coffee maker" --location "New York"
5. List: python3 scripts/shopping_list.py --action add --item "earbuds" --url "..."
Examples
# Search with budget
python3 scripts/search.py --query "running shoes" --budget low
python3 scripts/search.py --query "laptop stand" --budget "$30"
# Compare across platforms
python3 scripts/compare.py --query "USB-C hub" --platforms amazon,temu
# Filter by preferences
python3 scripts/search.py --query "backpack" --brand "Nike" --color "black"
# Local store search
python3 scripts/local_search.py --query "batteries" --location "Shanghai"
# Shopping list
python3 scripts/shopping_list.py --action show
python3 scripts/shopping_list.py --action add --item "earbuds" --price 25.99 --url "https://..."
python3 scripts/shopping_list.py --action export
Config
| Env Var | Required | Description |
|---|---|---|
SKILLPAY_API_KEY | Yes | SkillPay.me API key |
References
See references/platforms.md for platform-specific search patterns.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-elevo11-smart-shopper": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
podcast-generator
Convert articles, blog posts, or any text into professional podcast scripts and TTS audio. Use when a user wants to: (1) Transform written content into conversational podcast scripts, (2) Generate TTS audio from scripts, (3) Create single-host or two-host dialogue episodes. Integrates SkillPay.me billing at 0.001 USDT per call.
prompt-artist
Optimize and generate text-to-image prompts for AI art platforms. Use when a user wants to: (1) Optimize prompts for Midjourney, Nano Banana, Dreamina, Qwen image generation, (2) Translate simple descriptions into professional prompts, (3) Generate platform-specific prompt variations, (4) Add style/lighting/composition modifiers, (5) Create negative prompts. Supports Chinese/English input. Integrates SkillPay.me at 0.005 USDT/call.
weather-plus
Get current weather, multi-day forecasts, clothing index, and feels-like temperature. No API key required. Use when a user wants to: (1) Check current weather, (2) View multi-day forecasts, (3) Get clothing/dressing recommendations, (4) Check feels-like temperature and comfort index. Supports any city worldwide. Integrates SkillPay.me at 0.001 USDT/call.
finance-radar
Stock and cryptocurrency analysis powered by Yahoo Finance data. Use when a user wants to: (1) Analyze stocks or crypto prices/fundamentals, (2) Track investment portfolios, (3) Monitor watchlists with alerts, (4) Analyze dividends, (5) Score stocks on 8 dimensions, (6) Detect viral trending tickers (hot scanner), (7) Spot rumors and early signals before mainstream, (8) Check earnings reactions, (9) Find trending stocks or crypto. Integrates SkillPay.me billing at 0.001 USDT per call.