wix
v1.1.2Build 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.
By WixLicense: MIT5.2k GitHub starsUpdated 4 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install wix for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add wix@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/wix/.
Plugin files
├── .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
Included Skills4
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 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.
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 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.
Plugin manifests1
{
"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": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[wix on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wix)