
Description
Control browser pages using the Playwright MCP server. Use when the user asks to open, inspect, navigate, click, type, test, or automate websites, localhost web apps, browser tabs, forms, and web UI.
SKILL.md
Browser Use
Use the MCP tools from the playwright MCP server for browser-specific tasks.
Prefer this skill over computer-use when the target is a website, browser tab, localhost web app, web form, DOM element, link, button, input, page content, or browser navigation flow.
Do not use shell commands to start another browser automation server, and do not edit Qwen settings as a fallback.
If the Playwright MCP tools are not available in the current tool list, stop and tell the user to restart Qwen Code or reconnect the playwright MCP server.
Operating Loop
- Navigate or attach to the requested browser page using the available Playwright MCP tool.
- Observe the page with the Playwright accessibility snapshot before acting.
- Prefer semantic element interactions over coordinate clicks.
- After every meaningful action, verify the resulting page state.
- Use screenshots only when visual verification is needed.
Routing
- Use
browser-usefor browser pages and web apps. - Use
computer-usefor native desktop apps, operating system UI, app switching, dialogs outside the browser page, or anything that cannot be represented through the browser DOM/accessibility tree. - If a browser task needs an OS-level action, use
computer-useonly for that OS-level step, then return to Playwright tools.
Safety
Ask for confirmation before destructive, privacy-sensitive, or externally visible actions, including deleting data, sending messages, submitting forms, making purchases, changing security settings, or entering credentials.
More skills from the qwen-code-examples repository
View all 10 skillsauto-pr
automate pull request submission and review
Jul 16AutomationCode ReviewDocumentationGitHub +1codegraph-qa
analyze codebases using CodeScope
Jul 16Code AnalysisJavaJavaScriptPython +1computer-use
control local desktop applications
Jul 16AutomationDesktopMCPcomputer-use-hybrid
control desktop apps with hybrid context
Jul 16AccessibilityAutomationDesktopMCPdashboard-builder
build full-stack dashboard applications
Jul 16DashboardsData VisualizationExpressFrontend +4image-generation
generate images from text descriptions
Jul 16CreativeGenerative ArtImage Generation
More from Qwen
View publisherbatch
execute parallel batch operations on files
qwen-code
Jul 20AutomationConcurrencycua-driver-rs
drive native GUI applications via MCP
qwen-code
Jul 16AccessibilityBrowser AutomationDesktopMCPdataviz
design and validate data visualizations
qwen-code
Jul 16ChartsDashboardsData Visualizationextension-creator
create Qwen Code extensions
qwen-code
Jul 16CodingDocumentationPlugin Developmentloop
run scheduled or self-paced prompt loops
qwen-code
Jul 16AutomationProductivitySchedulingnew-app
build new applications from scratch
qwen-code
Jul 16EngineeringPrototypingWeb Development