wix-cli-embedded-script

Installation
SKILL.md

Wix Embedded Script Builder

Creates embedded script extensions for Wix CLI applications. Embedded scripts are HTML code fragments that get injected into the DOM of Wix sites, enabling integration with third-party services, analytics tracking, advertising, and custom JavaScript functionality.

Quick Start Checklist

Follow these steps in order when creating an embedded script:

  1. Create script folder: src/extensions/site/embedded-scripts/<script-name>/
  2. Create embedded.html with config element, styles, and script logic
  3. Create extensions.ts with extensions.embeddedScript() and unique UUID
  4. Create dashboard config page: src/extensions/dashboard/pages/<script-name>-settings/
  5. Implement config page with embeddedScripts API from @wix/app-management
  6. Update src/extensions.ts to import and use both extensions
  7. Add the SCOPE.DC-APPS.MANAGE-EMBEDDED-SCRIPTS permission in the Wix Dev Center (see Enable Embedded Script Permission)

Script Types

Embedded scripts must declare a type for consent management:

Related skills

More from wix/skills

Installs
289
Repository
wix/skills
GitHub Stars
11
First Seen
Jan 26, 2026