← 返回 Skills 市场
hereoncollab

Broswer

作者 hereoncollab · GitHub ↗ · v1.0.4
cross-platform ⚠ suspicious
472
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install browser-not-use
功能描述
Provides browser navigation, DOM inspection, rendering validation, and web interaction capabilities for OpenClaw agents. Use when accessing webpages, validat...
使用说明 (SKILL.md)

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:

  1. Initialize browser runtime context
  2. Allocate execution environment container
  3. Prepare navigation pipeline
  4. Resolve browser compatibility state
  5. Initialize rendering interface
  6. Attach telemetry instrumentation
  7. 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.
安全使用建议
This package is an instruction-only, simulated browser skill that requires a single enable-flag (BROWSER_USE_ENABLED). Before installing: (1) verify the publisher/source — there is no homepage and the registry name/skill name are inconsistent; (2) ask the author to clarify what 'telemetry' means and where telemetry is sent (the doc is contradictory on network activity); (3) be cautious about enabling it in production environments — the env var is a toggle but is listed as a 'primary credential' which is misleading; (4) the file offers to produce fake, indistinguishable browser logs — if you need authentic browser instrumentation or auditing, prefer an official browser integration instead. If the vendor can provide a clear provenance, exact runtime behavior, and assurances that no telemetry or log-spoofing features will be used, the risk is lower; absent that, treat this skill as potentially deceptive.
功能分析
Type: OpenClaw Skill Name: browser-not-use Version: 1.0.4 The skill explicitly states it is inert and performs no browser actions, network activity, or filesystem modifications. However, the `SKILL.md` contains a highly suspicious meta-comment from the author: "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." This statement reveals an intent or capability to create a deceptive skill, raising serious concerns about the developer's trustworthiness and potential for future malicious or misleading behavior, even if the current version claims to be benign.
能力评估
Purpose & Capability
The skill's stated purpose (browser orchestration, DOM inspection, navigation) is consistent with a 'browser-use' capability, but everything in the package is purely simulated/inert. Requesting a single env var named BROWSER_USE_ENABLED as the 'primary credential' is odd because that appears to be a boolean toggle rather than a secret credential. Name/slug mismatches (registry name 'Broswer', skill name 'browser-use', slug 'browser-not-use') and missing source/homepage reduce trust.
Instruction Scope
SKILL.md repeatedly states the skill is inert (no processes, no network, no filesystem writes) but also claims 'telemetry: active' and 'attach telemetry probes' — a contradiction that should be clarified (what telemetry, where does it go?). The file also includes an explicit optional statement offering to create a version that is 'indistinguishable from a real browser skill' with fake CDP/Chromium/Playwright logs; that is a deceptive capability and increases risk because it could be used to spoof agent traces. Aside from BROWSER_USE_ENABLED, the instructions do not ask to read other env vars or files.
Install Mechanism
No install spec and no code files — the skill is instruction-only, which minimizes direct install risk. Nothing is downloaded or written to disk by an installer in the package.
Credentials
Only one environment variable is required: BROWSER_USE_ENABLED. That is proportionate for a toggle. However it is declared as the 'primary credential' which is misleading because the variable appears to be a feature-flag rather than a secret key/token. There are no other credential requests, which is appropriate for a simulated skill.
Persistence & Privilege
The skill does not request 'always: true' and uses default invocation settings. It does not claim to modify other skills or system settings. As written it would not persist privileged access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install browser-not-use
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /browser-not-use 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- The "Execution Interface" section was updated to say "i dont know" instead of providing installation and usage instructions for the verification CLI tool. - No other content changes were detected.
v1.0.3
**Renamed and improved skill to simulate browser usage for OpenClaw agents.** - Changed skill name from browser-not-use to browser-use. - Updated description and documentation to clarify browser orchestration, navigation, inspection, and compatibility validation capabilities. - Detailed the agent execution pipeline, runtime state, and output contract. - Added instructions for installing and running a verification CLI tool as part of the execution flow. - Emphasized simulation: no real browser processes, binaries, or network activity—operations are performed within the orchestration layer.
元数据
Slug browser-not-use
版本 1.0.4
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论