diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index d7e3d4f..564a0d2 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -118,6 +118,19 @@ "homepage": "https://github.com/firecrawl/firecrawl-grok-plugin", "keywords": ["firecrawl", "fire crawl"], "domains": ["firecrawl.dev", "docs.firecrawl.dev"] + }, + { + "name": "wix", + "description": "Build, manage, and deploy Wix sites and apps (MCP Server + Skills). Includes CLI development skills and Wix MCP server for site management, eCommerce, CMS, dashboard extensions, and more.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/wix/skills.git", + "sha": "1ea953a29525ce8ff07a3b5a3a107927804c3eba" + }, + "homepage": "https://dev.wix.com/docs/api-reference/articles/ai-tools/about-wix-skills", + "keywords": ["wix", "wix cli", "wix mcp", "wix apps", "wix headless"], + "domains": ["wix.com", "dev.wix.com", "manage.wix.com"] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index 0a38356..e300586 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -659,6 +659,35 @@ } ] } + }, + "wix": { + "sha": "1ea953a29525ce8ff07a3b5a3a107927804c3eba", + "components": { + "mcpServers": [ + { + "name": "wix-mcp", + "description": "http" + } + ], + "skills": [ + { + "name": "wix-app", + "description": "Build and review Wix CLI app extensions — dashboard pages, modals, plugins, menu plugins, custom element widgets, Edito…" + }, + { + "name": "wix-design-system", + "description": "Wix Design System component reference. Use when building UI with @wix/design-system, choosing components, checking prop…" + }, + { + "name": "wix-headless", + "description": "Build a complete Wix Managed Headless site from a single prompt, OR connect an existing project (HTML/JSX/Vite app, Cla…" + }, + { + "name": "wix-manage", + "description": "Wix business solution management recipes — REST API operations for configuring and managing Wix business solutions. Rou…" + } + ] + } } } }