🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@panerelay/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@panerelay/cli

Engine-neutral browser administration CLI for Panerelay.

Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
999
Maintainers
1
Weekly downloads
 
Created
Source

@panerelay/cli

Optional, engine-neutral browser administration for Panerelay.

Install it when you want a persistent panerelay command:

npm install --global @panerelay/cli
panerelay browsers
panerelay browser use edge
panerelay browser clear

For occasional use, no global installation is required:

npx --yes @panerelay/cli browsers

The CLI lists live Panerelay browser registrations and manages the saved routing default. It does not install or control an automation engine, grant site access, authorize tabs, or change control leases. Browser automation remains the responsibility of integrations such as agent-browser or browser-use.

Use @panerelay/setup for one-time installation, diagnostics, updates, and uninstall.

Setup-managed connection adapters can also expose engine-neutral mode and run operations. The examples below use a globally installed panerelay command. The Browser Use Skill instead uses the dedicated launcher path printed by @panerelay/setup --browser-use (normally ~/.panerelay/bin/panerelay-browser-use):

panerelay connection use browser-use extension
panerelay connection use browser-use direct

The CLI invokes only the exact child command after --, applies only the adapter's declared environment keys, and does not interpret browser-use automation. One-run mode selection does not persist. Extension-mode browser-use uses a user-scoped concurrency lane; sequential processes share the upstream daemon state, while overlapping runs wait briefly or fail explicitly as busy.

FAQs

Package last updated on 03 Aug 2026

Did you know?

Socket

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.

Install

Related posts