An advanced shopping assistant skill that allows AI agents to search millions of stores, compare prices, and facilitate checkouts without requiring an API key.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shop-minimal
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install shop-minimal using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The shop-minimal skill is a specialized tool designed to turn any AI agent into a high-end personal shopper. By integrating with a global product catalog, it allows developers to build Openclaw Skills that can discover products across diverse brands, filter by specific metadata like shipping origin or price range, and present curated results to users. It prioritizes direct product discovery over conversational filler, making it ideal for high-conversion retail applications.
This skill is particularly effective for those building multi-platform shopping experiences. It handles the complexity of merchant diversity and localization automatically, ensuring that users see relevant currency and availability based on their region. As part of the wider ecosystem of Openclaw Skills, it provides a standardized way to handle product data, images, and deep-linked checkout URLs.
To integrate this skill within your Openclaw Skills project, you do not need an external API key. Simply configure your agent to interact with the following endpoint structure:
# Standard GET request for product discovery
GET https://shop.app/web/api/catalog/search?query={query}&ships_to=US&available_for_sale=1
Ensure your agent is configured to pass the appropriate ISO 3166 country codes to the ships_to parameter to ensure correct currency formatting and stock availability.
The shop-minimal skill uses a structured schema to manage search requests and product responses. This ensures consistency across different Openclaw Skills implementations.
| Parameter | Type | Description |
|---|---|---|
query |
string | The search keywords used to find products. |
ships_to |
string | ISO 3166 code for currency and availability logic. |
min_price |
decimal | Minimum price filter. |
max_price |
decimal | Maximum price filter. |
categories |
string | Comma-delimited Shopify taxonomy IDs. |
available_for_sale |
int | Binary flag (1 for in-stock, 0 for all). |
The response data includes high-resolution image URLs, formatted price strings, review ratings, and unique variant IDs for checkout generation.
Loading
Programmatically register and manage domains using USDC on the Base network with no KYC requirements.

A provably fair, API-only gambling platform designed specifically for autonomous AI agents to manage bankrolls and place bets.

A robust utility for logging AI model consumption and generating detailed cost reports across multiple API providers.

A managed context engineering platform that provides RAG, Text2SQL, and hybrid search to ground AI agents in real-world data with high efficiency.

A high-performance product discovery and comparison tool that integrates millions of online stores into your AI agent without requiring an API key.

A comprehensive shopping and product discovery skill that allows AI agents to search, compare, and facilitate purchases across millions of online stores without individual API keys.








































