Home / qwenlm / qwen-code · packages/core/src/skills/bundled/browser-use/SKILL.md · GitHub

browser-use skillA

browser-use is agent-read markdown (skill) from qwenlm/qwen-code: Control the user's Chrome through the existing persistent Node REPL and the Qwen Browser SDK..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Browser Use

Browser Use is bundled with Qwen Code and uses the generic Node REPL MCP tools
and the Qwen Chrome extension. Do not install a separate Qwen extension or
start a separate Browser Use MCP server.

## Setup

Install and enable the Qwen Code Chrome extension in the profile the user wants
to use. On macOS and Linux, first use of this SDK automatically registers the
shared Native Messaging host in the user's installation directory. A browser
task opts into this local setup, which can finish before the extension connects.
The SDK checks the actual connection and protocol instead of reading Chrome's
extension preferences.

If the extension does not connect, ask the user to open Chrome and check the
extension in the intended profile. It installs from the Chrome Web Store:
https://chromewebstore.google.com/detail/qwen-code/hdhmmjclhibojdddmancfgbkleahfaph

If the store reports it is not available in the user's region, they can build
it from `packages/chrome-extension` in the Qwen Code repository (its
README) and load `dist/extension` through `chrome://extensions` (Developer mode
→ Load unpacked). After installation or enabling it, retry the connection.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add qwenlm/qwen-code/browser-use@git:20260924.a2a2e03
Exact content
mdr add qwenlm/qwen-code/browser-use@sha256:2e895d1150643ede

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_fv5olaxmodc57hm3.svg)](https://markdownregistry.com/a/art_fv5olaxmodc57hm3)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.a2a2e03 latest2026-09-24 a2a2e03 6,372 BA view · diff
git:20260923.afd72362026-09-23 afd7236 6,483 BA view · diff
git:20260920.cc9bb982026-09-20 cc9bb98 6,329 BA view · diff
git:20260918.b7543ae2026-09-18 b7543ae 5,364 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6372 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

qwenlm/qwen-code · 28,110 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_fv5olaxmodc57hm3
GET https://markdownregistry.com/api/v1/resolve?ref=qwenlm/qwen-code/browser-use
GET https://markdownregistry.com/api/v1/blob/2e895d1150643ede64bdee4233508e835a53d63a18cfbb6bb8e2bdb2f26788d0

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from qwenlm/qwen-code

agent-reproduce-align skill
qwenlm/qwen-code · .qwen/skills/agent-reproduce-align/SKILL.md · Use after a Codex or Claude Code feature has been implemented in Qwen Code to run the selected reference agent and Qwen…
git:20260602.bec97f4 · audit A · 28,110 stars
agent-reproduce-feature skill
qwenlm/qwen-code · .qwen/skills/agent-reproduce-feature/SKILL.md · Use when reproducing an existing Codex or Claude Code feature in Qwen Code or another agent CLI by choosing a reference…
git:20260602.bec97f4 · audit A · 28,110 stars
autofix skill
qwenlm/qwen-code · .qwen/skills/autofix/SKILL.md · Review and repair current local changes until they converge, or run Qwen Code Autofix issue and review workflows from…
git:20260910.67fe20a · audit A · 28,110 stars
bugfix skill
qwenlm/qwen-code · .qwen/skills/bugfix/SKILL.md · Fix a bug from a GitHub issue, following the reproduce-first
git:20260711.909f0fe · audit A · 28,110 stars
ci-flaky-patrol skill
qwenlm/qwen-code · .qwen/skills/ci-flaky-patrol/SKILL.md · Classify a bounded batch of stale PR CI failures and choose the safest response.
git:20260719.0764276 · audit A · 28,110 stars
codegraph skill
qwenlm/qwen-code · .qwen/skills/codegraph/SKILL.md · Analyze indexed codebases via graph database (neug) and vector index (zvec). Covers call graphs, dependencies, dead…
git:20260513.fd53527 · audit A · 28,110 stars
create-issue skill
qwenlm/qwen-code · .qwen/skills/create-issue/SKILL.md · Draft and submit a GitHub issue from a user idea or bug description, with bilingual body and correct labels.
git:20260611.4f1203b · audit A · 28,110 stars
deflake skill
qwenlm/qwen-code · .qwen/skills/deflake/SKILL.md · Stabilize a flaky test with a minimal, assertion-preserving fix — never by weakening or deleting the check.
git:20260719.0764276 · audit A · 28,110 stars
docs-audit-and-refresh skill
qwenlm/qwen-code · .qwen/skills/docs-audit-and-refresh/SKILL.md · Audit the repository's docs/ content against the current codebase,
git:20260609.30b52ec · audit A · 28,110 stars
docs-update-from-diff skill
qwenlm/qwen-code · .qwen/skills/docs-update-from-diff/SKILL.md · Review local code changes with git diff and update the official
git:20260609.30b52ec · audit A · 28,110 stars
e2e-testing skill
qwenlm/qwen-code · .qwen/skills/e2e-testing/SKILL.md · Guide for running end-to-end tests of the Qwen Code CLI, including headless mode, MCP server testing, and API traffic…
git:20260611.4f1203b · audit A · 28,110 stars
feat-dev skill
qwenlm/qwen-code · .qwen/skills/feat-dev/SKILL.md · End-to-end workflow for implementing a non-trivial qwen-code
git:20260711.909f0fe · audit A · 28,110 stars

Every file in qwenlm/qwen-code

Other files named browser-use

browser-use skill
jxxghp/moviepilot · skills/browser-use/SKILL.md · Use this skill when the user asks the agent to open, browse, inspect, extract content from, click through, fill forms…
v3 · audit A · 11,797 stars
browser-use skill
steipete/agent-scripts · skills/browser-use/SKILL.md · Control the user's existing signed-in Chrome: callable Codex Chrome plugin first, then OpenClaw extension-backed…
git:20260911.866c26d · audit B · 6,649 stars
browser-use skill
letta-ai/letta-code · src/skills/builtin/browser-use/SKILL.md · Control a real browser to navigate pages, click, type, fill forms, inspect rendered UI, take screenshots, or record…
git:20260903.d9a1dc2 · audit B · 3,412 stars
browser-use skill
xuzhougeng/wisp-science · skills/browser-use/SKILL.md · Use this skill to drive Wisp Browser Runtime sessions (shared daily Chrome or workspace Chrome) — open pages, read…
git:20260905.a52a762 · audit A · 1,168 stars
browser-use skill
mjunaidca/mjs-agent-skills · docs/panaversity-ri-vault/skills/browser-use/SKILL.md · Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract…
git:20251221.f6c90d7 · audit A · 28 stars
browser-use skill
joe-qai/qa-skills · browser-use/SKILL.md · Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
git:20260906.d616bee · audit A · 25 stars
browser-use skill
kripu77/software-factory · skills/browser-use/SKILL.md · Drive a real browser to QA a running app. Screenshots, clicks, forms, evidence. Use when there is no Playwright suite…
git:20260828.f7e78f2 · audit B · 7 stars
browser-use skill
pr-e/openclaw-master-skills · skills/browser-use/SKILL.md · Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs…
git:20260302.9834b38 · audit A · 3 stars

Browse by kind, by grade A, or by owner.