Forage Shopping:AI 产品搜索与价格比较 - Openclaw 技能
作者:互联网
2026-03-31
什么是 Forage Shopping?
Forage Shopping 是一款专门的 MCP 服务器集成,可将您的 AI 代理转化为复杂的私人购物助手。作为 Openclaw 技能库的重要补充,它使用户能够搜索产品、比较多个零售商的成本,并在无需手动浏览的情况下发现高价值优惠。该技能直接连接到远程服务器,提供从高端电子产品到日常家居用品的实时商家数据和精选推荐。
通过集成此技能,开发人员和用户可以简化其 AI 环境中的采购工作流程。其底层逻辑专注于通过考虑价格、商家可靠性和产品相关性来提供高价值建议,使其成为自动化采购或个人搜寻折扣的必备工具。
下载入口:https://github.com/openclaw/skills/tree/main/skills/jalexspringer/forage-shopping
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install forage-shopping
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 forage-shopping。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
Forage Shopping 应用场景
- 使用自然语言查询搜索小众产品,例如“150 英镑以下的机械键盘”。
- 在多个全球零售商中比较特定电子型号的实时价格,以确保最低成本。
- 识别咖啡机或智能家居设备等特定类别中的最佳季节性优惠。
- 为企业库存或礼品购买研究产品可用性和商家选项。
- 用户向 AI 代理提供与购物相关的提示或产品咨询。
- 该技能调用 search_products 工具,从 Forage 商家数据库中收集匹配物品的广泛列表。
- 如果针对特定产品,代理将使用 compare_prices 工具获取所有可用零售商及其当前定价的列表。
- find_deals 函数可根据用户提供的特定类别和预算限制来过滤结果。
- 代理将收集的数据合成一份清晰的比较报告,并附带直接链接,方便用户最终完成购买。
Forage Shopping 配置指南
要安装此技能,请使用 Forage Shopping 服务器详情更新您的 openclaw.json 配置文件。由于连接是通过远程 URL 处理的,因此不需要 API 密钥。
# 无需本地安装。只需更新您的配置文件即可。
{
"mcpServers": {
"forage-shopping": {
"url": "https://forageshopping.com/mcp"
}
}
}
Forage Shopping 数据架构与分类体系
该技能以结构化格式处理并返回产品数据,以确保不同 Openclaw 技能实现之间的清晰度。
| 属性 | 类型 | 描述 |
|---|---|---|
| product_name | 字符串 | 商家列出的商品的官方标题。 |
| price | 字符串 | 当前列出的价格,包括货币符号。 |
| merchant | 字符串 | 产品所在零售商的名称。 |
| link | URL | 产品列表页面的直接目的地。 |
| metadata | 对象 | 包含可用的送货预估或退货政策信息。 |
name: forage-shopping
description: Search and compare products across merchants. Find the best deals with price comparison and shopping recommendations.
homepage: https://forageshopping.com
user-invocable: true
metadata: {"openclaw":{"requires":{},"emoji":"??"}}
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.
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
个人分析:AI 对话洞察与生产力 - Openclaw Skills
Kosmi 视频 DJ:自动化观看派对 - Openclaw 技能
沟通教练:AI 行为训练 - Openclaw Skills
Polymarket 研究与盈亏最大化 - Openclaw Skills
Memecoin 扫描器:自主发现与模拟交易 - Openclaw Skills
LI.FI Orchestrator:跨链桥接与兑换 - Openclaw Skills
intomd: 文档转 Markdown 转换器 - Openclaw Skills
DDG搜索:隐私友好的网页搜索 - Openclaw技能库
别点这个:存储型 XSS 安全演示 - Openclaw Skills
LHON 研究助手:AI 驱动的医学发现 - Openclaw Skills
AI精选
