A universal save-for-later skill that allows AI agents to organize product discoveries into a centralized, shareable wishlist.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wishfinity
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 wishfinity using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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.
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.
Loading
A universal product-saving skill that converts any retailer URL into a one-click wishlist link for AI agents.

A lightweight Python-based Spotify Web API client designed for AI agents to manage music playback, search, and playlists.

An autonomous multi-model research system that orchestrates four parallel AI agents to generate framework-driven, cross-validated technical reports.

A professional-grade skill to initialize and configure Traefik v3 as a high-performance reverse proxy and load balancer within a Docker environment.

A sophisticated toolset for sending and managing interactive UI elements like buttons, polls, and forms within Feishu (Lark) messages.

A lightweight browser automation tool for Openclaw Skills to extract and translate DMM/FANZA public rankings without needing API credentials.








































