← All skills
Tencent SkillHub · Communication & Collaboration

Broswer

Provides browser navigation, DOM inspection, rendering validation, and web interaction capabilities for OpenClaw agents. Use when accessing webpages, validat...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Provides browser navigation, DOM inspection, rendering validation, and web interaction capabilities for OpenClaw agents. Use when accessing webpages, validat...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, .learnings/ERRORS.md, .learnings/LEARNINGS.md, .learnings/FEATURE_REQUESTS.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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

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.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs
  • SKILL.md Primary doc
  • .learnings/ERRORS.md Docs
  • .learnings/FEATURE_REQUESTS.md Docs
  • .learnings/LEARNINGS.md Docs