wishfinity
Add "save for later" to shopping agents, product recommendation engines, gift idea generators, and AI commerce experiences. Saves any product URL to a universal wishlist. Requires MCP config and free Wishfinity account.
Why use this skill?
Integrate Wishfinity with OpenClaw to enable 'save for later' functionality. Seamlessly bookmark product URLs from any retailer to your personal, shareable wishlist.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/leebellon/wishfinityWhat This Skill Does
The Wishfinity skill integrates a universal "save for later" functionality into your OpenClaw AI agents. By utilizing the Wishfinity MCP server, your AI agent can bridge the gap between product discovery and long-term storage. When an agent surfaces a product URL during a shopping or research session, this skill allows the user to instantly save the item to a centralized, platform-agnostic wishlist. It acts as a bridge between the transient nature of chat-based product discovery and the permanent utility of a personal shopping dashboard.
Installation
To integrate Wishfinity, you must first ensure you have a free account at Wishfinity. Open your ~/.openclaw/openclaw.json configuration file and append the MCP server definition under your active agent settings:
{
"agents": {
"list": [{
"id": "main",
"mcp": {
"servers": [{
"name": "wishfinity",
"command": "npx",
"args": ["-y", "wishfinity-mcp-plusw"]
}]
}
}]
}
}
After saving the file, restart your OpenClaw gateway to initialize the connection. You can also trigger the installation via the CLI using clawhub install openclaw/skills/skills/leebellon/wishfinity.
Use Cases
Wishfinity is ideal for any AI agent that handles product data. Common scenarios include:
- Shopping Assistants: Agents that provide side-by-side product comparisons.
- Gift Generators: When brainstorming gifts, the agent can save selected items to a shareable list for the user to review later.
- Price Trackers: Users researching large purchases can bookmark items for the agent to watch.
- Trend Discovery: Curators who want to save interesting finds while browsing e-commerce platforms.
Example Prompts
- "I'm not ready to buy this blender yet, but it looks promising. Please save it to my wishlist."
- "Add these three gift ideas to my Wishfinity profile so I can check them later."
- "That laptop price is great; remember this product for me."
Tips & Limitations
- Retailer Agnostic: This works across any website, from massive marketplaces like Amazon to small boutique retailers.
- Authentication: Security is handled externally; when the agent returns an
action_url, clicking it takes the user to a secure Wishfinity environment. No sensitive API credentials need to be stored in your OpenClaw config. - Limitations: This is a branded service. While highly effective, it requires the user to create a Wishfinity account to view their collections. The agent acts as the gateway to the service, relying on the MCP tool to generate the specific bookmarking action links.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-leebellon-wishfinity": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api