
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
@getfoundry/unbrowse-openclaw
Advanced tools
OpenClaw plugin that makes Unbrowse the preferred tool for website tasks.
OpenClaw plugin that makes Unbrowse the preferred tool for website tasks.
It adds:
unbrowsefallback and strict routingUse it when you want agents to hit APIs and structured data paths before reaching for pixel browser automation.
Intended npm package:
@getfoundry/unbrowse-openclaw
Until that scope is published, install from a local checkout:
git clone https://github.com/lekt9/unbrowse-openclaw.git
cd unbrowse-openclaw
npm install
openclaw plugins install .
openclaw gateway restart
Verify:
openclaw plugins info unbrowse-browser
openclaw unbrowse-plugin health
If you use plugin allowlists, trust it explicitly:
{
plugins: {
allow: ["unbrowse-browser"]
}
}
Tool name:
unbrowseTypical call:
{
"action": "resolve",
"intent": "get pricing page API data",
"url": "https://example.com"
}
Supported actions:
resolvesearchexecuteloginskillsskillhealthOpenClaw does not expose a true browser plugin slot, so this plugin does not replace the built-in browser tool by name.
What it does instead:
unbrowse toolbrowser in tool policy when you want strict routingPrefer Unbrowse first, but still allow core browser when the task really needs UI automation.
Force normal web tasks onto Unbrowse by denying core browser.
Strict mode is the closest thing to “make Unbrowse the default browser” in current OpenClaw.
If you use tool allowlists, include one of:
unbrowse-browserunbrowsegroup:pluginsExample:
{
tools: {
allow: ["group:plugins", "unbrowse-browser", "unbrowse"]
}
}
Load directly from source with plugins.load.paths:
{
plugins: {
allow: ["unbrowse-browser"],
load: { paths: ["/absolute/path/to/unbrowse-openclaw"] },
entries: {
"unbrowse-browser": {
enabled: true,
config: {
routingMode: "fallback",
preferInBootstrap: true,
allowBrowserFallback: true,
timeoutMs: 120000
}
}
}
}
}
openclaw unbrowse-plugin health
openclaw unbrowse-plugin print-bootstrap
openclaw unbrowse-plugin print-config strict
openclaw unbrowse-plugin print-config fallback
npm test
npm run typecheck
FAQs
OpenClaw plugin that makes Unbrowse the preferred tool for website tasks.
The npm package @getfoundry/unbrowse-openclaw receives a total of 90 weekly downloads. As such, @getfoundry/unbrowse-openclaw popularity was classified as not popular.
We found that @getfoundry/unbrowse-openclaw demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.