← 返回 Skills 市场
jalexspringer

Forage Shopping

作者 jalexspringer · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
561
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install forage-shopping
功能描述
Search and compare products across merchants. Find the best deals with price comparison and shopping recommendations.
使用说明 (SKILL.md)

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:

  1. Use search_products to find options matching their query
  2. If they're interested in a specific product, use compare_prices to find the best retailer
  3. 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.

安全使用建议
This skill is coherent for price comparison, but it forwards queries to an external MCP server (https://forageshopping.com/mcp). Before installing: 1) verify the domain and operator (privacy policy, reputation); 2) don't send sensitive personal or financial data in queries; 3) confirm the connection uses HTTPS and inspect openclaw.json changes (back it up) so you can remove the MCP entry later; and 4) try a few non-sensitive searches to observe results and behavior. If you need stronger guarantees about data handling, contact the skill author or prefer a skill with documented authentication and privacy terms.
功能分析
Type: OpenClaw Skill Name: forage-shopping Version: 1.0.0 The skill bundle defines a 'forage-shopping' agent skill, providing tools for product search, price comparison, and deal finding. All instructions in SKILL.md are directly related to the stated purpose, guiding the agent to interact with the `https://forageshopping.com/mcp` endpoint. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's intended function or perform unauthorized actions. The `_meta.json` file contains only standard metadata.
能力评估
Purpose & Capability
Name/description match what the SKILL.md instructs: search, compare, and find deals. It does not request unrelated credentials, binaries, or system access.
Instruction Scope
Instructions are narrowly scoped to adding a single MCP server URL to openclaw.json and calling three named tools. This stays within the advertised purpose, but it does cause the agent to send user queries to an external service (https://forageshopping.com/mcp).
Install Mechanism
No install spec or code is present (instruction-only), so nothing new is written to disk beyond the suggested change to openclaw.json. This is low-risk compared to downloads or executables.
Credentials
No environment variables, credentials, or config paths are required. The lack of required API keys is consistent with the SKILL.md claim that the remote server 'handles everything.'
Persistence & Privilege
always:false and user-invocable:true (normal). The only persistent change suggested is adding an MCP server entry to openclaw.json — this is reasonable for the skill but effectively routes agent queries to a third-party endpoint, which increases exposure.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install forage-shopping
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /forage-shopping 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Forage Shopping. - Search and compare products across multiple merchants. - Price comparison tool for specific products. - Find top deals in any product category, with optional budget filtering. - No API key required; easy setup with direct MCP server integration. - Shopping recommendations emphasize value, with details such as product info, price, merchant, and links.
元数据
Slug forage-shopping
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论