What problem does it solve? Adding tracking pixels, analytics, chat widgets, popups, or other third-party JavaScript to Wix sites requires correctly structured embedded script extensions with consent typing, placement rules, and dashboard configuration, which is error-prone to set up manually. ## Core Features & Use Cases - Embedded Script Generation: Produces the embedded.html and extensions.ts files with correct script type (ESSENTIAL, FUNCTIONAL, ANALYTICS, ADVERTISING), placement (HEAD, BODY_START, BODY_END), and a unique UUID. - Dashboard Configuration Pages: Guides creation of the required companion dashboard page using the embeddedScripts API from @wix/app-management so site owners can set parameters. - Template Variable Patterns: Enforces the data-attribute pattern for passing {{parameterKey}} values into JavaScript with proper type conversion. - Use Case: When asked to add Google Analytics or a coupon popup to a Wix site, the Skill generates the full extension pair, registers it in src/extensions.ts, and reminds the developer to enable the SCOPE.DC-APPS.MANAGE-EMBEDDED-SCRIPTS permission. ## Quick Start Ask the assistant to add a Google Analytics tracking script to your Wix CLI app and it will scaffold the embedded script extension and its dashboard settings page.