Wishfinity for Openclaw

A universal save-for-later skill that allows AI agents to organize product discoveries into a centralized, shareable wishlist.

leebellon
v1.0.0
Feb 1, 2026
1
2.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install wishfinity

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install wishfinity using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Wishfinity?

Wishfinity is a specialized integration for AI commerce experiences that adds a robust save for later functionality to any agent workflow. By utilizing this skill within the ecosystem of Openclaw Skills, developers can empower their agents to capture product URLs from any retailer—including Amazon, Target, or independent shops—and store them in a universal wishlist. This eliminates the friction of managing separate carts or manual bookmarks across different platforms.

The skill functions as a bridge between AI-driven product discovery and consumer intent. Whether an agent is recommending gift ideas or performing deep product research, Wishfinity provides a seamless way for users to act on those suggestions without leaving the AI interface or requiring complex API key management.

Wishfinity Use Cases

  • AI shopping agents providing personalized product recommendations
  • Gift idea generators that save suggestions for future holidays or events
  • Deal and price comparison bots capturing potential purchases for tracking
  • Product research assistants documenting items during competitive analysis
  • AI commerce experiences where users need to bookmark items via natural language

How Wishfinity Works

  1. The AI agent identifies a specific product URL during a conversation or research task.
  2. The user expresses intent to save the item using phrases like "Add to my wishlist" or "Save this."
  3. The Openclaw Skills runner invokes the add_to_wishlist MCP tool with the product URL as the primary input.
  4. The tool returns a generated action URL and suggested button text for the front-end interface.
  5. The user clicks the returned link to complete the save on the Wishfinity platform, which handles authentication securely in the browser.

Wishfinity Setup

To enable Wishfinity in your environment, add the MCP server configuration to your ~/.openclaw/openclaw.json file:

{
  "agents": {
    "list": [{
      "id": "main",
      "mcp": {
        "servers": [{
          "name": "wishfinity",
          "command": "npx",
          "args": ["-y", "wishfinity-mcp-plusw"]
        }]
      }
    }]
  }
}

After saving the configuration, restart your Openclaw Skills gateway. Ensure you have a free account at wishfinity.com to manage and view your saved items.

Wishfinity Data Schema & Taxonomy

The Wishfinity skill utilizes a clean data schema to facilitate communication between AI agents and the wishlist service within Openclaw Skills.

Field Type Description
url String The required product page URL to be saved to the list
action_url String The generated output link for the user to click to finalize the save
display_text String Suggested label for the UI button (e.g., "Save to Wishfinity")

No local storage is required as all data persistence is handled by the Wishfinity cloud service.

Wishfinity Advanced Features

  • Universal retailer support allows saving products from any valid URL globally
  • Zero-config authentication ensures users can save items without providing API keys to the agent
  • Shareable wishlists enable collaborative gifting and social shopping directly from Openclaw Skills workflows
  • Integrated price tracking within the Wishfinity app for all items saved by the agent
  • Multi-agent compatibility allowing various commerce bots to contribute to a single user wishlist

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*