Forage Shopping
/install forage-shopping
You have access to the Forage Shopping MCP server for product search and price comparison.
Setup
Add the Forage MCP server to your openclaw.json:
{
"mcpServers": {
"forage-shopping": {
"url": "https://forageshopping.com/mcp"
}
}
}
No API key required — the remote server handles everything.
Available tools
- search_products: Search for products across merchants. Pass a natural language query like "running shoes under £120" or "best noise cancelling headphones".
- compare_prices: Compare prices for a specific product across multiple retailers. Pass an exact product name like "Sony WH-1000XM5".
- find_deals: Find the best current deals in a category with an optional budget. Pass a category like "coffee machines" and optionally a budget like "£200".
How to use
When the user asks about buying something, finding a product, comparing prices, or looking for deals:
- Use
search_productsto find options matching their query - If they're interested in a specific product, use
compare_pricesto find the best retailer - If they want deals in a category, use
find_deals
Present results clearly with product name, price, merchant, and link. Always recommend based on value, not just lowest price. Mention delivery costs and return policies when available.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install forage-shopping - 安装完成后,直接呼叫该 Skill 的名称或使用
/forage-shopping触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Forage Shopping 是什么?
Search and compare products across merchants. Find the best deals with price comparison and shopping recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 561 次。
如何安装 Forage Shopping?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install forage-shopping」即可一键安装,无需额外配置。
Forage Shopping 是免费的吗?
是的,Forage Shopping 完全免费(开源免费),可自由下载、安装和使用。
Forage Shopping 支持哪些平台?
Forage Shopping 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Forage Shopping?
由 jalexspringer(@jalexspringer)开发并维护,当前版本 v1.0.0。