[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-wix-manage":3,"mdc--ktqfuw-key":36,"related-repo-openai-wix-manage":1644,"related-org-openai-wix-manage":1767},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"wix-manage","manage Wix business solutions","Wix business solution management recipes — REST API operations for configuring and managing Wix business solutions. Routes to: stores, bookings, get-paid, CMS, contacts, forms, media, app-installation, pricing-plans, restaurants, rich-content, sites, blog, calendar, domains, site-properties, ecommerce.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Operations","operations","tag",{"name":17,"slug":18,"type":15},"Wix","wix",{"name":20,"slug":21,"type":15},"CMS","cms",{"name":23,"slug":24,"type":15},"REST API","rest-api",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fwix\u002Fskills\u002Fwix-manage","---\nname: wix-manage\ndescription: \"Wix business solution management recipes — REST API operations for configuring and managing Wix business solutions. Routes to: stores, bookings, get-paid, CMS, contacts, forms, media, app-installation, pricing-plans, restaurants, rich-content, sites, blog, calendar, domains, site-properties, ecommerce.\"\ncompatibility: Requires Wix REST API access (API key or OAuth).\n---\n\n# Management Recipes Index\n\n> **Standard call shape for every curl example across these recipes.** The `\u003CAUTH>` placeholder in example curls is shorthand for the `Authorization` header only; every actual call ALSO needs `wix-site-id: \u003CSITE_ID>` and `Content-Type: application\u002Fjson`. **POST\u002FPATCH against `wix-data\u002F*`, `form-schema-service\u002F*`, `stores\u002Fv3\u002F*`, `blog\u002Fv3\u002F*`, and other site-scoped REST families return 403 without `wix-site-id`** — observed seeder regression cost ~100 s rediscovering this on a 2026-05-24 run. Mint the token via `npx @wix\u002Fcli@latest token --site \"$SITE_ID\"`.\n\n## What Are Management Recipes?\n\n**Management recipes are for REST API operations** that configure, set up, and manage Wix business entities on your site. These recipes use REST API calls and are designed for:\n\n- **Site setup and configuration** — Initial setup of stores, bookings, payments, and other business apps\n- **Entity management** — Creating, updating, and deleting products, services, staff members, pricing plans\n- **Administrative operations** — Bulk updates, contact labeling, data migrations\n- **Backend integrations** — Server-to-server automations, webhooks, data synchronization\n\nThese recipes do NOT cover frontend development or SDK usage for displaying data to users.\n\n---\n\n## App Installation\n\n### [Install Wix Apps](references\u002Fapp-installation\u002Finstall-wix-apps.md)\n**Technical:** Installs Wix apps on a site using Apps Installer API. Covers enabling Velo (Wix Code), app installation, and common app definition IDs.\n\n### [List Installed Apps](references\u002Fapp-installation\u002Flist-installed-apps.md)\n**Technical:** Lists all apps installed on a site using Apps Installer API. Useful for verifying app installations before making API calls and diagnosing authorization errors.\n\n---\n\n## Blog\n\n### [How to Create Blog Posts](references\u002Fblog\u002Fhow-to-create-blog-posts.md)\n**Technical:** Creates and publishes blog posts using Blog Posts API. Covers Ricos rich content format, image upload via Media Manager, category\u002Ftag assignment, and bulk post creation.\n\n---\n\n## Bookings\n\n### [Booking Service Policy Setup](references\u002Fbookings\u002Fbooking-service-policy-setup.md)\n**Technical:** Sets up booking policies, cancellation rules, and waitlist configuration using the Services API policy fields. Covers bookingPolicy, cancellationPolicy, and waitlist settings.\n\n### [Booking System Integration Gaps](references\u002Fbookings\u002Fbooking-system-integration-gaps.md)\n**Technical:** Documents undocumented API patterns for booking payments. Covers Bookings→Ecommerce integration, booking ID transformation to catalog items, and async payment confirmation flows.\n\n### [Bookings Staff Setup](references\u002Fbookings\u002Fbookings-staff-setup.md)\n**Technical:** Creates staff members and configures custom working hours using Staff API + Calendar Events API. Critical two-step process: create staff → assign schedule → create working hours events.\n\n### [Create and Update Booking Services](references\u002Fbookings\u002Fcreate-and-update-booking-services.md)\n**Technical:** Full CRUD operations for Wix Bookings services using Services API. Covers service types (APPOINTMENT, CLASS, COURSE), pricing configuration, location setup, and schedule management.\n\n### [End-to-End Booking Flow](references\u002Fbookings\u002Fend-to-end-booking-flow.md)\n**Technical:** Complete booking flow from service discovery to payment. Query services, check availability with Time Slots V2, create bookings, and process payment via eCommerce checkout.\n\n### [External Calendar Integration](references\u002Fbookings\u002Fexternal-calendar-integration.md)\n**Technical:** OAuth-based integration with Google Calendar, Microsoft Outlook, and Apple Calendar. Covers authentication flows, sync configuration, and bidirectional event management.\n\n### [Multi-Resource Service Creation](references\u002Fbookings\u002Fmulti-resource-service-creation.md)\n**Technical:** Creates resource types and individual resources using Resources API. Enables services that require multiple resources (rooms + equipment + staff) with automatic allocation.\n\n---\n\n## Calendar\n\n### [Configure Default Business Hours](references\u002Fcalendar\u002Fconfigure-default-business-hours.md)\n**Technical:** Uses Calendar Events API to create WORKING_HOURS events on the business schedule. Covers the critical distinction between Calendar Events API (correct) vs Site Properties API (incorrect) for setting base availability.\n\n---\n\n## CMS\n\n### [CMS Data Items CRUD](references\u002Fcms\u002Fcms-data-items-crud.md)\n**Technical:** Add, query, update, and delete items in CMS collections. Use this to insert content, bulk insert\u002Fupdate\u002Fpatch\u002Fdelete items, query with filters, and manage collection data. Key endpoints: \u002Fwix-data\u002Fv2\u002Fitems, \u002Fwix-data\u002Fv2\u002Fbulk\u002Fitems\u002F*.\n\n### [CMS Data Operations Extended](references\u002Fcms\u002Fcms-data-operations-extended.md)\n**Technical:** Additional CMS data operations including count, upsert (bulk save), and update by filter patterns.\n\n### [CMS eCommerce Catalog Integration](references\u002Fcms\u002Fcms-ecommerce-catalog-integration.md)\n**Technical:** The recommended way to sell existing CMS collection items (tickets, bookings, memberships) through Wix checkout. Add the CATALOG plugin to convert any CMS collection into purchasable products with cart and payment integration.\n\n### [CMS References & Relationships](references\u002Fcms\u002Fcms-references-and-relationships.md)\n**Technical:** Add, replace, or remove items from MULTI_REFERENCE fields. Use insert-references, replace-references, remove-references endpoints. Required for managing multi-reference relationships - these CANNOT be set via regular insert\u002Fupdate\u002Fpatch operations. Also covers single references and querying with expanded references.\n\n### [CMS Schema Management](references\u002Fcms\u002Fcms-schema-management.md)\n**Technical:** Create and modify CMS collection structures. Covers listing collections, creating collections with fields, adding\u002Fremoving fields, and updating collection settings.\n\n---\n\n## Contacts\n\n### [Bulk Delete Contacts](references\u002Fcontacts\u002Fbulk-delete-contacts.md)\n**Technical:** Deletes multiple contacts using filter-based bulk delete. Covers safe deletion patterns, GDPR compliance, soft delete alternatives, and batch processing strategies.\n\n### [Bulk Label and Unlabel Contacts](references\u002Fcontacts\u002Fbulk-label-and-unlabel-contacts.md)\n**Technical:** Adds\u002Fremoves labels from multiple contacts using Contacts API bulk operations. Covers label creation, contact filtering, batch processing, and rate limit handling.\n\n---\n\n## Domains\n\n### [Domain Search and Purchase](references\u002Fdomains\u002Fdomain-search-and-purchase.md)\n**Technical:** Search for available domains, get domain suggestions, and generate purchase links using Domain Search V2 API. Covers availability checks, TLD filtering, and connecting domains to Wix sites.\n\n---\n\n## eCommerce\n\n**Routing — pick the right entry point:**\n- **Any sales\u002Fbusiness improvement request** (boost sales, promotions, help my business, holiday deals, improve revenue, discounts, shipping, coupons, clearance) → use [Recommend: eCommerce Strategy](references\u002Fecommerce\u002Frecommend-ecommerce-strategy.md). This is the **default entry point** — it analyzes ALL domains (discounts, shipping, future: gift cards, taxes) and generates cross-domain recommendations. Do NOT ask clarifying questions.\n- **Apply previously generated shipping recommendations** → use [Recipe: Apply Shipping Recommendations](references\u002Fecommerce\u002Frecipe-apply-shipping-recommendations.md)\n- **Store pickup configuration** → use [Setup Store Pickup Location](references\u002Fecommerce\u002Fsetup-store-pickup-location.md)\n- **Discount not working at checkout** → use [Troubleshoot: Discount Not Applying](references\u002Fecommerce\u002Ftroubleshoot-discount-not-applying.md)\n- **Checkout delivery step drop-off** → use [Troubleshoot: Checkout Delivery Drop-off](references\u002Fecommerce\u002Ftroubleshoot-checkout-delivery-dropoff.md)\n\n### [Recommend: eCommerce Strategy](references\u002Fecommerce\u002Frecommend-ecommerce-strategy.md)\n**THE entry point for all eCommerce recommendation requests.** Unified skill that analyzes site data across ALL domains (discounts + shipping), generates up to 5 cross-domain recommendations, and persists them to the tracking database. Covers discount strategies (seasonal, upsell, stock mover, bundling) AND shipping optimization (coverage gaps, free shipping, rate strategy, carrier backup). Use this for ANY business improvement request.\n\n### [Recipe: Apply Shipping Recommendations](references\u002Fecommerce\u002Frecipe-apply-shipping-recommendations.md)\n**Technical:** Applies AI-generated shipping recommendations. Creates or updates shipping options based on recommendation data.\n\n### [Setup Store Pickup Location](references\u002Fecommerce\u002Fsetup-store-pickup-location.md)\n**Technical:** Configures in-store pickup at checkout using Delivery Profiles API.\n\n### [Troubleshoot: Discount Not Applying](references\u002Fecommerce\u002Ftroubleshoot-discount-not-applying.md)\n**Technical:** Diagnostic tree for inactive discounts — checks active status, time window, scope targeting, revision mismatch, app installation.\n\n### [Troubleshoot: Checkout Delivery Drop-off](references\u002Fecommerce\u002Ftroubleshoot-checkout-delivery-dropoff.md)\n**Technical:** Diagnostic tree for delivery step conversion below 65% benchmark.\n\n\u003Cdetails>\n\u003Csummary>Internal skills (loaded automatically by the entry points above — do NOT use directly)\u003C\u002Fsummary>\n\n#### Goals\n- [Goal: Increase AOV](references\u002Fecommerce\u002Fgoal-increase-aov.md) — UPSELL_BOOST\n- [Goal: Clear Inventory](references\u002Fecommerce\u002Fgoal-clear-inventory.md) — STOCK_MOVER\n- [Goal: Seasonal Revenue](references\u002Fecommerce\u002Fgoal-seasonal-revenue.md) — SEASONAL\n- [Goal: Drive Cross-Sells](references\u002Fecommerce\u002Fgoal-drive-cross-sells.md) — BUNDLE_AND_SAVE\n- [Goal: Reduce Cart Abandonment](references\u002Fecommerce\u002Fgoal-reduce-cart-abandonment.md) — Shipping\n\n#### Flows\n- [Flow: Upsell Boost](references\u002Fecommerce\u002Fflow-upsell-boost.md)\n- [Flow: Bundle and Save](references\u002Fecommerce\u002Fflow-bundle-and-save.md)\n- [Flow: Stock Mover](references\u002Fecommerce\u002Fflow-stock-mover.md)\n- [Flow: Seasonal Promotion](references\u002Fecommerce\u002Fflow-seasonal-promotion.md)\n- [Flow: Fix Coverage Gaps](references\u002Fecommerce\u002Fflow-fix-coverage-gaps.md)\n- [Flow: Add Free Shipping](references\u002Fecommerce\u002Fflow-add-free-shipping.md)\n- [Flow: Optimize Shipping Rates](references\u002Fecommerce\u002Fflow-optimize-shipping-rates.md)\n\n#### Guardrails\n- [Guardrail: Discount Conflicts](references\u002Fecommerce\u002Fguardrail-discount-conflicts.md)\n- [Guardrail: Margin Protection](references\u002Fecommerce\u002Fguardrail-margin-protection.md)\n- [Guardrail: Shipping Health](references\u002Fecommerce\u002Fguardrail-shipping-health.md)\n- [Guardrail: Rate Pricing Sanity](references\u002Fecommerce\u002Fguardrail-rate-pricing-sanity.md)\n\n#### Config & API References\n- [API: Recommendation Tracking](references\u002Fecommerce\u002Fapi-recommendation-tracking.md)\n- [API: Shipping Delivery](references\u002Fecommerce\u002Fapi-shipping.md)\n- [Setup: Discount Rules](references\u002Fecommerce\u002Fsetup-discount-rules.md)\n- [Setup: Coupons](references\u002Fecommerce\u002Fsetup-coupons.md)\n- [Setup: Shipping Regions](references\u002Fecommerce\u002Fsetup-shipping-regions.md)\n- [Setup: Shipping Rates](references\u002Fecommerce\u002Fsetup-shipping-rates.md)\n\n#### Tracking\n- Tracking is built into [Recommend: eCommerce Strategy](references\u002Fecommerce\u002Frecommend-ecommerce-strategy.md) (Steps 2 + 8) — no separate skill needed\n- [API: Recommendation Tracking](references\u002Fecommerce\u002Fapi-recommendation-tracking.md) — CRUD API reference for the tracking service\n\n#### Reference\n- [Skill Graph](references\u002Fecommerce\u002Fskill-graph.md)\n\n\u003C\u002Fdetails>\n\n---\n\n## Forms\n\n### [Create Form](references\u002Fforms\u002Fcreate-form.md)\n**Technical:** Creates a form with fields (name, email, etc.) using the Form Schemas API. Covers field configuration, layout, and post-submission triggers.\n\n---\n\n## Get Paid\n\n### [Create Payment Links](references\u002Fget-paid\u002Fcreate-payment-links.md)\n**Technical:** Creates payment links for collecting payments without a checkout flow. Covers store products (catalog items), custom line items, variants, due dates, and sending links via email.\n\n### [How to Setup Wix Payments](references\u002Fget-paid\u002Fhow-to-setup-wix-payments.md)\n**Technical:** Configures Wix Payments as the payment provider. Covers eligibility checking, business verification, bank account setup, and payment method configuration (cards, PayPal, Apple Pay).\n\n### [Payment Links for Bookings](references\u002Fget-paid\u002Fpayment-links-for-bookings.md)\n**Technical:** Creates payment links for unpaid bookings using Payment Links API. Links booking IDs to payment requests with proper redirect handling.\n\n---\n\n## Media\n\n### [Upload Media to Wix](references\u002Fmedia\u002Fupload-media-to-wix.md)\n**Technical:** Uploads images and files to the Wix Media Manager using the Import File API. Covers importing from external URLs, checking file status, and using the returned wixstatic.com URL in other APIs.\n\n---\n\n## Pricing Plans\n\n### [Create and Update Pricing Plans](references\u002Fpricing-plans\u002Fcreate-and-update-pricing-plans.md)\n**Technical:** Creates subscription and one-time payment plans using Plans API. Covers pricing models (recurring, one-time, free), trial periods, perks configuration, and plan visibility.\n\n### [Pricing Plans Bookings Integration](references\u002Fpricing-plans\u002Fpricing-plans-bookings-integration.md)\n**Technical:** Links Pricing Plans to Bookings services using the Benefit Programs API. Enables package deals and memberships that grant booking access.\n\n---\n\n## Restaurants\n\n### [Wix Restaurants Setup](references\u002Frestaurants\u002Fwix-restaurants-setup.md)\n**Technical:** Configures restaurant menus, sections, and items using Menus API. Covers menu structure (Menu → Section → Item), modifiers, pricing, availability schedules, and ordering settings.\n\n---\n\n## Rich Content\n\n### [Ricos Converter Service](references\u002Frich-content\u002Fricos-converter-service.md)\n**Technical:** Validates and converts content between Ricos documents and HTML\u002FMarkdown\u002Fplain text using the Ricos Documents API. Covers plugin configuration, format conversion in both directions, and document validation.\n\n---\n\n## Site Properties\n\n### [Change Payment Currency](references\u002Fsite-properties\u002Fchange-payment-currency-site-properties.md)\n**Technical:** Updates the site-level payment currency (store billing currency) using Site Properties API, including the required request body shape and field mask.\n\n---\n\n## Sites\n\n### [Create Site from Template](references\u002Fsites\u002Fcreate-site-from-template.md)\n**Technical:** Creates new Wix sites from templates using account-level APIs. Covers template search, site creation, headless site setup, OAuth app creation, and publishing.\n\n### [Query Sites](references\u002Fsites\u002Fquery-sites.md)\n**Technical:** Lists and queries all sites associated with a Wix account using Sites API. Covers pagination with cursor-based navigation.\n\n---\n\n## Stores\n\n### [Add Store Pages to Site](references\u002Fstores\u002Fadd-store-pages-to-site.md)\n**Technical:** Adds missing checkout and cart pages to a site when Stores app is installed. Used when store pages are missing after migration or setup issues.\n\n### [Bulk Create Products with Options](references\u002Fstores\u002Fbulk-create-products-with-options.md)\n**Technical:** Uses bulk products endpoint to create multiple products with inventory in a single request. Handles variant generation from options, media format requirements, and error handling for partial failures.\n\n### [Create Product from Image](references\u002Fstores\u002Fcreate-product-from-image.md)\n**Technical:** **MANDATORY entry point** for any \"create product from image\" or \"create product from photo\" request. STEP 1 auto-detects the site's catalog version (V1\u002FV3) via the provision endpoint, then runs the matching flow inline — V3 supports up to 3 images, info sections, SEO, options\u002Fvariants, and atomic creation; V1 supports a single image, simple product, and a separate media-attach call. Combines Media Upload + LLM analysis + Product Creation + (V1 only) Add Product Media in one self-contained recipe.\n\n\n### [Create Product (Catalog V1)](references\u002Fstores\u002Fcreate-product-catalog-v1.md)\n**Technical:** Create products using the Catalog V1 Products API. Use this recipe when the site's catalog version is CATALOG_V1. Covers simple product creation, product with options, and key V1 request structure differences from V3.\n\n### [Create Product with Options (Catalog V3)](references\u002Fstores\u002Fcreate-product-with-options-catalog-v3.md)\n**Technical:** Single product creation with options using Catalog V3 Products API. Covers option types (TEXT_CHOICES, SWATCH_CHOICES), choice configuration, and automatic variant generation.\n\n### [Find Products (Query and Search, Catalog V3)](references\u002Fstores\u002Ffind-products-query-and-search-catalog-v3.md)\n**Technical:** Find, search, query, and list products from a Wix Store using Catalog V3 Search Products and Query Products endpoints. Explains when to use each endpoint, correct fields enum values, filtering, sorting, and paging.\n\n### [Query Products (Catalog V1)](references\u002Fstores\u002Fquery-products-catalog-v1.md)\n**Technical:** Query and list products from a Wix Store using the Catalog V1 Query Products endpoint. Use this recipe when the site's catalog version is CATALOG_V1. Covers basic queries, filtering, sorting, and paging.\n\n### [Setup Online Store (Catalog V3)](references\u002Fstores\u002Fsetup-online-store-catalog-v3.md)\n**Technical:** Initializes a Stores catalog with Catalog V3 Products API, bulk products endpoint, and Categories API. Covers product creation, option configuration, variant management, and category assignment.\n\n### [Update Product Pre-Order](references\u002Fstores\u002Fupdate-product-pre-order.md)\n**Technical:** Manages pre-order settings for product variants using V3 Inventory API. Covers enabling\u002Fdisabling pre-orders, setting messages, configuring limits, and handling trackQuantity requirements.\n\n### [Update Product with Options](references\u002Fstores\u002Fupdate-product-with-options.md)\n**Technical:** Modifies existing products and variants using Catalog V3 Products API. Covers adding\u002Fremoving option choices, variant-specific pricing, and revision-based updates to prevent conflicts.\n",{"data":37,"body":39},{"name":4,"description":6,"compatibility":38},"Requires Wix REST API access (API key or OAuth).",{"type":40,"children":41},"root",[42,51,151,158,168,213,218,222,228,240,250,260,269,272,278,288,297,300,306,316,325,335,344,354,363,373,382,392,401,411,420,430,439,442,448,458,467,470,474,484,493,503,512,522,531,541,550,560,569,572,578,588,597,607,616,619,625,635,644,647,653,661,750,758,768,776,785,793,802,810,819,827,836,1138,1141,1147,1157,1166,1169,1175,1185,1194,1204,1213,1223,1232,1235,1241,1251,1260,1263,1269,1279,1288,1298,1307,1310,1316,1326,1335,1338,1344,1354,1363,1366,1372,1382,1391,1394,1400,1410,1419,1429,1438,1441,1447,1457,1466,1476,1485,1495,1511,1521,1530,1540,1549,1559,1568,1578,1587,1597,1606,1616,1625,1635],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"management-recipes-index",[48],{"type":49,"value":50},"text","Management Recipes Index",{"type":43,"tag":52,"props":53,"children":54},"blockquote",{},[55],{"type":43,"tag":56,"props":57,"children":58},"p",{},[59,65,67,74,76,82,84,90,92,98,100,141,143,149],{"type":43,"tag":60,"props":61,"children":62},"strong",{},[63],{"type":49,"value":64},"Standard call shape for every curl example across these recipes.",{"type":49,"value":66}," The ",{"type":43,"tag":68,"props":69,"children":71},"code",{"className":70},[],[72],{"type":49,"value":73},"\u003CAUTH>",{"type":49,"value":75}," placeholder in example curls is shorthand for the ",{"type":43,"tag":68,"props":77,"children":79},{"className":78},[],[80],{"type":49,"value":81},"Authorization",{"type":49,"value":83}," header only; every actual call ALSO needs ",{"type":43,"tag":68,"props":85,"children":87},{"className":86},[],[88],{"type":49,"value":89},"wix-site-id: \u003CSITE_ID>",{"type":49,"value":91}," and ",{"type":43,"tag":68,"props":93,"children":95},{"className":94},[],[96],{"type":49,"value":97},"Content-Type: application\u002Fjson",{"type":49,"value":99},". ",{"type":43,"tag":60,"props":101,"children":102},{},[103,105,111,113,119,120,126,127,133,135],{"type":49,"value":104},"POST\u002FPATCH against ",{"type":43,"tag":68,"props":106,"children":108},{"className":107},[],[109],{"type":49,"value":110},"wix-data\u002F*",{"type":49,"value":112},", ",{"type":43,"tag":68,"props":114,"children":116},{"className":115},[],[117],{"type":49,"value":118},"form-schema-service\u002F*",{"type":49,"value":112},{"type":43,"tag":68,"props":121,"children":123},{"className":122},[],[124],{"type":49,"value":125},"stores\u002Fv3\u002F*",{"type":49,"value":112},{"type":43,"tag":68,"props":128,"children":130},{"className":129},[],[131],{"type":49,"value":132},"blog\u002Fv3\u002F*",{"type":49,"value":134},", and other site-scoped REST families return 403 without ",{"type":43,"tag":68,"props":136,"children":138},{"className":137},[],[139],{"type":49,"value":140},"wix-site-id",{"type":49,"value":142}," — observed seeder regression cost ~100 s rediscovering this on a 2026-05-24 run. Mint the token via ",{"type":43,"tag":68,"props":144,"children":146},{"className":145},[],[147],{"type":49,"value":148},"npx @wix\u002Fcli@latest token --site \"$SITE_ID\"",{"type":49,"value":150},".",{"type":43,"tag":152,"props":153,"children":155},"h2",{"id":154},"what-are-management-recipes",[156],{"type":49,"value":157},"What Are Management Recipes?",{"type":43,"tag":56,"props":159,"children":160},{},[161,166],{"type":43,"tag":60,"props":162,"children":163},{},[164],{"type":49,"value":165},"Management recipes are for REST API operations",{"type":49,"value":167}," that configure, set up, and manage Wix business entities on your site. These recipes use REST API calls and are designed for:",{"type":43,"tag":169,"props":170,"children":171},"ul",{},[172,183,193,203],{"type":43,"tag":173,"props":174,"children":175},"li",{},[176,181],{"type":43,"tag":60,"props":177,"children":178},{},[179],{"type":49,"value":180},"Site setup and configuration",{"type":49,"value":182}," — Initial setup of stores, bookings, payments, and other business apps",{"type":43,"tag":173,"props":184,"children":185},{},[186,191],{"type":43,"tag":60,"props":187,"children":188},{},[189],{"type":49,"value":190},"Entity management",{"type":49,"value":192}," — Creating, updating, and deleting products, services, staff members, pricing plans",{"type":43,"tag":173,"props":194,"children":195},{},[196,201],{"type":43,"tag":60,"props":197,"children":198},{},[199],{"type":49,"value":200},"Administrative operations",{"type":49,"value":202}," — Bulk updates, contact labeling, data migrations",{"type":43,"tag":173,"props":204,"children":205},{},[206,211],{"type":43,"tag":60,"props":207,"children":208},{},[209],{"type":49,"value":210},"Backend integrations",{"type":49,"value":212}," — Server-to-server automations, webhooks, data synchronization",{"type":43,"tag":56,"props":214,"children":215},{},[216],{"type":49,"value":217},"These recipes do NOT cover frontend development or SDK usage for displaying data to users.",{"type":43,"tag":219,"props":220,"children":221},"hr",{},[],{"type":43,"tag":152,"props":223,"children":225},{"id":224},"app-installation",[226],{"type":49,"value":227},"App Installation",{"type":43,"tag":229,"props":230,"children":232},"h3",{"id":231},"install-wix-apps",[233],{"type":43,"tag":234,"props":235,"children":237},"a",{"href":236},"references\u002Fapp-installation\u002Finstall-wix-apps.md",[238],{"type":49,"value":239},"Install Wix Apps",{"type":43,"tag":56,"props":241,"children":242},{},[243,248],{"type":43,"tag":60,"props":244,"children":245},{},[246],{"type":49,"value":247},"Technical:",{"type":49,"value":249}," Installs Wix apps on a site using Apps Installer API. Covers enabling Velo (Wix Code), app installation, and common app definition IDs.",{"type":43,"tag":229,"props":251,"children":253},{"id":252},"list-installed-apps",[254],{"type":43,"tag":234,"props":255,"children":257},{"href":256},"references\u002Fapp-installation\u002Flist-installed-apps.md",[258],{"type":49,"value":259},"List Installed Apps",{"type":43,"tag":56,"props":261,"children":262},{},[263,267],{"type":43,"tag":60,"props":264,"children":265},{},[266],{"type":49,"value":247},{"type":49,"value":268}," Lists all apps installed on a site using Apps Installer API. Useful for verifying app installations before making API calls and diagnosing authorization errors.",{"type":43,"tag":219,"props":270,"children":271},{},[],{"type":43,"tag":152,"props":273,"children":275},{"id":274},"blog",[276],{"type":49,"value":277},"Blog",{"type":43,"tag":229,"props":279,"children":281},{"id":280},"how-to-create-blog-posts",[282],{"type":43,"tag":234,"props":283,"children":285},{"href":284},"references\u002Fblog\u002Fhow-to-create-blog-posts.md",[286],{"type":49,"value":287},"How to Create Blog Posts",{"type":43,"tag":56,"props":289,"children":290},{},[291,295],{"type":43,"tag":60,"props":292,"children":293},{},[294],{"type":49,"value":247},{"type":49,"value":296}," Creates and publishes blog posts using Blog Posts API. Covers Ricos rich content format, image upload via Media Manager, category\u002Ftag assignment, and bulk post creation.",{"type":43,"tag":219,"props":298,"children":299},{},[],{"type":43,"tag":152,"props":301,"children":303},{"id":302},"bookings",[304],{"type":49,"value":305},"Bookings",{"type":43,"tag":229,"props":307,"children":309},{"id":308},"booking-service-policy-setup",[310],{"type":43,"tag":234,"props":311,"children":313},{"href":312},"references\u002Fbookings\u002Fbooking-service-policy-setup.md",[314],{"type":49,"value":315},"Booking Service Policy Setup",{"type":43,"tag":56,"props":317,"children":318},{},[319,323],{"type":43,"tag":60,"props":320,"children":321},{},[322],{"type":49,"value":247},{"type":49,"value":324}," Sets up booking policies, cancellation rules, and waitlist configuration using the Services API policy fields. Covers bookingPolicy, cancellationPolicy, and waitlist settings.",{"type":43,"tag":229,"props":326,"children":328},{"id":327},"booking-system-integration-gaps",[329],{"type":43,"tag":234,"props":330,"children":332},{"href":331},"references\u002Fbookings\u002Fbooking-system-integration-gaps.md",[333],{"type":49,"value":334},"Booking System Integration Gaps",{"type":43,"tag":56,"props":336,"children":337},{},[338,342],{"type":43,"tag":60,"props":339,"children":340},{},[341],{"type":49,"value":247},{"type":49,"value":343}," Documents undocumented API patterns for booking payments. Covers Bookings→Ecommerce integration, booking ID transformation to catalog items, and async payment confirmation flows.",{"type":43,"tag":229,"props":345,"children":347},{"id":346},"bookings-staff-setup",[348],{"type":43,"tag":234,"props":349,"children":351},{"href":350},"references\u002Fbookings\u002Fbookings-staff-setup.md",[352],{"type":49,"value":353},"Bookings Staff Setup",{"type":43,"tag":56,"props":355,"children":356},{},[357,361],{"type":43,"tag":60,"props":358,"children":359},{},[360],{"type":49,"value":247},{"type":49,"value":362}," Creates staff members and configures custom working hours using Staff API + Calendar Events API. Critical two-step process: create staff → assign schedule → create working hours events.",{"type":43,"tag":229,"props":364,"children":366},{"id":365},"create-and-update-booking-services",[367],{"type":43,"tag":234,"props":368,"children":370},{"href":369},"references\u002Fbookings\u002Fcreate-and-update-booking-services.md",[371],{"type":49,"value":372},"Create and Update Booking Services",{"type":43,"tag":56,"props":374,"children":375},{},[376,380],{"type":43,"tag":60,"props":377,"children":378},{},[379],{"type":49,"value":247},{"type":49,"value":381}," Full CRUD operations for Wix Bookings services using Services API. Covers service types (APPOINTMENT, CLASS, COURSE), pricing configuration, location setup, and schedule management.",{"type":43,"tag":229,"props":383,"children":385},{"id":384},"end-to-end-booking-flow",[386],{"type":43,"tag":234,"props":387,"children":389},{"href":388},"references\u002Fbookings\u002Fend-to-end-booking-flow.md",[390],{"type":49,"value":391},"End-to-End Booking Flow",{"type":43,"tag":56,"props":393,"children":394},{},[395,399],{"type":43,"tag":60,"props":396,"children":397},{},[398],{"type":49,"value":247},{"type":49,"value":400}," Complete booking flow from service discovery to payment. Query services, check availability with Time Slots V2, create bookings, and process payment via eCommerce checkout.",{"type":43,"tag":229,"props":402,"children":404},{"id":403},"external-calendar-integration",[405],{"type":43,"tag":234,"props":406,"children":408},{"href":407},"references\u002Fbookings\u002Fexternal-calendar-integration.md",[409],{"type":49,"value":410},"External Calendar Integration",{"type":43,"tag":56,"props":412,"children":413},{},[414,418],{"type":43,"tag":60,"props":415,"children":416},{},[417],{"type":49,"value":247},{"type":49,"value":419}," OAuth-based integration with Google Calendar, Microsoft Outlook, and Apple Calendar. Covers authentication flows, sync configuration, and bidirectional event management.",{"type":43,"tag":229,"props":421,"children":423},{"id":422},"multi-resource-service-creation",[424],{"type":43,"tag":234,"props":425,"children":427},{"href":426},"references\u002Fbookings\u002Fmulti-resource-service-creation.md",[428],{"type":49,"value":429},"Multi-Resource Service Creation",{"type":43,"tag":56,"props":431,"children":432},{},[433,437],{"type":43,"tag":60,"props":434,"children":435},{},[436],{"type":49,"value":247},{"type":49,"value":438}," Creates resource types and individual resources using Resources API. Enables services that require multiple resources (rooms + equipment + staff) with automatic allocation.",{"type":43,"tag":219,"props":440,"children":441},{},[],{"type":43,"tag":152,"props":443,"children":445},{"id":444},"calendar",[446],{"type":49,"value":447},"Calendar",{"type":43,"tag":229,"props":449,"children":451},{"id":450},"configure-default-business-hours",[452],{"type":43,"tag":234,"props":453,"children":455},{"href":454},"references\u002Fcalendar\u002Fconfigure-default-business-hours.md",[456],{"type":49,"value":457},"Configure Default Business Hours",{"type":43,"tag":56,"props":459,"children":460},{},[461,465],{"type":43,"tag":60,"props":462,"children":463},{},[464],{"type":49,"value":247},{"type":49,"value":466}," Uses Calendar Events API to create WORKING_HOURS events on the business schedule. Covers the critical distinction between Calendar Events API (correct) vs Site Properties API (incorrect) for setting base availability.",{"type":43,"tag":219,"props":468,"children":469},{},[],{"type":43,"tag":152,"props":471,"children":472},{"id":21},[473],{"type":49,"value":20},{"type":43,"tag":229,"props":475,"children":477},{"id":476},"cms-data-items-crud",[478],{"type":43,"tag":234,"props":479,"children":481},{"href":480},"references\u002Fcms\u002Fcms-data-items-crud.md",[482],{"type":49,"value":483},"CMS Data Items CRUD",{"type":43,"tag":56,"props":485,"children":486},{},[487,491],{"type":43,"tag":60,"props":488,"children":489},{},[490],{"type":49,"value":247},{"type":49,"value":492}," Add, query, update, and delete items in CMS collections. Use this to insert content, bulk insert\u002Fupdate\u002Fpatch\u002Fdelete items, query with filters, and manage collection data. Key endpoints: \u002Fwix-data\u002Fv2\u002Fitems, \u002Fwix-data\u002Fv2\u002Fbulk\u002Fitems\u002F*.",{"type":43,"tag":229,"props":494,"children":496},{"id":495},"cms-data-operations-extended",[497],{"type":43,"tag":234,"props":498,"children":500},{"href":499},"references\u002Fcms\u002Fcms-data-operations-extended.md",[501],{"type":49,"value":502},"CMS Data Operations Extended",{"type":43,"tag":56,"props":504,"children":505},{},[506,510],{"type":43,"tag":60,"props":507,"children":508},{},[509],{"type":49,"value":247},{"type":49,"value":511}," Additional CMS data operations including count, upsert (bulk save), and update by filter patterns.",{"type":43,"tag":229,"props":513,"children":515},{"id":514},"cms-ecommerce-catalog-integration",[516],{"type":43,"tag":234,"props":517,"children":519},{"href":518},"references\u002Fcms\u002Fcms-ecommerce-catalog-integration.md",[520],{"type":49,"value":521},"CMS eCommerce Catalog Integration",{"type":43,"tag":56,"props":523,"children":524},{},[525,529],{"type":43,"tag":60,"props":526,"children":527},{},[528],{"type":49,"value":247},{"type":49,"value":530}," The recommended way to sell existing CMS collection items (tickets, bookings, memberships) through Wix checkout. Add the CATALOG plugin to convert any CMS collection into purchasable products with cart and payment integration.",{"type":43,"tag":229,"props":532,"children":534},{"id":533},"cms-references-relationships",[535],{"type":43,"tag":234,"props":536,"children":538},{"href":537},"references\u002Fcms\u002Fcms-references-and-relationships.md",[539],{"type":49,"value":540},"CMS References & Relationships",{"type":43,"tag":56,"props":542,"children":543},{},[544,548],{"type":43,"tag":60,"props":545,"children":546},{},[547],{"type":49,"value":247},{"type":49,"value":549}," Add, replace, or remove items from MULTI_REFERENCE fields. Use insert-references, replace-references, remove-references endpoints. Required for managing multi-reference relationships - these CANNOT be set via regular insert\u002Fupdate\u002Fpatch operations. Also covers single references and querying with expanded references.",{"type":43,"tag":229,"props":551,"children":553},{"id":552},"cms-schema-management",[554],{"type":43,"tag":234,"props":555,"children":557},{"href":556},"references\u002Fcms\u002Fcms-schema-management.md",[558],{"type":49,"value":559},"CMS Schema Management",{"type":43,"tag":56,"props":561,"children":562},{},[563,567],{"type":43,"tag":60,"props":564,"children":565},{},[566],{"type":49,"value":247},{"type":49,"value":568}," Create and modify CMS collection structures. Covers listing collections, creating collections with fields, adding\u002Fremoving fields, and updating collection settings.",{"type":43,"tag":219,"props":570,"children":571},{},[],{"type":43,"tag":152,"props":573,"children":575},{"id":574},"contacts",[576],{"type":49,"value":577},"Contacts",{"type":43,"tag":229,"props":579,"children":581},{"id":580},"bulk-delete-contacts",[582],{"type":43,"tag":234,"props":583,"children":585},{"href":584},"references\u002Fcontacts\u002Fbulk-delete-contacts.md",[586],{"type":49,"value":587},"Bulk Delete Contacts",{"type":43,"tag":56,"props":589,"children":590},{},[591,595],{"type":43,"tag":60,"props":592,"children":593},{},[594],{"type":49,"value":247},{"type":49,"value":596}," Deletes multiple contacts using filter-based bulk delete. Covers safe deletion patterns, GDPR compliance, soft delete alternatives, and batch processing strategies.",{"type":43,"tag":229,"props":598,"children":600},{"id":599},"bulk-label-and-unlabel-contacts",[601],{"type":43,"tag":234,"props":602,"children":604},{"href":603},"references\u002Fcontacts\u002Fbulk-label-and-unlabel-contacts.md",[605],{"type":49,"value":606},"Bulk Label and Unlabel Contacts",{"type":43,"tag":56,"props":608,"children":609},{},[610,614],{"type":43,"tag":60,"props":611,"children":612},{},[613],{"type":49,"value":247},{"type":49,"value":615}," Adds\u002Fremoves labels from multiple contacts using Contacts API bulk operations. Covers label creation, contact filtering, batch processing, and rate limit handling.",{"type":43,"tag":219,"props":617,"children":618},{},[],{"type":43,"tag":152,"props":620,"children":622},{"id":621},"domains",[623],{"type":49,"value":624},"Domains",{"type":43,"tag":229,"props":626,"children":628},{"id":627},"domain-search-and-purchase",[629],{"type":43,"tag":234,"props":630,"children":632},{"href":631},"references\u002Fdomains\u002Fdomain-search-and-purchase.md",[633],{"type":49,"value":634},"Domain Search and Purchase",{"type":43,"tag":56,"props":636,"children":637},{},[638,642],{"type":43,"tag":60,"props":639,"children":640},{},[641],{"type":49,"value":247},{"type":49,"value":643}," Search for available domains, get domain suggestions, and generate purchase links using Domain Search V2 API. Covers availability checks, TLD filtering, and connecting domains to Wix sites.",{"type":43,"tag":219,"props":645,"children":646},{},[],{"type":43,"tag":152,"props":648,"children":650},{"id":649},"ecommerce",[651],{"type":49,"value":652},"eCommerce",{"type":43,"tag":56,"props":654,"children":655},{},[656],{"type":43,"tag":60,"props":657,"children":658},{},[659],{"type":49,"value":660},"Routing — pick the right entry point:",{"type":43,"tag":169,"props":662,"children":663},{},[664,689,705,720,735],{"type":43,"tag":173,"props":665,"children":666},{},[667,672,674,680,682,687],{"type":43,"tag":60,"props":668,"children":669},{},[670],{"type":49,"value":671},"Any sales\u002Fbusiness improvement request",{"type":49,"value":673}," (boost sales, promotions, help my business, holiday deals, improve revenue, discounts, shipping, coupons, clearance) → use ",{"type":43,"tag":234,"props":675,"children":677},{"href":676},"references\u002Fecommerce\u002Frecommend-ecommerce-strategy.md",[678],{"type":49,"value":679},"Recommend: eCommerce Strategy",{"type":49,"value":681},". This is the ",{"type":43,"tag":60,"props":683,"children":684},{},[685],{"type":49,"value":686},"default entry point",{"type":49,"value":688}," — it analyzes ALL domains (discounts, shipping, future: gift cards, taxes) and generates cross-domain recommendations. Do NOT ask clarifying questions.",{"type":43,"tag":173,"props":690,"children":691},{},[692,697,699],{"type":43,"tag":60,"props":693,"children":694},{},[695],{"type":49,"value":696},"Apply previously generated shipping recommendations",{"type":49,"value":698}," → use ",{"type":43,"tag":234,"props":700,"children":702},{"href":701},"references\u002Fecommerce\u002Frecipe-apply-shipping-recommendations.md",[703],{"type":49,"value":704},"Recipe: Apply Shipping Recommendations",{"type":43,"tag":173,"props":706,"children":707},{},[708,713,714],{"type":43,"tag":60,"props":709,"children":710},{},[711],{"type":49,"value":712},"Store pickup configuration",{"type":49,"value":698},{"type":43,"tag":234,"props":715,"children":717},{"href":716},"references\u002Fecommerce\u002Fsetup-store-pickup-location.md",[718],{"type":49,"value":719},"Setup Store Pickup Location",{"type":43,"tag":173,"props":721,"children":722},{},[723,728,729],{"type":43,"tag":60,"props":724,"children":725},{},[726],{"type":49,"value":727},"Discount not working at checkout",{"type":49,"value":698},{"type":43,"tag":234,"props":730,"children":732},{"href":731},"references\u002Fecommerce\u002Ftroubleshoot-discount-not-applying.md",[733],{"type":49,"value":734},"Troubleshoot: Discount Not Applying",{"type":43,"tag":173,"props":736,"children":737},{},[738,743,744],{"type":43,"tag":60,"props":739,"children":740},{},[741],{"type":49,"value":742},"Checkout delivery step drop-off",{"type":49,"value":698},{"type":43,"tag":234,"props":745,"children":747},{"href":746},"references\u002Fecommerce\u002Ftroubleshoot-checkout-delivery-dropoff.md",[748],{"type":49,"value":749},"Troubleshoot: Checkout Delivery Drop-off",{"type":43,"tag":229,"props":751,"children":753},{"id":752},"recommend-ecommerce-strategy",[754],{"type":43,"tag":234,"props":755,"children":756},{"href":676},[757],{"type":49,"value":679},{"type":43,"tag":56,"props":759,"children":760},{},[761,766],{"type":43,"tag":60,"props":762,"children":763},{},[764],{"type":49,"value":765},"THE entry point for all eCommerce recommendation requests.",{"type":49,"value":767}," Unified skill that analyzes site data across ALL domains (discounts + shipping), generates up to 5 cross-domain recommendations, and persists them to the tracking database. Covers discount strategies (seasonal, upsell, stock mover, bundling) AND shipping optimization (coverage gaps, free shipping, rate strategy, carrier backup). Use this for ANY business improvement request.",{"type":43,"tag":229,"props":769,"children":771},{"id":770},"recipe-apply-shipping-recommendations",[772],{"type":43,"tag":234,"props":773,"children":774},{"href":701},[775],{"type":49,"value":704},{"type":43,"tag":56,"props":777,"children":778},{},[779,783],{"type":43,"tag":60,"props":780,"children":781},{},[782],{"type":49,"value":247},{"type":49,"value":784}," Applies AI-generated shipping recommendations. Creates or updates shipping options based on recommendation data.",{"type":43,"tag":229,"props":786,"children":788},{"id":787},"setup-store-pickup-location",[789],{"type":43,"tag":234,"props":790,"children":791},{"href":716},[792],{"type":49,"value":719},{"type":43,"tag":56,"props":794,"children":795},{},[796,800],{"type":43,"tag":60,"props":797,"children":798},{},[799],{"type":49,"value":247},{"type":49,"value":801}," Configures in-store pickup at checkout using Delivery Profiles API.",{"type":43,"tag":229,"props":803,"children":805},{"id":804},"troubleshoot-discount-not-applying",[806],{"type":43,"tag":234,"props":807,"children":808},{"href":731},[809],{"type":49,"value":734},{"type":43,"tag":56,"props":811,"children":812},{},[813,817],{"type":43,"tag":60,"props":814,"children":815},{},[816],{"type":49,"value":247},{"type":49,"value":818}," Diagnostic tree for inactive discounts — checks active status, time window, scope targeting, revision mismatch, app installation.",{"type":43,"tag":229,"props":820,"children":822},{"id":821},"troubleshoot-checkout-delivery-drop-off",[823],{"type":43,"tag":234,"props":824,"children":825},{"href":746},[826],{"type":49,"value":749},{"type":43,"tag":56,"props":828,"children":829},{},[830,834],{"type":43,"tag":60,"props":831,"children":832},{},[833],{"type":49,"value":247},{"type":49,"value":835}," Diagnostic tree for delivery step conversion below 65% benchmark.",{"type":43,"tag":837,"props":838,"children":839},"details",{},[840,846,853,911,917,983,989,1028,1034,1091,1097,1120,1126],{"type":43,"tag":841,"props":842,"children":843},"summary",{},[844],{"type":49,"value":845},"Internal skills (loaded automatically by the entry points above — do NOT use directly)",{"type":43,"tag":847,"props":848,"children":850},"h4",{"id":849},"goals",[851],{"type":49,"value":852},"Goals",{"type":43,"tag":169,"props":854,"children":855},{},[856,867,878,889,900],{"type":43,"tag":173,"props":857,"children":858},{},[859,865],{"type":43,"tag":234,"props":860,"children":862},{"href":861},"references\u002Fecommerce\u002Fgoal-increase-aov.md",[863],{"type":49,"value":864},"Goal: Increase AOV",{"type":49,"value":866}," — UPSELL_BOOST",{"type":43,"tag":173,"props":868,"children":869},{},[870,876],{"type":43,"tag":234,"props":871,"children":873},{"href":872},"references\u002Fecommerce\u002Fgoal-clear-inventory.md",[874],{"type":49,"value":875},"Goal: Clear Inventory",{"type":49,"value":877}," — STOCK_MOVER",{"type":43,"tag":173,"props":879,"children":880},{},[881,887],{"type":43,"tag":234,"props":882,"children":884},{"href":883},"references\u002Fecommerce\u002Fgoal-seasonal-revenue.md",[885],{"type":49,"value":886},"Goal: Seasonal Revenue",{"type":49,"value":888}," — SEASONAL",{"type":43,"tag":173,"props":890,"children":891},{},[892,898],{"type":43,"tag":234,"props":893,"children":895},{"href":894},"references\u002Fecommerce\u002Fgoal-drive-cross-sells.md",[896],{"type":49,"value":897},"Goal: Drive Cross-Sells",{"type":49,"value":899}," — BUNDLE_AND_SAVE",{"type":43,"tag":173,"props":901,"children":902},{},[903,909],{"type":43,"tag":234,"props":904,"children":906},{"href":905},"references\u002Fecommerce\u002Fgoal-reduce-cart-abandonment.md",[907],{"type":49,"value":908},"Goal: Reduce Cart Abandonment",{"type":49,"value":910}," — Shipping",{"type":43,"tag":847,"props":912,"children":914},{"id":913},"flows",[915],{"type":49,"value":916},"Flows",{"type":43,"tag":169,"props":918,"children":919},{},[920,929,938,947,956,965,974],{"type":43,"tag":173,"props":921,"children":922},{},[923],{"type":43,"tag":234,"props":924,"children":926},{"href":925},"references\u002Fecommerce\u002Fflow-upsell-boost.md",[927],{"type":49,"value":928},"Flow: Upsell Boost",{"type":43,"tag":173,"props":930,"children":931},{},[932],{"type":43,"tag":234,"props":933,"children":935},{"href":934},"references\u002Fecommerce\u002Fflow-bundle-and-save.md",[936],{"type":49,"value":937},"Flow: Bundle and Save",{"type":43,"tag":173,"props":939,"children":940},{},[941],{"type":43,"tag":234,"props":942,"children":944},{"href":943},"references\u002Fecommerce\u002Fflow-stock-mover.md",[945],{"type":49,"value":946},"Flow: Stock Mover",{"type":43,"tag":173,"props":948,"children":949},{},[950],{"type":43,"tag":234,"props":951,"children":953},{"href":952},"references\u002Fecommerce\u002Fflow-seasonal-promotion.md",[954],{"type":49,"value":955},"Flow: Seasonal Promotion",{"type":43,"tag":173,"props":957,"children":958},{},[959],{"type":43,"tag":234,"props":960,"children":962},{"href":961},"references\u002Fecommerce\u002Fflow-fix-coverage-gaps.md",[963],{"type":49,"value":964},"Flow: Fix Coverage Gaps",{"type":43,"tag":173,"props":966,"children":967},{},[968],{"type":43,"tag":234,"props":969,"children":971},{"href":970},"references\u002Fecommerce\u002Fflow-add-free-shipping.md",[972],{"type":49,"value":973},"Flow: Add Free Shipping",{"type":43,"tag":173,"props":975,"children":976},{},[977],{"type":43,"tag":234,"props":978,"children":980},{"href":979},"references\u002Fecommerce\u002Fflow-optimize-shipping-rates.md",[981],{"type":49,"value":982},"Flow: Optimize Shipping Rates",{"type":43,"tag":847,"props":984,"children":986},{"id":985},"guardrails",[987],{"type":49,"value":988},"Guardrails",{"type":43,"tag":169,"props":990,"children":991},{},[992,1001,1010,1019],{"type":43,"tag":173,"props":993,"children":994},{},[995],{"type":43,"tag":234,"props":996,"children":998},{"href":997},"references\u002Fecommerce\u002Fguardrail-discount-conflicts.md",[999],{"type":49,"value":1000},"Guardrail: Discount Conflicts",{"type":43,"tag":173,"props":1002,"children":1003},{},[1004],{"type":43,"tag":234,"props":1005,"children":1007},{"href":1006},"references\u002Fecommerce\u002Fguardrail-margin-protection.md",[1008],{"type":49,"value":1009},"Guardrail: Margin Protection",{"type":43,"tag":173,"props":1011,"children":1012},{},[1013],{"type":43,"tag":234,"props":1014,"children":1016},{"href":1015},"references\u002Fecommerce\u002Fguardrail-shipping-health.md",[1017],{"type":49,"value":1018},"Guardrail: Shipping Health",{"type":43,"tag":173,"props":1020,"children":1021},{},[1022],{"type":43,"tag":234,"props":1023,"children":1025},{"href":1024},"references\u002Fecommerce\u002Fguardrail-rate-pricing-sanity.md",[1026],{"type":49,"value":1027},"Guardrail: Rate Pricing Sanity",{"type":43,"tag":847,"props":1029,"children":1031},{"id":1030},"config-api-references",[1032],{"type":49,"value":1033},"Config & API References",{"type":43,"tag":169,"props":1035,"children":1036},{},[1037,1046,1055,1064,1073,1082],{"type":43,"tag":173,"props":1038,"children":1039},{},[1040],{"type":43,"tag":234,"props":1041,"children":1043},{"href":1042},"references\u002Fecommerce\u002Fapi-recommendation-tracking.md",[1044],{"type":49,"value":1045},"API: Recommendation Tracking",{"type":43,"tag":173,"props":1047,"children":1048},{},[1049],{"type":43,"tag":234,"props":1050,"children":1052},{"href":1051},"references\u002Fecommerce\u002Fapi-shipping.md",[1053],{"type":49,"value":1054},"API: Shipping Delivery",{"type":43,"tag":173,"props":1056,"children":1057},{},[1058],{"type":43,"tag":234,"props":1059,"children":1061},{"href":1060},"references\u002Fecommerce\u002Fsetup-discount-rules.md",[1062],{"type":49,"value":1063},"Setup: Discount Rules",{"type":43,"tag":173,"props":1065,"children":1066},{},[1067],{"type":43,"tag":234,"props":1068,"children":1070},{"href":1069},"references\u002Fecommerce\u002Fsetup-coupons.md",[1071],{"type":49,"value":1072},"Setup: Coupons",{"type":43,"tag":173,"props":1074,"children":1075},{},[1076],{"type":43,"tag":234,"props":1077,"children":1079},{"href":1078},"references\u002Fecommerce\u002Fsetup-shipping-regions.md",[1080],{"type":49,"value":1081},"Setup: Shipping Regions",{"type":43,"tag":173,"props":1083,"children":1084},{},[1085],{"type":43,"tag":234,"props":1086,"children":1088},{"href":1087},"references\u002Fecommerce\u002Fsetup-shipping-rates.md",[1089],{"type":49,"value":1090},"Setup: Shipping Rates",{"type":43,"tag":847,"props":1092,"children":1094},{"id":1093},"tracking",[1095],{"type":49,"value":1096},"Tracking",{"type":43,"tag":169,"props":1098,"children":1099},{},[1100,1111],{"type":43,"tag":173,"props":1101,"children":1102},{},[1103,1105,1109],{"type":49,"value":1104},"Tracking is built into ",{"type":43,"tag":234,"props":1106,"children":1107},{"href":676},[1108],{"type":49,"value":679},{"type":49,"value":1110}," (Steps 2 + 8) — no separate skill needed",{"type":43,"tag":173,"props":1112,"children":1113},{},[1114,1118],{"type":43,"tag":234,"props":1115,"children":1116},{"href":1042},[1117],{"type":49,"value":1045},{"type":49,"value":1119}," — CRUD API reference for the tracking service",{"type":43,"tag":847,"props":1121,"children":1123},{"id":1122},"reference",[1124],{"type":49,"value":1125},"Reference",{"type":43,"tag":169,"props":1127,"children":1128},{},[1129],{"type":43,"tag":173,"props":1130,"children":1131},{},[1132],{"type":43,"tag":234,"props":1133,"children":1135},{"href":1134},"references\u002Fecommerce\u002Fskill-graph.md",[1136],{"type":49,"value":1137},"Skill Graph",{"type":43,"tag":219,"props":1139,"children":1140},{},[],{"type":43,"tag":152,"props":1142,"children":1144},{"id":1143},"forms",[1145],{"type":49,"value":1146},"Forms",{"type":43,"tag":229,"props":1148,"children":1150},{"id":1149},"create-form",[1151],{"type":43,"tag":234,"props":1152,"children":1154},{"href":1153},"references\u002Fforms\u002Fcreate-form.md",[1155],{"type":49,"value":1156},"Create Form",{"type":43,"tag":56,"props":1158,"children":1159},{},[1160,1164],{"type":43,"tag":60,"props":1161,"children":1162},{},[1163],{"type":49,"value":247},{"type":49,"value":1165}," Creates a form with fields (name, email, etc.) using the Form Schemas API. Covers field configuration, layout, and post-submission triggers.",{"type":43,"tag":219,"props":1167,"children":1168},{},[],{"type":43,"tag":152,"props":1170,"children":1172},{"id":1171},"get-paid",[1173],{"type":49,"value":1174},"Get Paid",{"type":43,"tag":229,"props":1176,"children":1178},{"id":1177},"create-payment-links",[1179],{"type":43,"tag":234,"props":1180,"children":1182},{"href":1181},"references\u002Fget-paid\u002Fcreate-payment-links.md",[1183],{"type":49,"value":1184},"Create Payment Links",{"type":43,"tag":56,"props":1186,"children":1187},{},[1188,1192],{"type":43,"tag":60,"props":1189,"children":1190},{},[1191],{"type":49,"value":247},{"type":49,"value":1193}," Creates payment links for collecting payments without a checkout flow. Covers store products (catalog items), custom line items, variants, due dates, and sending links via email.",{"type":43,"tag":229,"props":1195,"children":1197},{"id":1196},"how-to-setup-wix-payments",[1198],{"type":43,"tag":234,"props":1199,"children":1201},{"href":1200},"references\u002Fget-paid\u002Fhow-to-setup-wix-payments.md",[1202],{"type":49,"value":1203},"How to Setup Wix Payments",{"type":43,"tag":56,"props":1205,"children":1206},{},[1207,1211],{"type":43,"tag":60,"props":1208,"children":1209},{},[1210],{"type":49,"value":247},{"type":49,"value":1212}," Configures Wix Payments as the payment provider. Covers eligibility checking, business verification, bank account setup, and payment method configuration (cards, PayPal, Apple Pay).",{"type":43,"tag":229,"props":1214,"children":1216},{"id":1215},"payment-links-for-bookings",[1217],{"type":43,"tag":234,"props":1218,"children":1220},{"href":1219},"references\u002Fget-paid\u002Fpayment-links-for-bookings.md",[1221],{"type":49,"value":1222},"Payment Links for Bookings",{"type":43,"tag":56,"props":1224,"children":1225},{},[1226,1230],{"type":43,"tag":60,"props":1227,"children":1228},{},[1229],{"type":49,"value":247},{"type":49,"value":1231}," Creates payment links for unpaid bookings using Payment Links API. Links booking IDs to payment requests with proper redirect handling.",{"type":43,"tag":219,"props":1233,"children":1234},{},[],{"type":43,"tag":152,"props":1236,"children":1238},{"id":1237},"media",[1239],{"type":49,"value":1240},"Media",{"type":43,"tag":229,"props":1242,"children":1244},{"id":1243},"upload-media-to-wix",[1245],{"type":43,"tag":234,"props":1246,"children":1248},{"href":1247},"references\u002Fmedia\u002Fupload-media-to-wix.md",[1249],{"type":49,"value":1250},"Upload Media to Wix",{"type":43,"tag":56,"props":1252,"children":1253},{},[1254,1258],{"type":43,"tag":60,"props":1255,"children":1256},{},[1257],{"type":49,"value":247},{"type":49,"value":1259}," Uploads images and files to the Wix Media Manager using the Import File API. Covers importing from external URLs, checking file status, and using the returned wixstatic.com URL in other APIs.",{"type":43,"tag":219,"props":1261,"children":1262},{},[],{"type":43,"tag":152,"props":1264,"children":1266},{"id":1265},"pricing-plans",[1267],{"type":49,"value":1268},"Pricing Plans",{"type":43,"tag":229,"props":1270,"children":1272},{"id":1271},"create-and-update-pricing-plans",[1273],{"type":43,"tag":234,"props":1274,"children":1276},{"href":1275},"references\u002Fpricing-plans\u002Fcreate-and-update-pricing-plans.md",[1277],{"type":49,"value":1278},"Create and Update Pricing Plans",{"type":43,"tag":56,"props":1280,"children":1281},{},[1282,1286],{"type":43,"tag":60,"props":1283,"children":1284},{},[1285],{"type":49,"value":247},{"type":49,"value":1287}," Creates subscription and one-time payment plans using Plans API. Covers pricing models (recurring, one-time, free), trial periods, perks configuration, and plan visibility.",{"type":43,"tag":229,"props":1289,"children":1291},{"id":1290},"pricing-plans-bookings-integration",[1292],{"type":43,"tag":234,"props":1293,"children":1295},{"href":1294},"references\u002Fpricing-plans\u002Fpricing-plans-bookings-integration.md",[1296],{"type":49,"value":1297},"Pricing Plans Bookings Integration",{"type":43,"tag":56,"props":1299,"children":1300},{},[1301,1305],{"type":43,"tag":60,"props":1302,"children":1303},{},[1304],{"type":49,"value":247},{"type":49,"value":1306}," Links Pricing Plans to Bookings services using the Benefit Programs API. Enables package deals and memberships that grant booking access.",{"type":43,"tag":219,"props":1308,"children":1309},{},[],{"type":43,"tag":152,"props":1311,"children":1313},{"id":1312},"restaurants",[1314],{"type":49,"value":1315},"Restaurants",{"type":43,"tag":229,"props":1317,"children":1319},{"id":1318},"wix-restaurants-setup",[1320],{"type":43,"tag":234,"props":1321,"children":1323},{"href":1322},"references\u002Frestaurants\u002Fwix-restaurants-setup.md",[1324],{"type":49,"value":1325},"Wix Restaurants Setup",{"type":43,"tag":56,"props":1327,"children":1328},{},[1329,1333],{"type":43,"tag":60,"props":1330,"children":1331},{},[1332],{"type":49,"value":247},{"type":49,"value":1334}," Configures restaurant menus, sections, and items using Menus API. Covers menu structure (Menu → Section → Item), modifiers, pricing, availability schedules, and ordering settings.",{"type":43,"tag":219,"props":1336,"children":1337},{},[],{"type":43,"tag":152,"props":1339,"children":1341},{"id":1340},"rich-content",[1342],{"type":49,"value":1343},"Rich Content",{"type":43,"tag":229,"props":1345,"children":1347},{"id":1346},"ricos-converter-service",[1348],{"type":43,"tag":234,"props":1349,"children":1351},{"href":1350},"references\u002Frich-content\u002Fricos-converter-service.md",[1352],{"type":49,"value":1353},"Ricos Converter Service",{"type":43,"tag":56,"props":1355,"children":1356},{},[1357,1361],{"type":43,"tag":60,"props":1358,"children":1359},{},[1360],{"type":49,"value":247},{"type":49,"value":1362}," Validates and converts content between Ricos documents and HTML\u002FMarkdown\u002Fplain text using the Ricos Documents API. Covers plugin configuration, format conversion in both directions, and document validation.",{"type":43,"tag":219,"props":1364,"children":1365},{},[],{"type":43,"tag":152,"props":1367,"children":1369},{"id":1368},"site-properties",[1370],{"type":49,"value":1371},"Site Properties",{"type":43,"tag":229,"props":1373,"children":1375},{"id":1374},"change-payment-currency",[1376],{"type":43,"tag":234,"props":1377,"children":1379},{"href":1378},"references\u002Fsite-properties\u002Fchange-payment-currency-site-properties.md",[1380],{"type":49,"value":1381},"Change Payment Currency",{"type":43,"tag":56,"props":1383,"children":1384},{},[1385,1389],{"type":43,"tag":60,"props":1386,"children":1387},{},[1388],{"type":49,"value":247},{"type":49,"value":1390}," Updates the site-level payment currency (store billing currency) using Site Properties API, including the required request body shape and field mask.",{"type":43,"tag":219,"props":1392,"children":1393},{},[],{"type":43,"tag":152,"props":1395,"children":1397},{"id":1396},"sites",[1398],{"type":49,"value":1399},"Sites",{"type":43,"tag":229,"props":1401,"children":1403},{"id":1402},"create-site-from-template",[1404],{"type":43,"tag":234,"props":1405,"children":1407},{"href":1406},"references\u002Fsites\u002Fcreate-site-from-template.md",[1408],{"type":49,"value":1409},"Create Site from Template",{"type":43,"tag":56,"props":1411,"children":1412},{},[1413,1417],{"type":43,"tag":60,"props":1414,"children":1415},{},[1416],{"type":49,"value":247},{"type":49,"value":1418}," Creates new Wix sites from templates using account-level APIs. Covers template search, site creation, headless site setup, OAuth app creation, and publishing.",{"type":43,"tag":229,"props":1420,"children":1422},{"id":1421},"query-sites",[1423],{"type":43,"tag":234,"props":1424,"children":1426},{"href":1425},"references\u002Fsites\u002Fquery-sites.md",[1427],{"type":49,"value":1428},"Query Sites",{"type":43,"tag":56,"props":1430,"children":1431},{},[1432,1436],{"type":43,"tag":60,"props":1433,"children":1434},{},[1435],{"type":49,"value":247},{"type":49,"value":1437}," Lists and queries all sites associated with a Wix account using Sites API. Covers pagination with cursor-based navigation.",{"type":43,"tag":219,"props":1439,"children":1440},{},[],{"type":43,"tag":152,"props":1442,"children":1444},{"id":1443},"stores",[1445],{"type":49,"value":1446},"Stores",{"type":43,"tag":229,"props":1448,"children":1450},{"id":1449},"add-store-pages-to-site",[1451],{"type":43,"tag":234,"props":1452,"children":1454},{"href":1453},"references\u002Fstores\u002Fadd-store-pages-to-site.md",[1455],{"type":49,"value":1456},"Add Store Pages to Site",{"type":43,"tag":56,"props":1458,"children":1459},{},[1460,1464],{"type":43,"tag":60,"props":1461,"children":1462},{},[1463],{"type":49,"value":247},{"type":49,"value":1465}," Adds missing checkout and cart pages to a site when Stores app is installed. Used when store pages are missing after migration or setup issues.",{"type":43,"tag":229,"props":1467,"children":1469},{"id":1468},"bulk-create-products-with-options",[1470],{"type":43,"tag":234,"props":1471,"children":1473},{"href":1472},"references\u002Fstores\u002Fbulk-create-products-with-options.md",[1474],{"type":49,"value":1475},"Bulk Create Products with Options",{"type":43,"tag":56,"props":1477,"children":1478},{},[1479,1483],{"type":43,"tag":60,"props":1480,"children":1481},{},[1482],{"type":49,"value":247},{"type":49,"value":1484}," Uses bulk products endpoint to create multiple products with inventory in a single request. Handles variant generation from options, media format requirements, and error handling for partial failures.",{"type":43,"tag":229,"props":1486,"children":1488},{"id":1487},"create-product-from-image",[1489],{"type":43,"tag":234,"props":1490,"children":1492},{"href":1491},"references\u002Fstores\u002Fcreate-product-from-image.md",[1493],{"type":49,"value":1494},"Create Product from Image",{"type":43,"tag":56,"props":1496,"children":1497},{},[1498,1502,1504,1509],{"type":43,"tag":60,"props":1499,"children":1500},{},[1501],{"type":49,"value":247},{"type":49,"value":1503}," ",{"type":43,"tag":60,"props":1505,"children":1506},{},[1507],{"type":49,"value":1508},"MANDATORY entry point",{"type":49,"value":1510}," for any \"create product from image\" or \"create product from photo\" request. STEP 1 auto-detects the site's catalog version (V1\u002FV3) via the provision endpoint, then runs the matching flow inline — V3 supports up to 3 images, info sections, SEO, options\u002Fvariants, and atomic creation; V1 supports a single image, simple product, and a separate media-attach call. Combines Media Upload + LLM analysis + Product Creation + (V1 only) Add Product Media in one self-contained recipe.",{"type":43,"tag":229,"props":1512,"children":1514},{"id":1513},"create-product-catalog-v1",[1515],{"type":43,"tag":234,"props":1516,"children":1518},{"href":1517},"references\u002Fstores\u002Fcreate-product-catalog-v1.md",[1519],{"type":49,"value":1520},"Create Product (Catalog V1)",{"type":43,"tag":56,"props":1522,"children":1523},{},[1524,1528],{"type":43,"tag":60,"props":1525,"children":1526},{},[1527],{"type":49,"value":247},{"type":49,"value":1529}," Create products using the Catalog V1 Products API. Use this recipe when the site's catalog version is CATALOG_V1. Covers simple product creation, product with options, and key V1 request structure differences from V3.",{"type":43,"tag":229,"props":1531,"children":1533},{"id":1532},"create-product-with-options-catalog-v3",[1534],{"type":43,"tag":234,"props":1535,"children":1537},{"href":1536},"references\u002Fstores\u002Fcreate-product-with-options-catalog-v3.md",[1538],{"type":49,"value":1539},"Create Product with Options (Catalog V3)",{"type":43,"tag":56,"props":1541,"children":1542},{},[1543,1547],{"type":43,"tag":60,"props":1544,"children":1545},{},[1546],{"type":49,"value":247},{"type":49,"value":1548}," Single product creation with options using Catalog V3 Products API. Covers option types (TEXT_CHOICES, SWATCH_CHOICES), choice configuration, and automatic variant generation.",{"type":43,"tag":229,"props":1550,"children":1552},{"id":1551},"find-products-query-and-search-catalog-v3",[1553],{"type":43,"tag":234,"props":1554,"children":1556},{"href":1555},"references\u002Fstores\u002Ffind-products-query-and-search-catalog-v3.md",[1557],{"type":49,"value":1558},"Find Products (Query and Search, Catalog V3)",{"type":43,"tag":56,"props":1560,"children":1561},{},[1562,1566],{"type":43,"tag":60,"props":1563,"children":1564},{},[1565],{"type":49,"value":247},{"type":49,"value":1567}," Find, search, query, and list products from a Wix Store using Catalog V3 Search Products and Query Products endpoints. Explains when to use each endpoint, correct fields enum values, filtering, sorting, and paging.",{"type":43,"tag":229,"props":1569,"children":1571},{"id":1570},"query-products-catalog-v1",[1572],{"type":43,"tag":234,"props":1573,"children":1575},{"href":1574},"references\u002Fstores\u002Fquery-products-catalog-v1.md",[1576],{"type":49,"value":1577},"Query Products (Catalog V1)",{"type":43,"tag":56,"props":1579,"children":1580},{},[1581,1585],{"type":43,"tag":60,"props":1582,"children":1583},{},[1584],{"type":49,"value":247},{"type":49,"value":1586}," Query and list products from a Wix Store using the Catalog V1 Query Products endpoint. Use this recipe when the site's catalog version is CATALOG_V1. Covers basic queries, filtering, sorting, and paging.",{"type":43,"tag":229,"props":1588,"children":1590},{"id":1589},"setup-online-store-catalog-v3",[1591],{"type":43,"tag":234,"props":1592,"children":1594},{"href":1593},"references\u002Fstores\u002Fsetup-online-store-catalog-v3.md",[1595],{"type":49,"value":1596},"Setup Online Store (Catalog V3)",{"type":43,"tag":56,"props":1598,"children":1599},{},[1600,1604],{"type":43,"tag":60,"props":1601,"children":1602},{},[1603],{"type":49,"value":247},{"type":49,"value":1605}," Initializes a Stores catalog with Catalog V3 Products API, bulk products endpoint, and Categories API. Covers product creation, option configuration, variant management, and category assignment.",{"type":43,"tag":229,"props":1607,"children":1609},{"id":1608},"update-product-pre-order",[1610],{"type":43,"tag":234,"props":1611,"children":1613},{"href":1612},"references\u002Fstores\u002Fupdate-product-pre-order.md",[1614],{"type":49,"value":1615},"Update Product Pre-Order",{"type":43,"tag":56,"props":1617,"children":1618},{},[1619,1623],{"type":43,"tag":60,"props":1620,"children":1621},{},[1622],{"type":49,"value":247},{"type":49,"value":1624}," Manages pre-order settings for product variants using V3 Inventory API. Covers enabling\u002Fdisabling pre-orders, setting messages, configuring limits, and handling trackQuantity requirements.",{"type":43,"tag":229,"props":1626,"children":1628},{"id":1627},"update-product-with-options",[1629],{"type":43,"tag":234,"props":1630,"children":1632},{"href":1631},"references\u002Fstores\u002Fupdate-product-with-options.md",[1633],{"type":49,"value":1634},"Update Product with Options",{"type":43,"tag":56,"props":1636,"children":1637},{},[1638,1642],{"type":43,"tag":60,"props":1639,"children":1640},{},[1641],{"type":49,"value":247},{"type":49,"value":1643}," Modifies existing products and variants using Catalog V3 Products API. Covers adding\u002Fremoving option choices, variant-specific pricing, and revision-based updates to prevent conflicts.",{"items":1645,"total":1766},[1646,1664,1680,1692,1712,1734,1754],{"slug":1647,"name":1647,"fn":1648,"description":1649,"org":1650,"tags":1651,"stars":25,"repoUrl":26,"updatedAt":27},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1652,1655,1658,1661],{"name":1653,"slug":1654,"type":15},"Accessibility","accessibility",{"name":1656,"slug":1657,"type":15},"Charts","charts",{"name":1659,"slug":1660,"type":15},"Data Visualization","data-visualization",{"name":1662,"slug":1663,"type":15},"Design","design",{"slug":1665,"name":1665,"fn":1666,"description":1667,"org":1668,"tags":1669,"stars":25,"repoUrl":26,"updatedAt":1679},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1670,1673,1676],{"name":1671,"slug":1672,"type":15},"Agents","agents",{"name":1674,"slug":1675,"type":15},"Browser Automation","browser-automation",{"name":1677,"slug":1678,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":1681,"name":1681,"fn":1682,"description":1683,"org":1684,"tags":1685,"stars":25,"repoUrl":26,"updatedAt":1691},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1686,1687,1690],{"name":1674,"slug":1675,"type":15},{"name":1688,"slug":1689,"type":15},"Local Development","local-development",{"name":1677,"slug":1678,"type":15},"2026-04-06T18:41:17.526867",{"slug":1693,"name":1693,"fn":1694,"description":1695,"org":1696,"tags":1697,"stars":25,"repoUrl":26,"updatedAt":1711},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1698,1699,1702,1705,1708],{"name":1671,"slug":1672,"type":15},{"name":1700,"slug":1701,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1703,"slug":1704,"type":15},"SDK","sdk",{"name":1706,"slug":1707,"type":15},"Serverless","serverless",{"name":1709,"slug":1710,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1713,"name":1713,"fn":1714,"description":1715,"org":1716,"tags":1717,"stars":25,"repoUrl":26,"updatedAt":1733},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1718,1721,1724,1727,1730],{"name":1719,"slug":1720,"type":15},"Frontend","frontend",{"name":1722,"slug":1723,"type":15},"React","react",{"name":1725,"slug":1726,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":1728,"slug":1729,"type":15},"UI Components","ui-components",{"name":1731,"slug":1732,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1735,"name":1735,"fn":1736,"description":1737,"org":1738,"tags":1739,"stars":25,"repoUrl":26,"updatedAt":1753},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1740,1743,1746,1749,1752],{"name":1741,"slug":1742,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1744,"slug":1745,"type":15},"Cost Optimization","cost-optimization",{"name":1747,"slug":1748,"type":15},"LLM","llm",{"name":1750,"slug":1751,"type":15},"Performance","performance",{"name":1731,"slug":1732,"type":15},"2026-04-06T18:40:44.377464",{"slug":1755,"name":1755,"fn":1756,"description":1757,"org":1758,"tags":1759,"stars":25,"repoUrl":26,"updatedAt":1765},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1760,1761,1764],{"name":1744,"slug":1745,"type":15},{"name":1762,"slug":1763,"type":15},"Database","database",{"name":1747,"slug":1748,"type":15},"2026-04-06T18:41:08.513425",600,{"items":1768,"total":1965},[1769,1790,1813,1830,1846,1863,1882,1894,1908,1922,1934,1949],{"slug":1770,"name":1770,"fn":1771,"description":1772,"org":1773,"tags":1774,"stars":1787,"repoUrl":1788,"updatedAt":1789},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1775,1778,1781,1784],{"name":1776,"slug":1777,"type":15},"Documents","documents",{"name":1779,"slug":1780,"type":15},"Healthcare","healthcare",{"name":1782,"slug":1783,"type":15},"Insurance","insurance",{"name":1785,"slug":1786,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":1791,"name":1791,"fn":1792,"description":1793,"org":1794,"tags":1795,"stars":1810,"repoUrl":1811,"updatedAt":1812},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1796,1799,1801,1804,1807],{"name":1797,"slug":1798,"type":15},".NET","dotnet",{"name":1800,"slug":1791,"type":15},"ASP.NET Core",{"name":1802,"slug":1803,"type":15},"Blazor","blazor",{"name":1805,"slug":1806,"type":15},"C#","csharp",{"name":1808,"slug":1809,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":1814,"name":1814,"fn":1815,"description":1816,"org":1817,"tags":1818,"stars":1810,"repoUrl":1811,"updatedAt":1829},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1819,1822,1825,1828],{"name":1820,"slug":1821,"type":15},"Apps SDK","apps-sdk",{"name":1823,"slug":1824,"type":15},"ChatGPT","chatgpt",{"name":1826,"slug":1827,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":1831,"name":1831,"fn":1832,"description":1833,"org":1834,"tags":1835,"stars":1810,"repoUrl":1811,"updatedAt":1845},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1836,1839,1842],{"name":1837,"slug":1838,"type":15},"API Development","api-development",{"name":1840,"slug":1841,"type":15},"CLI","cli",{"name":1843,"slug":1844,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":1847,"name":1847,"fn":1848,"description":1849,"org":1850,"tags":1851,"stars":1810,"repoUrl":1811,"updatedAt":1862},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1852,1855,1858,1859],{"name":1853,"slug":1854,"type":15},"Cloudflare","cloudflare",{"name":1856,"slug":1857,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1700,"slug":1701,"type":15},{"name":1860,"slug":1861,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1864,"name":1864,"fn":1865,"description":1866,"org":1867,"tags":1868,"stars":1810,"repoUrl":1811,"updatedAt":1881},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1869,1872,1875,1878],{"name":1870,"slug":1871,"type":15},"Productivity","productivity",{"name":1873,"slug":1874,"type":15},"Project Management","project-management",{"name":1876,"slug":1877,"type":15},"Strategy","strategy",{"name":1879,"slug":1880,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1883,"name":1883,"fn":1884,"description":1885,"org":1886,"tags":1887,"stars":1810,"repoUrl":1811,"updatedAt":1893},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1888,1889,1891,1892],{"name":1662,"slug":1663,"type":15},{"name":1890,"slug":1883,"type":15},"Figma",{"name":1719,"slug":1720,"type":15},{"name":1826,"slug":1827,"type":15},"2026-04-12T05:06:47.939943",{"slug":1895,"name":1895,"fn":1896,"description":1897,"org":1898,"tags":1899,"stars":1810,"repoUrl":1811,"updatedAt":1907},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1900,1901,1904,1905,1906],{"name":1662,"slug":1663,"type":15},{"name":1902,"slug":1903,"type":15},"Design System","design-system",{"name":1890,"slug":1883,"type":15},{"name":1719,"slug":1720,"type":15},{"name":1728,"slug":1729,"type":15},"2026-05-10T05:59:52.971881",{"slug":1909,"name":1909,"fn":1910,"description":1911,"org":1912,"tags":1913,"stars":1810,"repoUrl":1811,"updatedAt":1921},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1914,1915,1916,1919,1920],{"name":1662,"slug":1663,"type":15},{"name":1902,"slug":1903,"type":15},{"name":1917,"slug":1918,"type":15},"Documentation","documentation",{"name":1890,"slug":1883,"type":15},{"name":1719,"slug":1720,"type":15},"2026-05-16T06:07:47.821474",{"slug":1923,"name":1923,"fn":1924,"description":1925,"org":1926,"tags":1927,"stars":1810,"repoUrl":1811,"updatedAt":1933},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1928,1929,1930,1931,1932],{"name":1662,"slug":1663,"type":15},{"name":1890,"slug":1883,"type":15},{"name":1719,"slug":1720,"type":15},{"name":1728,"slug":1729,"type":15},{"name":1808,"slug":1809,"type":15},"2026-05-16T06:07:40.583615",{"slug":1935,"name":1935,"fn":1936,"description":1937,"org":1938,"tags":1939,"stars":1810,"repoUrl":1811,"updatedAt":1948},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1940,1943,1944,1947],{"name":1941,"slug":1942,"type":15},"Animation","animation",{"name":1843,"slug":1844,"type":15},{"name":1945,"slug":1946,"type":15},"Creative","creative",{"name":1662,"slug":1663,"type":15},"2026-05-02T05:31:48.48485",{"slug":1950,"name":1950,"fn":1951,"description":1952,"org":1953,"tags":1954,"stars":1810,"repoUrl":1811,"updatedAt":1964},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1955,1956,1957,1960,1963],{"name":1945,"slug":1946,"type":15},{"name":1662,"slug":1663,"type":15},{"name":1958,"slug":1959,"type":15},"Image Generation","image-generation",{"name":1961,"slug":1962,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]