Install
openclaw skills install pinchtab-browser-opsBrowser automation via PinchTab CLI (nav/snap/find/click/fill/press/text) with low-token accessibility-tree flow. Use when the user asks to operate websites, fill forms, publish content (for example 小红书), collect page text, or run repeatable browser workflows and wants PinchTab instead of screenshot-driven control.
openclaw skills install pinchtab-browser-opsUse PinchTab as the default browser-control path.
click/fill/press) from fresh snapshotstext, URL, and key UI markersAlways reuse existing running instance first.
Rules:
Check state first:
pinchtab health
pinchtab instances
pinchtab tab list
Only if unavailable, start service/instance:
pinchtab server
# then launch an instance only when needed
Open the target page:
pinchtab nav <url>
# or
pinchtab nav <url> --new-tab
Get actionable structure (preferred):
pinchtab snap -i -c
Use pinchtab find "<label>" if the page is large, then confirm with a fresh snap before action.
Prefer deterministic commands:
pinchtab click <ref>
pinchtab fill <ref> "..."
pinchtab press <ref> Enter
Rules:
1-2s) between critical actions on dynamic pages.snap; then ask for human intervention.Always validate completion using:
pinchtab text
pinchtab tab list
Check at least one concrete success signal (for example: “草稿箱(1)”, “保存成功”, changed URL, expected title).
If strict nav/snap/find/click/fill/press/text cannot progress:
eval only when explicitly approved and only for short-lived unblock; revert to normal flow immediately.references/xiaohongshu-longform.md