What problem does it solve?
It helps you control Chrome or Chromium-based browsers to open, navigate, and manage tabs automatically from macOS using JXA (JavaScript for Automation) and AppleScript dictionary discovery.
Core Features & Use Cases
- Tab and window automation: Create tabs with URLs, read tab/window properties, and close tabs by URL patterns.
- In-page interaction via DOM automation: Use execute() to run JavaScript for actions like clicking buttons and setting form values.
- Reliable data extraction with tunneling: Extract page data using clipboard or localStorage patterns when execute() cannot return results directly.
- Cross-browser dictionary guidance: Map common Chromium variants (Brave, Edge, Arc, Vivaldi, Chromium) by bundle/app names and verify dictionary availability in Script Editor.
- Use Case: When you need to automatically collect titles or URLs from multiple pages and then clean up unwanted tabs, this Skill provides the workflow and recipes.
Quick Start
Ask the AI to automate Chrome to open a set of URLs, extract each page title using tunneling (localStorage or clipboard), and then close the tabs that match a provided pattern.