# Send Wishfinity +W to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wishfinity",
    "name": "Wishfinity +W",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/leebellon/wishfinity",
    "canonicalUrl": "https://clawhub.ai/leebellon/wishfinity",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/wishfinity",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wishfinity",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "wishfinity",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T02:43:01.721Z",
      "expiresAt": "2026-05-18T02:43:01.721Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wishfinity",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wishfinity",
        "contentDisposition": "attachment; filename=\"wishfinity-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "wishfinity"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/wishfinity"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wishfinity",
    "downloadUrl": "https://openagent3.xyz/downloads/wishfinity",
    "agentUrl": "https://openagent3.xyz/skills/wishfinity/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wishfinity/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wishfinity/agent.md"
  }
}
```
## Documentation

### Wishfinity +W

Add a "save for later" action to your AI shopping experience. Works with product recommendation engines, gift idea generators, deal finders, and any agent that surfaces products.

Use cases:

Shopping agents that recommend products
Gift idea generators (save suggestions for later)
Deal/price comparison bots
Product research assistants
Any AI commerce experience where users discover products

### Requirements

Free Wishfinity account at https://wishfinity.com
MCP server configured (see Setup below)

### Setup

Add the MCP server to your ~/.openclaw/openclaw.json:

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

Restart your OpenClaw gateway after adding the config.

### When to Use

Offer to save products when the user says things like:

"Save this for later"
"Add to my wishlist"
"I want this"
"Remember this product"
"Bookmark this"

### MCP Tool

add_to_wishlist

Input:

url (string, required): Product page URL

Output:

action_url: Link for user to click (opens Wishfinity)
display_text: Suggested button text

The user clicks the returned link to complete the save. Authentication happens on Wishfinity's site — no API keys needed in your config.

### Example

User: "That coffee maker looks great, save it for me"

Agent calls add_to_wishlist with the product URL, then presents the action link as a button.

### Notes

Works with any retailer (Amazon, Target, small shops, anywhere)
Wishlists are shareable — useful for gifting
Price tracking available in Wishfinity app
This is a branded service (like Spotify), not a neutral utility

### Links

MCP server: https://github.com/wishfinity/wishfinity-mcp-plusw
npm: wishfinity-mcp-plusw
Wishfinity: https://wishfinity.com
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: leebellon
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T02:43:01.721Z
- Expires at: 2026-05-18T02:43:01.721Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/wishfinity)
- [Send to Agent page](https://openagent3.xyz/skills/wishfinity/agent)
- [JSON manifest](https://openagent3.xyz/skills/wishfinity/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/wishfinity/agent.md)
- [Download page](https://openagent3.xyz/downloads/wishfinity)