Skill Detail

Drive Chrome with stable accessibility refs for repeatable browser automation

Use PinchTab when an agent needs repeatable browser automation with stable element references, persistent profiles, and low-token page inspection. It fits tasks where a normal browser library is too noisy, brittle, or expensive in context.

Browser AutomationMulti-Framework
Browser Automation Multi-Framework Security Reviewed
Tool match: pinchtab ⬇ 1.1k/wk npm MIT license
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill drive-chrome-with-stable-accessibility-refs-for-repeatable-browser-automation Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
pinchtab, Chrome/Chromium
Install & setup
Install PinchTab via the official Homebrew tap or Go package, then use the documented CLI workflow to open pages, inspect refs, click, type, capture screenshots, or fall back to the HTTP API when needed.
Author
pinchtab
Publisher
Organization
Last updated
Apr 11, 2026
Quick brief

PinchTab is a browser automation bridge for agents, but the useful skill-shaped job is narrower than the product itself. This entry is about driving Chrome through stable accessibility refs, persistent browser instances, and low-token inspection so an agent can reliably navigate sites, fill forms, click through flows, capture screenshots, and extract structured page state without re-describing the whole DOM every turn.

How it works

What this skill actually does

Invoke this when you want an agent to work through a browser task that benefits from repeatability. Good examples are regression checks, account workflows, setup wizards, scraping a known sequence of pages, or any flow where the agent needs references like e5 and e12 to remain stable across actions. That is the practical difference between using this as a skill versus just listing PinchTab as software.

The scope boundary is clear. This is not a generic listing for a browser framework, dashboard, or orchestration server. The value is the agent playbook: inspect the page, target stable refs, act on them, and keep the workflow deterministic across multiple browser steps. If you only need to know that PinchTab exists, or you want to build your own browser stack from scratch, that belongs elsewhere.

Integration points from upstream are concrete: the tool supports a CLI, an HTTP API fallback, screenshots/PDF output, persistent profiles, and multiple instances. That makes it a strong fit for agents handling web QA, admin flows, and structured browser operations where repeatability is more important than free-form browsing.