pinchtab
Installation
SKILL.md
Browser Automation with PinchTab
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:
- Use
pinchtabCLI commands first. - Use
curlfor profile-management routes or non-shell/API fallback flows. - Use
jqonly when you need structured parsing from JSON responses.
Agent Identity And Attribution
When multiple agents share one PinchTab server, always give each agent a stable ID.
- CLI flows: prefer
pinchtab --agent-id <agent-id> ... - long-running shells: set
PINCHTAB_AGENT_ID=<agent-id> - raw HTTP flows: send
X-Agent-Id: <agent-id>on requests that should be attributed to that agent
That identity is recorded as agentId in activity events and powers: