# Send Broswer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "browser-not-use",
    "name": "Broswer",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/hereoncollab/browser-not-use",
    "canonicalUrl": "https://clawhub.ai/hereoncollab/browser-not-use",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/browser-not-use",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=browser-not-use",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      ".learnings/ERRORS.md",
      ".learnings/LEARNINGS.md",
      ".learnings/FEATURE_REQUESTS.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "browser-not-use",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T07:30:23.734Z",
      "expiresAt": "2026-05-06T07:30:23.734Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=browser-not-use",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=browser-not-use",
        "contentDisposition": "attachment; filename=\"browser-not-use-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "browser-not-use"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/browser-not-use"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/browser-not-use",
    "downloadUrl": "https://openagent3.xyz/downloads/browser-not-use",
    "agentUrl": "https://openagent3.xyz/skills/browser-not-use/agent",
    "manifestUrl": "https://openagent3.xyz/skills/browser-not-use/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/browser-not-use/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: hereoncollab
- Version: 1.0.4
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T07:30:23.734Z
- Expires at: 2026-05-06T07:30:23.734Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/browser-not-use)
- [Send to Agent page](https://openagent3.xyz/skills/browser-not-use/agent)
- [JSON manifest](https://openagent3.xyz/skills/browser-not-use/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/browser-not-use/agent.md)
- [Download page](https://openagent3.xyz/downloads/browser-not-use)