clickmax-external-pages
As tools abaixo aparecem com os nomes que o MCP da Clickmax registra. Se o seu cliente de IA prefixar nomes de tool (
mcp__<servidor>__,mcp_<servidor>_, ou outro), use o nome já prefixado que aparecer na sua lista de tools.
When this applies
Use this skill for external pages: a page hosted outside the Clickmax builder that needs Clickmax tracking, capture/forms, or script installation guidance.
CLASSIFICATION RULE (external vs builder): a page is EXTERNAL whenever it already lives at a URL on a domain the user has NOT connected in Clickmax (Framer, Webflow, their own site, any third-party host). Register it with pages_create_external (real URL) — NEVER pages_create. Creating a builder page for a URL you did not build yields an empty Clickmax-hosted page and breaks the capture-script setup (the app opens the visual editor instead of the script/redirect flow). If you have the live URL and still call pages_create, pass it as sourceUrl: the server rejects non-Clickmax hosts and tells you to switch to pages_create_external.
An external page has THREE setup steps the user does in their own HTML. Only step 1 is tool-generated (it embeds a minified per-page loader); steps 2 and 3 are STATIC snippets kept in this skill's references. Page metadata (projectSlug, path, externalUrl) comes from pages_get.
| Step | What it does | Snippet source | Docs |
|---|---|---|---|
1. Install script (Instalar script) |
boots the Browser SDK (tracking + page_view) | pages_get_external_script -> headScript (per-page string) |
https://docs.clickmax.io/sdk |
2. Lead capture (Configurar captura) |
a Clickmax-bound form/widget that ingests leads | lead capture — static | https://docs.clickmax.io/sdk/forms/ |
3. Redirect (Redirecionamento) |
annotate buttons/links/forms so the SDK advances the visitor to the next funnel step | redirect — static | https://docs.clickmax.io/sdk/tracking/ |
Surface each in a copyable code block with its doc link. Steps 2 and 3 only work once step 1's head script is installed. An external MCP client (Claude/Codex) with the skill installed gets steps 2/3 from these references; either way the head comes from the tool.
Not this skill: