{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wishfinity",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wishfinity",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/wishfinity",
    "agentPageUrl": "https://openagent3.xyz/skills/wishfinity/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wishfinity/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wishfinity/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Wishfinity +W",
        "body": "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.\n\nUse cases:\n\nShopping agents that recommend products\nGift idea generators (save suggestions for later)\nDeal/price comparison bots\nProduct research assistants\nAny AI commerce experience where users discover products"
      },
      {
        "title": "Requirements",
        "body": "Free Wishfinity account at https://wishfinity.com\nMCP server configured (see Setup below)"
      },
      {
        "title": "Setup",
        "body": "Add the MCP server to your ~/.openclaw/openclaw.json:\n\n{\n  \"agents\": {\n    \"list\": [{\n      \"id\": \"main\",\n      \"mcp\": {\n        \"servers\": [{\n          \"name\": \"wishfinity\",\n          \"command\": \"npx\",\n          \"args\": [\"-y\", \"wishfinity-mcp-plusw\"]\n        }]\n      }\n    }]\n  }\n}\n\nRestart your OpenClaw gateway after adding the config."
      },
      {
        "title": "When to Use",
        "body": "Offer to save products when the user says things like:\n\n\"Save this for later\"\n\"Add to my wishlist\"\n\"I want this\"\n\"Remember this product\"\n\"Bookmark this\""
      },
      {
        "title": "MCP Tool",
        "body": "add_to_wishlist\n\nInput:\n\nurl (string, required): Product page URL\n\nOutput:\n\naction_url: Link for user to click (opens Wishfinity)\ndisplay_text: Suggested button text\n\nThe user clicks the returned link to complete the save. Authentication happens on Wishfinity's site — no API keys needed in your config."
      },
      {
        "title": "Example",
        "body": "User: \"That coffee maker looks great, save it for me\"\n\nAgent calls add_to_wishlist with the product URL, then presents the action link as a button."
      },
      {
        "title": "Notes",
        "body": "Works with any retailer (Amazon, Target, small shops, anywhere)\nWishlists are shareable — useful for gifting\nPrice tracking available in Wishfinity app\nThis is a branded service (like Spotify), not a neutral utility"
      },
      {
        "title": "Links",
        "body": "MCP server: https://github.com/wishfinity/wishfinity-mcp-plusw\nnpm: wishfinity-mcp-plusw\nWishfinity: https://wishfinity.com"
      }
    ],
    "body": "Wishfinity +W\n\nAdd 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.\n\nUse cases:\n\nShopping agents that recommend products\nGift idea generators (save suggestions for later)\nDeal/price comparison bots\nProduct research assistants\nAny AI commerce experience where users discover products\nRequirements\nFree Wishfinity account at https://wishfinity.com\nMCP server configured (see Setup below)\nSetup\n\nAdd the MCP server to your ~/.openclaw/openclaw.json:\n\n{\n  \"agents\": {\n    \"list\": [{\n      \"id\": \"main\",\n      \"mcp\": {\n        \"servers\": [{\n          \"name\": \"wishfinity\",\n          \"command\": \"npx\",\n          \"args\": [\"-y\", \"wishfinity-mcp-plusw\"]\n        }]\n      }\n    }]\n  }\n}\n\n\nRestart your OpenClaw gateway after adding the config.\n\nWhen to Use\n\nOffer to save products when the user says things like:\n\n\"Save this for later\"\n\"Add to my wishlist\"\n\"I want this\"\n\"Remember this product\"\n\"Bookmark this\"\nMCP Tool\n\nadd_to_wishlist\n\nInput:\n\nurl (string, required): Product page URL\n\nOutput:\n\naction_url: Link for user to click (opens Wishfinity)\ndisplay_text: Suggested button text\n\nThe user clicks the returned link to complete the save. Authentication happens on Wishfinity's site — no API keys needed in your config.\n\nExample\n\nUser: \"That coffee maker looks great, save it for me\"\n\nAgent calls add_to_wishlist with the product URL, then presents the action link as a button.\n\nNotes\nWorks with any retailer (Amazon, Target, small shops, anywhere)\nWishlists are shareable — useful for gifting\nPrice tracking available in Wishfinity app\nThis is a branded service (like Spotify), not a neutral utility\nLinks\nMCP server: https://github.com/wishfinity/wishfinity-mcp-plusw\nnpm: wishfinity-mcp-plusw\nWishfinity: https://wishfinity.com"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/leebellon/wishfinity",
    "publisherUrl": "https://clawhub.ai/leebellon/wishfinity",
    "owner": "leebellon",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}