← 返回
AI智能 中文

Wishfinity +W

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.
{"answer":"为购物助手、推荐引擎、礼物生成器和AI购物体验添加“稍后保存”功能。可将任意商品链接存入通用心愿单。需配置MCP及免费Wishfinity账号。"}
leebellon
AI智能 clawhub v1.0.0 1 版本 99746.6 Key: 无需
★ 1
Stars
📥 1,948
下载
💾 136
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 17:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

/add-wish — Universal Add to Wishlist

leebellon
将任意商品保存至通用愿望清单;任意商品链接一键转为‘稍后保存’链接;支持所有零售商和AI平台,零配置。
★ 0 📥 986
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,058 📥 797,257
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 710 📥 243,620