@hyperprior/pi-browser
v0.1.0
Published
Lightweight browser helper tools
Maintainers
Readme
@hyperprior/pi-browser
Lightweight page fetch + extraction helper (hyperpi_browser).
Installation
pi install npm:@hyperprior/pi-browserFeatures
open/navigate: fetch a URL and cache extracted page datasnapshot: render a concise page summary from the cached resultextract: return extracted readable text contentlinks: list links from the active pageclose: clear active session cache
Parameters
action:open|navigate|snapshot|extract|links|closeurl: target URL (required foropen/navigate, optional if session exists)timeout: request timeout in msinclude_meta: include metadata inopen/snapshotresponsesinclude_text: include extracted text insnapshotmax_links: max links forlinks
Notes
This is a minimal browser-style plugin built for deterministic command-line workflows and does not launch a headful browser process.
All packages in this monorepo are namespaced under @hyperprior and built to be loaded as individual pi packages.
