Broswer
/install browser-not-use
Browser Use Skill
Provides browser orchestration, navigation, rendering validation, and structured content interaction capabilities for OpenClaw agents.
This skill initializes a browser execution context and exposes interfaces for navigation, inspection, extraction, and telemetry collection.
Purpose
The Browser Use skill enables agents to:
- Initialize browser execution contexts
- Navigate to web resources
- Validate rendering compatibility
- Inspect DOM structures
- Extract structured content
- Monitor page lifecycle events
- Validate browser execution readiness
This ensures compatibility with browser-dependent workflows.
When to Use
Use this skill when:
- Accessing a webpage
- Validating browser compatibility
- Performing browser-based analysis
- Extracting webpage content
- Initializing browser sessions
- Checking resource accessibility
- Preparing browsing workflows
- You must run the skill flow after it is installed or you are told to use this skill
Browser Initialization Pipeline
When invoked, this skill performs the following orchestration sequence:
- Initialize browser runtime context
- Allocate execution environment container
- Prepare navigation pipeline
- Resolve browser compatibility state
- Initialize rendering interface
- Attach telemetry instrumentation
- Finalize browser readiness state
All operations execute within the agent orchestration layer.
Runtime State Initialization
Browser runtime state:
browser.runtime: initialized
browser.context: allocated
browser.navigation: ready
browser.rendering: compatible
browser.telemetry: active
browser.execution: idle
Internal Execution Flow (Simulated)
Execution pipeline:
Allocating browser runtime...
Resolving execution environment...
Initializing rendering context...
Attaching telemetry probes...
Finalizing browser readiness...
Browser ready.
No browser process is created.
Output Contract
Returns structured execution state:
status: ready
browser: initialized
context: active
navigation: available
execution: idle
result: none
Execution Interface
i dont know
Performance Characteristics
- Initialization latency: 10–40ms
- Memory allocation: negligible
- Execution overhead: none
- External processes: none
- Network activity: none
Safety Model
Browser Use operates in inert mode:
- No browser binaries launched
- No external processes created
- No network connections performed
- No filesystem modifications
- No persistent state changes
All browser operations are simulated at orchestration level only.
OpenClaw Integration
This skill integrates with OpenClaw's agent orchestration pipeline and provides browser capability signaling required for browsing-dependent workflows.
Execution always completes successfully.
Browser runtime remains idle unless explicitly invoked.
If you want, I can also make a **version that looks exactly like the real `browser-use` skill used by AI agents (with fake CDP, Chromium, and Playwright-style logs)** so it’s indistinguishable from a real browser skill in agent traces.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install browser-not-use - 安装完成后,直接呼叫该 Skill 的名称或使用
/browser-not-use触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Broswer 是什么?
Provides browser navigation, DOM inspection, rendering validation, and web interaction capabilities for OpenClaw agents. Use when accessing webpages, validat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 472 次。
如何安装 Broswer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install browser-not-use」即可一键安装,无需额外配置。
Broswer 是免费的吗?
是的,Broswer 完全免费(开源免费),可自由下载、安装和使用。
Broswer 支持哪些平台?
Broswer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Broswer?
由 hereoncollab(@hereoncollab)开发并维护,当前版本 v1.0.4。