·webflow-browser-api
</>

webflow-browser-api

Control Webflow Analyze and Optimize from JavaScript via the Browser API. Use when managing tracking consent, integrating CMPs (OneTrust, TrustArc), tracking experiment variations, setting custom visitor attributes, or personalizing user experiences.

17Installs·1Trend·@224-industries

Installation

$npx skills add https://github.com/224-industries/webflow-skills --skill webflow-browser-api

How to Install webflow-browser-api

Quickly install webflow-browser-api AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/224-industries/webflow-skills --skill webflow-browser-api
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: 224-industries/webflow-skills.

SKILL.md

View raw

The Browser API is a JavaScript interface exposed via the global wf object on all Webflow sites with Analyze and Optimize enabled. It requires no manual installation. Use it to manage consent, track experiments, and personalize user experiences.

| wf.ready(callback) | Execute code after the Browser API loads | | wf.getUserTrackingChoice() | Returns "allow", "deny", or "none" | | wf.allowUserTracking(options?) | Opt user into tracking | | wf.denyUserTracking(options?) | Opt user out of tracking | | wf.onVariationRecorded(callback) | Register a callback for variation events |

| wf.setAttributes(scope, attributes) | Set custom visitor attributes |

Control Webflow Analyze and Optimize from JavaScript via the Browser API. Use when managing tracking consent, integrating CMPs (OneTrust, TrustArc), tracking experiment variations, setting custom visitor attributes, or personalizing user experiences. Source: 224-industries/webflow-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/224-industries/webflow-skills --skill webflow-browser-api
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from 224-industries/webflow-skills

Quick answers

What is webflow-browser-api?

Control Webflow Analyze and Optimize from JavaScript via the Browser API. Use when managing tracking consent, integrating CMPs (OneTrust, TrustArc), tracking experiment variations, setting custom visitor attributes, or personalizing user experiences. Source: 224-industries/webflow-skills.

How do I install webflow-browser-api?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/224-industries/webflow-skills --skill webflow-browser-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/224-industries/webflow-skills