pw
1
总安装量
1
周安装量
#46686
全站排名
安装命令
npx skills add https://github.com/alb-o/pw-rs --skill pw
Agent 安装分布
junie
1
openclaw
1
claude-code
1
gemini-cli
1
Skill 文档
commands
pw navigate go to url.
pw page text extract text. -s selector.
pw page html extract html. -s selector.
pw click click element. -s selector.
pw fill fill input. -s selector, <val>.
pw screenshot capture. -o path.
pw page eval run js. <js>.
pw page read extract readable content.
setup
start daemon for ~5ms execution (vs ~500ms):
scripts/start-daemon.sh
pw connect browser management.
--launch: start headful.--kill: terminate session.
auth in ./playwright/auth/*.json is auto-injected.
context
last url/selector are cached between commands. disable with --no-context.