update-wix-recipes

update-wix-recipes is a command for Claude Code from QuentinEnhancementStudio/wix-mcp-skill. It costs 15 tokens per session (453 once invoked), scanned A, original, MIT.

A command that refreshes the recipe index used by the Wix documentation guide from current Wix data.

In plain words
What is it for?
Use it to compare current Wix recipes with local files and update entries for areas such as bookings, stores, payments, blogs, events, and media.
Why use it?
It helps prevent the guide from relying on missing or outdated recipe links and keywords.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: reads .claude/ paths.

Good fit Use it to compare current Wix recipes with local files and update entries for areas such as bookings, stores, payments, blogs, events, and media.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/quentinenhancementstudio/wix-mcp-skill/update-wix-recipes
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.

Clone the repo
git clone --depth 1 https://github.com/QuentinEnhancementStudio/wix-mcp-skill

Made for: Claude Code.

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 update-wix-recipes

README.md
[![agentmods](https://agentmods.dev/badge/commands/quentinenhancementstudio/wix-mcp-skill/update-wix-recipes/github.svg)](https://agentmods.dev/commands/quentinenhancementstudio/wix-mcp-skill/update-wix-recipes)
Your own site
<a href="https://agentmods.dev/commands/quentinenhancementstudio/wix-mcp-skill/update-wix-recipes"><img src="https://agentmods.dev/badge/commands/quentinenhancementstudio/wix-mcp-skill/update-wix-recipes/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 update-wix-recipes

Your own site · 80×15
<a href="https://agentmods.dev/commands/quentinenhancementstudio/wix-mcp-skill/update-wix-recipes"><img src="https://agentmods.dev/badge/commands/quentinenhancementstudio/wix-mcp-skill/update-wix-recipes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 453 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.00015 $0.00453
Opus 5 $0.00008 $0.00227
Sonnet 5 $0.00003 $0.00091
Haiku 4.5 $0.00002 $0.00045

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

Security

Grade A, and why

update-wix-recipes 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 11d 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.

commands/update-wix-recipes.md · 55 lines

What it actually says

Update the Wix MCP skill recipe files with current data from the Wix MCP.

Steps

  1. Call WixREADME() to get the current recipe index from Wix.

  2. Parse the response and extract each domain section (Bookings, Stores, Payments, Restaurants, Blog, Pricing Plans, Contacts, CMS, Sites, Events, Platform, Media, Rich Content).

  3. For each domain, compare the recipes in the WixREADME response with the existing file at ~/.claude/skills/wix-mcp/recipes/<domain>.md. Domain-to-filename mapping:

    • Bookings -> recipes/bookings.md
    • Stores -> recipes/stores.md
    • Payments -> recipes/payments.md
    • Restaurants -> recipes/restaurants.md
    • Blog -> recipes/blog.md
    • Pricing Plans -> recipes/pricing-plans.md
    • Contacts -> recipes/contacts.md
    • CMS -> recipes/cms.md
    • Sites -> recipes/sites.md
    • Events -> recipes/events.md
    • Platform -> recipes/platform.md
    • Media -> recipes/media.md
    • Rich Content -> recipes/rich-content.md
  4. For each file that differs or is missing, update it using this format:

    # <Domain> Recipes
    
    | Recipe | Keywords | URL |
    |--------|----------|-----|
    | <Recipe Name> | <keyword1>, <keyword2>, ... | `<article URL>` |
    

    Generate 3-5 relevant keywords per recipe based on its name and description.

  5. If WixREADME returns recipes for a domain that has no file, create the new file and add a corresponding entry to domain-routing.md.

  6. Report a summary to the user:

    • Which files were updated (and what changed)
    • Which files were already up-to-date
    • Any new domains added
    • Total recipe count before and after
  7. Log the update:

    ~/.claude/skills/wix-mcp/scripts/log.sh UPDATE recipes "<summary>"
    
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. 11d ago First seen · 55 lines · 15 tokens per session scan A dfb1f65e6bb2

Subscribe to this mod's changes

update-wix-recipes is a command published in the GitHub repository QuentinEnhancementStudio/wix-mcp-skill (2 stars, last pushed 6mo ago), licensed MIT. It adds 15 tokens to every session and 453 once invoked, about $0.0001 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.