PinchTab Browser Ops
by @wiszhou
Browser 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,...
clawhub install pinchtab-browser-opsð About This Skill
name: pinchtab-browser-ops description: Browser 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.
PinchTab Browser Ops
Use PinchTab as the default browser-control path.
Workflow
1. Start and verify PinchTab
2. Navigate and snapshot page structure
3. Operate elements by refs (click/fill/press) from fresh snapshots
4. Verify outcome with text, URL, and key UI markers
1) Instance lifecycle policy (mandatory)
Always 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
2) Navigate and map page
Open the target page:
pinchtab nav
or
pinchtab nav --new-tab
Get actionable structure (preferred):
pinchtab snap -i -c
Use pinchtab find " if the page is large, then confirm with a fresh snap before action.
3) Operate safely by refs
Prefer deterministic commands:
pinchtab click
pinchtab fill "..."
pinchtab press Enter
Rules:
1-2s) between critical actions on dynamic pages.snap; then ask for human intervention.4) Verify and finish
Always validate completion using:
pinchtab text
pinchtab tab list
Check at least one concrete success signal (for example: âè皿箱(1)â, âä¿åæåâ, changed URL, expected title).
Login/CAPTCHA policy
Fallback policy
If strict nav/snap/find/click/fill/press/text cannot progress:
1. Recheck page state and auth state.
2. Ask user for one manual step (focused unblock only).
3. Use eval only when explicitly approved and only for short-lived unblock; revert to normal flow immediately.
Resource map
references/xiaohongshu-longform.md