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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install forage-shopping - After installation, invoke the skill by name or use
/forage-shopping - Provide required inputs per the skill's parameter spec and get structured output
What is Forage Shopping?
Search and compare products across merchants. Find the best deals with price comparison and shopping recommendations. It is an AI Agent Skill for Claude Code / OpenClaw, with 561 downloads so far.
How do I install Forage Shopping?
Run "/install forage-shopping" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Forage Shopping free?
Yes, Forage Shopping is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Forage Shopping support?
Forage Shopping is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Forage Shopping?
It is built and maintained by jalexspringer (@jalexspringer); the current version is v1.0.0.