← Back to Skills Marketplace
leebellon

Wishfinity +W

by leebellon · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1704
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wishfinity
Description
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.
Usage Guidance
This skill appears to do what it says, but it asks you to run an npm package via npx (wishfinity-mcp-plusw) by adding an MCP entry to your OpenClaw config. npx will fetch and execute code from the npm registry (unpinned) — that can run arbitrary code on your system. Before installing: 1) Verify the npm package name, maintainer, and popularity; review the GitHub repo (https://github.com/wishfinity/wishfinity-mcp-plusw) and the package source for malicious behavior; 2) Ask the author for a pinned version and checksum or a vetted install mechanism (GitHub release tarball or package with signature); 3) Consider running the connector in an isolated environment or sandbox; 4) Note you will be modifying ~/.openclaw/openclaw.json and restarting the gateway — ensure you trust the package and account flows on wishfinity.com. If you cannot audit the package or get a pinned release, treat this as risky and avoid installing.
Capability Analysis
Type: OpenClaw Skill Name: wishfinity Version: 1.0.0 The skill bundle describes a 'save for later' functionality for products, integrating with the Wishfinity service. The `SKILL.md` provides clear instructions for the user to configure an MCP server using `npx -y wishfinity-mcp-plusw`, which is a standard method for OpenClaw integrations. There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, or other harmful behaviors within the provided files. The instructions for the AI agent are aligned with the stated purpose of saving product URLs.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: this is an MCP-based 'save for later' wishlist integration and it legitimately requires adding an MCP server entry (agents.list.0.mcp.servers) to run the connector.
Instruction Scope
SKILL.md only asks the agent to add an MCP server entry, call a single tool (add_to_wishlist with a URL), and present a link. It does not instruct reading unrelated files or exfiltrating data. However, it directs use of npx to fetch/run an external package at runtime (see install mechanism).
Install Mechanism
There is no formal install spec, but the SKILL.md instructs adding an MCP server whose command uses npx to run the npm package wishfinity-mcp-plusw. That causes code to be downloaded and executed from the npm registry at runtime (unpinned, no checksum). This is a moderate-to-high-risk delivery mechanism unless the package and repo are audited and a specific pinned/versioned install is provided.
Credentials
The skill declares no environment variables or secrets and only requires a single config path (agents.list.0.mcp.servers). That is proportionate for an MCP connector which needs to be registered in agent config.
Persistence & Privilege
always:false (normal). The setup requires editing ~/.openclaw/openclaw.json and restarting the gateway — this modifies agent configuration (expected), and once registered the MCP connector will be invoked by the agent which expands runtime attack surface because it executes external code when used.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wishfinity
  3. After installation, invoke the skill by name or use /wishfinity
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release adds Wishfinity integration for universal "save for later" functionality. - Lets users save any product URL to a Wishfinity wishlist from shopping and product recommendation agents. - Requires MCP server config and a free Wishfinity account. - Provides an `add_to_wishlist` tool for agents to generate save links. - Compatible with all retailers and shopping agents; wishlists are shareable and support price tracking.
Metadata
Slug wishfinity
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1704 downloads so far.

How do I install Wishfinity +W?

Run "/install wishfinity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wishfinity +W free?

Yes, Wishfinity +W is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wishfinity +W support?

Wishfinity +W is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wishfinity +W?

It is built and maintained by leebellon (@leebellon); the current version is v1.0.0.

💬 Comments