ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/leebellon/wishfinity
Or

What 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

  1. "I'm not ready to buy this blender yet, but it looks promising. Please save it to my wishlist."
  2. "Add these three gift ideas to my Wishfinity profile so I can check them later."
  3. "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

Author@leebellon
Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-leebellon-wishfinity": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#shopping#ecommerce#wishlist#productivity#mcp
Safety Score: 5/5

Flags: external-api