What problem does it solve?
Measuring how efficiently an AI agent can drive a browser through PinchTab requires a repeatable, instrumented benchmark; this Skill runs a standardized 108-step optimization loop and a fresh-install setup validation so doc quality and agent performance are quantified instead of guessed.
Core Features & Use Cases
- Optimization benchmark: Spawns 3 parallel blind subagents on the runner's HIGH model inside Docker to execute 108 browser automation steps across 47 groups, then merges reports and compares ops-per-step against a stored baseline.
- Setup validation: Runs a single subagent on the runner's LOW model against a clean-slate environment to verify an agent can go from zero to working using only the skill docs (OOTB doc-quality gate).
- Multi-provider matrix: Supports chrome, cloak, and ghost-chrome providers individually or sequentially via the
all argument.
- Use Case: After editing the PinchTab skill documentation, run
/pinchtab-opt setup all to confirm a weak model can still complete the 11-step fresh-install flow on every provider.
Quick Start
Ask the agent to run the PinchTab optimization loop against the chrome provider, or run the setup test with the setup keyword followed by a provider name.