Find and compare products online (Google Shopping) and locally (stores near you). Auto-selects best products based on price, ratings, availability, and preferences. Generates shopping list with buy links and store locations. Use when asked to shop for products, find best deals, compare prices, or locate items locally. Supports budget constraints (low/medium/high or "$X"), preference filtering (brand, features, color), and dual-mode search (online + local stores).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install shopping-expert或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install shopping-expert⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/shopping-expert/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: shopping-expert description: Find and compare products online (Google Shopping) and locally (stores near you). Auto-selects best products based on price, ratings, availability, and preferences. Generates shopping list with buy links and store locations. Use when asked to shop for products, find best deals, compare prices, or locate items locally. Supports budget constraints (low/medium/high or "$X"), preference filtering (brand, features, color), and dual-mode search (online + local stores). homepage: https://github.com/clawdbot/clawdbot metadata: {"clawdbot":{"emoji":"🛒","requires":{"bins":["uv"],"env":["SERPAPI_API_KEY","GOOGLE_PLACES_API_KEY"]},"primaryEnv":"SERPAPI_API_KEY","install":[{"id":"uv-brew","kind":"brew","formula":"uv","bins":["uv"],"label":"Install uv (brew)"}]}} ---
Find and compare products online and locally with smart recommendations.
Find products online:
uv run {baseDir}/scripts/shop.py "coffee maker" \
--budget medium \
--max-results 5
Search with budget constraint:
uv run {baseDir}/scripts/shop.py "running shoes" \
--budget "$100" \
--preferences "Nike, cushioned, waterproof"
Find local stores:
uv run {baseDir}/scripts/shop.py "Bio Gemüse" \
--mode local \
--location "Hamburg, Germany"
Hybrid search (online + local):
uv run {baseDir}/scripts/shop.py "Spiegelreflexkamera" \
--mode hybrid \
--location "München, Germany" \
--budget high \
--preferences "Canon, 4K Video"
Search US stores:
uv run {baseDir}/scripts/shop.py "running shoes" \
--country us \
--budget "$100"
query: Product search query (required)--mode: Search mode (online|local|hybrid|auto, default: auto)--budget: "low/medium/high" or "€X"/"$X" amount (default: medium)--location: Location for local/hybrid searches--preferences: Comma-separated (e.g., "brand:Sony, wireless, black")--max-results: Maximum products to return (default: 5, max: 20)--sort-by: Sort order (relevance|price-low|price-high|rating)--output: text|json (default: text)--country: Country code for search (default: de). Use "us" for US, "uk" for UK, etc.Default (text): Markdown table with product details, ratings, availability, and buy links
JSON: Structured data with all product metadata, scores, and links
Products are ranked using weighted scoring:
安装 Shopping Expert 后,可以对 AI 说这些话来触发它
Help me get started with Shopping Expert
Explains what Shopping Expert does, walks through the setup, and runs a quick demo based on your current project
Use Shopping Expert to find and compare products online (Google Shopping) and locally (sto...
Invokes Shopping Expert with the right parameters and returns the result directly in the conversation
What can I do with Shopping Expert in my finance & investment workflow?
Lists the top use cases for Shopping Expert, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/shopping-expert/ 目录(个人级,所有项目可用),或 .claude/skills/shopping-expert/(项目级)。重启 AI 客户端后,用 /shopping-expert 主动调用,或让 AI 根据上下文自动发现并使用。
Shopping Expert 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Shopping Expert 可免费安装使用。请查阅仓库了解许可证信息。
Find and compare products online (Google Shopping) and locally (stores near you). Auto-selects best products based on price, ratings, availability, and preferences. Generates shopping list with buy links and store locations. Use when asked to shop for products, find best deals, compare prices, or locate items locally. Supports budget constraints (low/medium/high or "$X"), preference filtering (brand, features, color), and dual-mode search (online + local stores).
Automate my finance & investment tasks using Shopping Expert
Identifies repetitive steps in your workflow and sets up Shopping Expert to handle them automatically
Shopping Expert 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。