Unbrowse Browser
Use this skill when website work should stay on the Unbrowse path instead of the legacy pixel browser.
Decision rule:
- Use
unbrowsefor website retrieval, extraction, authenticated reads, API discovery, and repeatable site actions. - Use
browseronly for visual QA, drag/drop, canvas-heavy flows, uploads/downloads, or when Unbrowse reports no usable API path.
Default call shape:
{
"action": "resolve",
"intent": "describe the website task in plain English",
"url": "https://target-site.example"
}
Useful actions:
resolve: discover and run the best API-backed path for a task on a URLsearch: search the shared Unbrowse marketplace for an existing skillexecute: run a knownskillIdandendpointIdlogin: bootstrap a manual login for later authenticated readsskills: inspect available marketplace skillsskill: inspect one marketplace skillhealth: verify the local Unbrowse runtime
Execution notes:
- Keep
intentconcrete and outcome-based. - Prefer structured API results over screenshots or selector work.
- Use
dryRunbefore unsafe mutations. - Use
confirmUnsafeonly with explicit user consent. - If Unbrowse returns structured data, stay on the Unbrowse path instead of switching to legacy UI automation.
Scan to join WeChat group