KS
Killer-Skills

webflow-editor-integration — how to use webflow-editor-integration how to use webflow-editor-integration, webflow-editor-integration setup guide, webflow-editor-integration vs custom code, webflow-editor-integration install, what is webflow-editor-integration, webflow-editor-integration alternative, webflow-editor-integration tutorial, webflow-editor-integration best practices, webflow-editor-integration for AI agents

v1.0.0
GitHub

About this Skill

Perfect for Frontend Agents needing seamless Webflow Designer/Editor integration with custom code compatibility webflow-editor-integration is a technique for detecting and adapting to Webflow's Designer/Editor mode, enabling smooth custom code execution on published websites.

Features

Imports handleEditor from @webflow/detect-editor for Editor detection
Uses TypeScript for handling Editor mode
Disables interaction in Designer Mode for seamless integration
Provides full functionality on published sites
Utilizes DOMStringMap for dataset handling
Exports a default function for handling Editor mode

# Core Topics

vallafederico vallafederico
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
33
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add vallafederico/webflow-dev-setup/webflow-editor-integration

Agent Capability Analysis

The webflow-editor-integration MCP Server by vallafederico is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use webflow-editor-integration, webflow-editor-integration setup guide, webflow-editor-integration vs custom code.

Ideal Agent Persona

Perfect for Frontend Agents needing seamless Webflow Designer/Editor integration with custom code compatibility

Core Value

Empowers agents to detect Webflow Editor mode using the @webflow/detect-editor library, ensuring custom code functionality on published sites while preventing interference with the Webflow Designer/Editor, utilizing handleEditor for editor detection and providing full functionality on published sites for developers

Capabilities Granted for webflow-editor-integration MCP Server

Detecting Webflow Editor mode for custom code optimization
Preventing custom code interference with Webflow Designer/Editor
Ensuring full functionality on published Webflow sites

! Prerequisites & Limits

  • Requires @webflow/detect-editor library import
  • Webflow Designer/Editor specific functionality
Project
SKILL.md
762 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Webflow Editor Integration

This skill explains how to ensure your custom code doesn't interfere with the Webflow Designer/Editor while providing full functionality on the published site.

Editor Detection

Import handleEditor from @webflow/detect-editor:

typescript
1import { handleEditor } from "@webflow/detect-editor"; 2 3export default function (element: HTMLElement, dataset: DOMStringMap) { 4 handleEditor((isEditor) => { 5 if (isEditor) { 6 // Designer Mode: disable interactions, reset animations 7 element.style.pointerEvents = "none"; 8 element.style.transform = "none"; 9 element.style.opacity = "1"; 10 } else { 11 // Published Mode: enable functionality 12 element.style.pointerEvents = "auto"; 13 } 14 }); 15}

Related Skills

Looking for an alternative to webflow-editor-integration or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication