mofa-pinchtab

Automate PinchTab browsing sessions for batch text extraction across multiple URLs.

11|12|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/mofa-org/mofa-skills --skill mofa-pinchtab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mofa-pinchtab
Source: https://github.com/mofa-org/mofa-skills/tree/main/_unpublished/mofa-pinchtab
Command: npx skills add https://github.com/mofa-org/mofa-skills --skill mofa-pinchtab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PinchTab-based browsing control and text extraction automates repetitive scraping and data collection tasks, dramatically reducing manual effort across multi-page workflows.

Core Features & Use Cases

  • Multi-instance sessions: Run several browser sessions in parallel to extract content from many URLs concurrently.
  • Page navigation & interaction: Navigate, snap structures, and interact with elements to reach target data.
  • Text extraction & data export: Efficiently pull plain text from pages and save structured results for analysis.
  • Use Case: Batch extract article text from dozens of pages or automate form submissions and result checks across multiple sites.

Quick Start

Start a PinchTab session, navigate to a target URL, and run text extraction to retrieve content.

Frequently Asked Questions about mofa-pinchtab

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

FAQPage Schema
How do I extract text from multiple web pages in parallel?

Parallel text extraction from multiple web pages is achieved by running multi-instance browser sessions concurrently. This allows you to navigate and pull content from many URLs simultaneously for batch data collection.

Can I automate web scraping and multi-page navigation without manual intervention?

Yes, web scraping and multi-page navigation can be fully automated to streamline repetitive data collection. The system navigates pages, interacts with elements, and extracts plain text automatically across target URLs.

Does parallel web automation support CLI and HTTP API integration?

Parallel web automation fully supports both CLI and HTTP API integration for orchestrating multi-session browsing. You can trigger text extraction and control browser sessions directly through your scripts or API requests.

What environment variables are needed to configure browser control for web scraping?

Browser control for web scraping requires configuring PINCHTAB_API_URL and PINCHTAB_CHROME_PATH environment variables. These settings define the API endpoint and local Chrome executable path to orchestrate multi-session automation.

How do I save structured output after batch extracting text from web pages?

After batch extracting text from web pages, structured output is saved automatically for downstream analysis. The extracted plain text is organized into structured formats ready for export and data processing.

What's the best way to orchestrate multi-session web automation for batch URL processing?

The best way to orchestrate multi-session web automation for batch URLs is using environment-driven configuration. This approach coordinates parallel browser sessions to interact with elements and extract text concurrently across many pages.