wix-cli-embedded-script

Automate embedded script integration into Wix CLI apps with dashboard configuration.

25|31|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/wix/skills --skill wix-cli-embedded-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wix-cli-embedded-script
Source: https://github.com/wix/skills/tree/main/wix-cli/skills/wix-cli-embedded-script
Command: npx skills add https://github.com/wix/skills --skill wix-cli-embedded-script

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers implement embedded client-side scripts for Wix apps, enabling seamless integration with third-party services, analytics, and custom JavaScript without server-side setup.

Core Features & Use Cases

  • Embed HTML fragments into Wix sites to integrate external services such as analytics, pixels, or widgets.
  • Configure embedded scripts via a dedicated dashboard page and extendable extensions.ts to manage deployment and behavior.
  • Register and deploy embedded scripts using Wix tooling and permissions management to ensure proper authorization and runtime operation.

Quick Start

Create the embedded HTML, develop the extension, register the extension with the app, and build a dashboard page to configure parameters.

Frequently Asked Questions about wix-cli-embedded-script

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed client-side scripts into a Wix CLI app?

To embed client-side scripts into a Wix CLI app, you create an HTML fragment, define the script extension, and register it using Wix extensions tooling. A companion dashboard page is also built to configure parameters.

What is an embedded script used for in Wix app development?

An embedded script in Wix app development injects HTML fragments to integrate third-party services like analytics, pixels, or custom widgets. It enables adding client-side JavaScript functionality without requiring server-side setup.

Does an embedded script in Wix require a dedicated dashboard page?

Yes, an embedded script in Wix requires a companion dashboard page. This page is necessary to configure the script's deployment, manage parameters, and control its behavior across different environments.

How do I register and manage permissions for Wix script extensions?

You register Wix script extensions and manage their permissions using Wix extensions tooling. Proper registration authorizes the embedded scripts and ensures they operate correctly within the runtime environment.

What are the requirements for configuring a Wix embedded script?

Configuring a Wix embedded script requires defined frontmatter, a companion dashboard page, a script extension, and proper registration with Wix extensions tooling. These components ensure safe deployment and runtime operation.

Can I integrate third-party analytics and widgets into Wix sites without server-side setup?

Yes, you can integrate third-party analytics and widgets into Wix sites without server-side setup by using embedded scripts. This method safely injects HTML fragments and client-side JavaScript directly into the site.