browser-automation

Automate headless Chrome browser interactions through Pinchtab's REST API.

58|6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/shantanugoel/oxydra --skill browser-automation-shantanugoel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-automation
Source: https://github.com/shantanugoel/oxydra/tree/main/config/skills/BrowserAutomation
Command: npx skills add https://github.com/shantanugoel/oxydra --skill browser-automation-shantanugoel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automate headless Chrome browser interactions via Pinchtab's REST API, enabling repeatable web tasks without manual clicking.

Core Features & Use Cases

  • Headless browser control via Pinchtab REST API to run automated tests, form submissions, data extraction, and screenshots.
  • Multi-tab isolation and task orchestration across sessions.
  • Snapshot and content extraction with token-efficient reads to support validation and auditing.

Quick Start

Navigate to a URL and perform a simple click using the browser tool.

Frequently Asked Questions about browser-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate headless browser tasks via REST API?

Automate headless browser tasks by controlling a headless Chrome instance through Pinchtab's REST API. This enables repeatable web navigation, element interaction, data extraction, and screenshots without manual clicking.

Can I run web automation across multiple isolated tabs?

Yes, web automation supports multi-tab isolation and task orchestration across sessions. It enforces tab locking, timeouts, and safety checks to manage batch actions securely in an isolated environment.

How do I extract web page content and take screenshots in headless Chrome?

Extract web page content and take screenshots by navigating to a URL with the browser tool. The system performs snapshot and content extraction with token-efficient reads to support validation and auditing.

What is the best way to automate form submissions and automated tests in a headless browser?

Automate form submissions and automated tests by sending navigation and interaction commands through Pinchtab's REST API. This approach fits workflows requiring repeatable actions in a secure, isolated headless Chrome environment.

Why does my browser automation task require shell_exec capability?

Browser automation requires shell_exec capability to execute the underlying commands that communicate with Pinchtab's REST API. Without it, the system cannot control the headless Chrome instance or enforce safety checks.