Install
openclaw skills install @boris148/se-browser-automationBrowser automation patterns and best practices for OpenClaw browser control. Use when navigating web apps, filling forms, clicking elements, or extracting data from websites. Covers GHL, Lovable, and general SPA navigation patterns.
openclaw skills install @boris148/se-browser-automationopenclaw for all automated browsingbrowser navigate with direct URLs when possible (faster than clicking through menus)sleep 4-6 after navigation — SPAs load content asynchronouslyscreenshot first — content may be rendered but not in DOM snapshotsnapshot to get element refs, then act with refsframe parameter in snapshotconst, let, or arrow functions. Use var and function(){} syntax.