@getpipher/browser
Browser automation skill for pi — drive your real Chrome via the browser-use CDP CLI (navigate, screenshot, coordinate-click, extract, tabs). Penetrates closed shadow-DOM & cross-origin iframes via compositor-level coordinate clicks where js selectors fai
Package details
Install @getpipher/browser from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@getpipher/browser- Package
@getpipher/browser- Version
0.1.1- Published
- Jul 7, 2026
- Downloads
- not available
- Author
- rz1989
- License
- MIT
- Types
- skill
- Size
- 9.9 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@getpipher/browser
Browser automation skill for pi — drive your real Chrome via the browser-use CDP CLI: navigate, screenshot, coordinate-click, extract text/forms, manage tabs. Penetrates closed shadow-DOM and cross-origin iframes via compositor-level coordinate clicks where js selectors fail.
Skill
| Skill | Purpose |
|---|---|
browser |
Drive a real browser via the browser-use CDP CLI — navigate, screenshot, coordinate-click, extract, tabs |
Install
pi install npm:@getpipher/browser
Requires:
- pi
- the
browser-useCLI:uv tool install browser-use - Chrome remote-debugging enabled: open
chrome://inspect/#remote-debuggingand tick "Allow remote debugging for this browser instance"
License
MIT