Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use this skill when a task needs browser automation through PinchTab: open a website, inspect interactive elements, click through flows, fill out forms, scrape page text, log into sites with a persistent profile, export screenshots or PDFs, manage multiple browser instances, or fall back to the HTTP API when the CLI is unavailable. Prefer this skill for token-efficient browser work driven by stable accessibility refs such as `e5` and `e12`.
PinchTab gives agents a browser they can drive through stable accessibility refs, low-token text extraction, and persistent profiles or instances. Treat it as a CLI-first browser skill; use the HTTP API only when the CLI is unavailable or you need profile-management routes that do not exist in the CLI yet.
Preferred tool surface:
pinchtab CLI commands first.curl for profile-management routes or non-shell/API fallback flows.jq only when you need structured parsing from JSON responses.Every PinchTab automation follows this pattern:
pinchtab nav <url> or pinchtab instance navigate <instance-id> <url>.pinchtab snap -i -c, pinchtab snap --text, or pinchtab text, then collect the current refs such as e5.click, fill, type, press, select, hover, or scroll.Rules:
npx skills add pinchtab/pinchtab --skill pinchtabHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.