plugins marketplace
← All plugins

wix

v1.1.2

Build and deploy Wix apps and headless websites, and manage your Wix business. Includes CLI development skills, Wix Headless for any frontend framework, and Wix MCP server for eCommerce, CMS, dashboard extensions, and more.

Codex4 skills

by WixMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/wix/ inside the repository.

Layout

plugins/wix/
├── .codex-plugin/plugin.json
├── skills/wix-app/SKILL.md
├── skills/wix-design-system/SKILL.md
├── skills/wix-headless/SKILL.md
└── skills/wix-manage/SKILL.md

Skills4

wix-appskills/wix-app/SKILL.md

Build and review Wix CLI app extensions — dashboard pages, modals, plugins, menu plugins, custom element widgets, Editor React components, site plugins, embedded scripts, backend APIs, backend events, service plugins, data collections, and App Market readiness. Use when building ANY feature or extension for a Wix CLI app or preparing a Wix app for App Market review. Triggers on: add, build, create, implement, help me, dashboard, widget, plugin, backend, API, event, collection, embedded script, service plugin, Editor React component, checkout, shipping, tax, discount, SPI, CMS, schema, tracking, popup, admin panel, menu item, modal, validate, test, verify, register extension, App Market, app review, submission readiness.

wix-design-systemskills/wix-design-system/SKILL.md

Wix Design System component reference. Use when building UI with @wix/design-system, choosing components, checking props and examples, or writing tests with component testkits. Triggers on "what component", "how do I make", "WDS", "show me props", "testkit", "driver", or component names like Button, Card, Modal, Box, Text.

wix-headlessskills/wix-headless/SKILL.md

Build a complete Wix Managed Headless site from a single prompt, OR connect an existing project (HTML/JSX/Vite app, Claude Design output, etc.) to Wix Headless for hosting + Business Solutions. Entry point for both: (1) new-site requests — runs discovery, design, feature wiring, and preview; and (2) existing-project requests — runs `npm create @wix/new@latest init`, analyzes the project for needed Business Solutions, installs apps, **wires the Wix SDK into the existing source files so each installed app actually powers its corresponding feature**, and releases. Triggers: build me a site, create a website, make me a website, new website, online store, I want to sell X, start a business online, launch a site, ecommerce, portfolio, business website, sell online, online shop, connect this to Wix Headless, add Wix Headless to this project, host this on Wix, deploy this to Wix, implement the features of this project using Wix Headless. Use this skill instead of the WixSiteBuilder MCP tool for new-site requests.

wix-manageskills/wix-manage/SKILL.md

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.

Manifests1

plugins/wix/.codex-plugin/plugin.json
{
  "name": "wix",
  "version": "1.1.2",
  "description": "Build and deploy Wix apps and headless websites, and manage your Wix business. Includes CLI development skills, Wix Headless for any frontend framework, and Wix MCP server for eCommerce, CMS, dashboard extensions, and more.",
  "author": {
    "name": "Wix",
    "url": "https://dev.wix.com"
  },
  "homepage": "https://dev.wix.com/docs/api-reference/articles/ai-tools/about-wix-skills",
  "repository": "https://github.com/wix/skills",
  "license": "MIT",
  "keywords": [
    "wix",
    "wix-cli",
    "wix-mcp",
    "ecommerce",
    "cms",
    "wix-apps",
    "wix-headless",
    "headless"
  ],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Wix",
    "shortDescription": "Build Wix apps, headless websites, and manage your Wix business from Codex",
    "longDescription": "Build and deploy Wix apps and headless websites, and manage your Wix business with Codex. Includes Wix CLI development skills for dashboard extensions, backend APIs, site widgets, service plugins, and data collections. Build headless websites with Wix Headless — from fully-hosted Astro apps to self-hosted in any framework — powered by Wix's backend for eCommerce, bookings, CMS, events, and members. Also includes recipes for Wix business solution management.",
    "developerName": "Wix",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://dev.wix.com/",
    "privacyPolicyURL": "https://www.wix.com/about/privacy",
    "termsOfServiceURL": "https://www.wix.com/about/terms-of-use",
    "defaultPrompt": [
      "Build a Wix app extension with Wix Design System UI",
      "Build a Wix app with a shipping fee service plugin",
      "Set up Wix Stores products, pickup, or CMS data"
    ],
    "brandColor": "#116DFF",
    "composerIcon": "./assets/logo.svg",
    "logo": "./assets/logo.svg",
    "screenshots": []
  }
}