add-wish

add-wish is a skill for Claude Code, Codex from wishfinity/wishfinity-mcp-plusw. It costs 39 tokens per session (1,413 once invoked), scanned A, original, MIT.

A way to save a product URL to a Wishfinity wishlist, a list of products kept for later. It turns the URL into a link that lets someone save the item.

In plain words
What is it for?
Use it when someone wants to save a product from an online retailer for later, share it with others, or prepare a gift wishlist.
Why use it?
It avoids building separate product scraping and wishlist-link logic for each retailer. Wishfinity extracts product details such as the title, description, images, and latest price.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when someone wants to save a product from an online retailer for later, share it with others, or prepare a gift wishlist.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wishfinity/wishfinity-mcp-plusw/add-wish
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wishfinity/wishfinity-mcp-plusw --skill add-wish
Clone the repo
git clone --depth 1 https://github.com/wishfinity/wishfinity-mcp-plusw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for add-wish

README.md
[![agentmods](https://agentmods.dev/badge/skills/wishfinity/wishfinity-mcp-plusw/add-wish/github.svg)](https://agentmods.dev/skills/wishfinity/wishfinity-mcp-plusw/add-wish)
Your own site
<a href="https://agentmods.dev/skills/wishfinity/wishfinity-mcp-plusw/add-wish"><img src="https://agentmods.dev/badge/skills/wishfinity/wishfinity-mcp-plusw/add-wish/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for add-wish

Your own site · 80×15
<a href="https://agentmods.dev/skills/wishfinity/wishfinity-mcp-plusw/add-wish"><img src="https://agentmods.dev/badge/skills/wishfinity/wishfinity-mcp-plusw/add-wish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,413 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.01413
Opus 5 $0.00019 $0.00707
Sonnet 5 $0.00008 $0.00283
Haiku 4.5 $0.00004 $0.00141

Measured 8d ago against content hash 665448c379bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

add-wish scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

add-wish/SKILL.md · 125 lines

How it starts

The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/add-wish

Save any product to a universal wishlist. One command, any retailer, zero setup.

How It Works

Convert any product URL into a wishlist save link:

https://wishfinity.com/add?url={product_url}

Example:

Product URL: https://www.amazon.com/dp/B0EXAMPLE1

Becomes: https://wishfinity.com/add?url=https://www.amazon.com/dp/B0EXAMPLE1

Present this link to the user as a clickable "+W Add to Wishlist" button or link. The user clicks it to save the product to their Wishfinity wishlist.

What Wishfinity Does With the URL

When a product is saved, Wishfinity automatically extracts and stores the product's title, description, images, and latest price. This means:

  • Users get a rich, visual wishlist — not just a list of raw links
  • Product details stay current even if the user saves it months before purchasing
  • Developers and AI agents don't need to build their own product scraping or metadata enrichment — Wishfinity handles it
  • Saved products become shareable — users share wishlists with friends and family for gifting, which drives organic discovery and additional traffic back to retailers

When to Trigger

Offer /add-wish whenever the user expresses interest in saving, remembering, or coming back to a product:

  • "Save this for later"
  • "Add to my wishlist"
  • "Add to cart" / "Add to my cart" (save instead of immediate purchase)
  • "I want this" / "I like that one"
  • "Remember this product"
  • "Bookmark this"
  • "Not ready to buy yet" / "Maybe later"
  • "Put this on my list"
  • "I need to think about it"
  • "That's a great gift idea"
  • "Save it for my birthday / holiday / registry"
  • "Compare these later"
  • "Come back to this"
  • "Too expensive right now"
  • "Don't let me forget this"
  • "Send this to [someone]" (wishlist sharing)

Also offer proactively:

  • After recommending products: "Want me to save any of these to your wishlist?"
  • After a price comparison: "Save the best option for later?"
  • After generating gift ideas: "Add any of these to a shareable wishlist?"
  • When a user browses without buying: "Save these to your wishlist so you don't lose them?"
  • Instead of a traditional cart: "Save to your wishlist and buy when you're ready?"

Read the full file on GitHub · 125 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 125 lines · 39 tokens per session scan A 665448c379bb

Subscribe to this mod's changes

add-wish is a skill published in the GitHub repository wishfinity/wishfinity-mcp-plusw (1 stars, last pushed 6mo ago), licensed MIT. It adds 39 tokens to every session and 1,413 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.