LaunchKit · 2026
Back to Skills

add-wish

Save any product to a universal wishlist.

0
381 downloads
by @leebellon

Setup & Installation

openclaw skills install @leebellon/add-wish

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install add-wish

What This Skill Does

Converts any product URL into a Wishfinity wishlist save link using a single URL pattern. The agent prepends a fixed base URL to any product link, giving users a clickable button to save items for later. Wishfinity handles product metadata extraction, including title, images, and price.

Works with any retailer via a single URL pattern, so developers don't need merchant-specific cart integrations or their own product scraping infrastructure.

When to use it

  • Saving a product found during an AI shopping session to revisit before buying
  • Building a shareable gift registry from AI-recommended items
  • Bookmarking price-compared products without committing to purchase
  • Collecting gift ideas from a conversational gift-matching assistant
  • Deferring an add-to-cart action when a user isn't ready to buy

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Save that espresso machine for later'

AGENT
  1. 1Takes the product URL from the current recommendation
  2. 2Prepends https://wishfinity.com/add?url= to the product URL
  3. 3Presents the resulting link as a clickable '+W Add to Wishlist' button
OUTPUT

A formatted link the user clicks to save the product to their Wishfinity account

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Wishfinity account (free, sign up at wishfinity.com)