Documentation Loading events

Install the Web Events skill in Claude or ChatGPT

The Supreme Events Skill teaches the AI agent you already use — Claude, ChatGPT, or any agent that supports the Agent Skills format — how to write correct Supreme Tracking code for your pages. After installing it, your agent knows the canonical event names, the payload rules, and the checks that separate a working snippet from one that silently sends nothing.

Everything the skill does runs in your agent and against your own domains. Nothing runs on Supreme's infrastructure, and the skill never needs your Master Key.

Download the skill

  1. Log into the Console and open Utilities.
  2. On the Supreme Events Skill row, select Download.
  3. Save supreme-web-events.zip. The ZIP contains one supreme-web-events folder with the skill's instructions, references, and offline scripts.

If you do not have a Node yet, you can still install the skill first — it also knows how to guide a complete installation. See Install a Node guided by the Web Events skill.

Install in Claude

In the Claude apps (web or desktop):

  1. Open Customize > Skills.
  2. Select + Create skill, then Upload a skill.
  3. Upload supreme-web-events.zip as downloaded — do not repackage it.
  4. Confirm the skill appears in your skills list and is toggled on.

Skills are available on Claude's Free, Pro, Max, Team, and Enterprise plans; code execution must be enabled in your settings. Claude uses the skill automatically when a conversation involves Supreme tracking.

In Claude Code, extract the ZIP instead: place the supreme-web-events folder inside ~/.claude/skills/ to make it available in all your projects, or inside a project's .claude/skills/ for that project only. It becomes available as /supreme-web-events.

Install in ChatGPT

In the ChatGPT apps:

  1. Open Skills, select Create, then Upload from your computer.
  2. Upload the skill and wait for the security scan to finish.

Custom skill upload in the ChatGPT apps is available on ChatGPT Business, Enterprise, Healthcare, and Edu plans; on Enterprise and Edu an admin may need to enable skills first. ChatGPT uses the skill automatically when it is relevant, and you can call it explicitly with @.

In Codex (CLI or IDE extension), extract the ZIP and place the supreme-web-events folder inside $HOME/.agents/skills/ for personal use across repositories, or inside a repository's .agents/skills/ to share it with everyone working in that repository. Invoke it with $supreme-web-events, or let Codex select it automatically.

The install steps for third-party agents change on their vendors' schedule. When a menu does not match, check the vendor's own guide: skills in Claude or skills in ChatGPT.

Verify the installation

Ask the agent:

Using the supreme-web-events skill: what must be true on a page before you write a tracking snippet for it?

A correct answer mentions the Supreme Loader with a ?pid= Property id and the page's domain being registered in that Property — that is the skill talking. A generic answer about analytics scripts means the skill is not active; check that it is toggled on and that the folder name was not changed.

What's next