atlas

Control ChatGPT Atlas from the terminal via AppleScript to manage tabs, bookmarks, and history.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/bzellman/earp-kit --skill atlas-bzellman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlas
Source: https://github.com/bzellman/earp-kit/tree/main/skills/system/atlas
Command: npx skills add https://github.com/bzellman/earp-kit --skill atlas-bzellman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

macOS users who want to automate Atlas tasks can control Atlas via AppleScript from the terminal, enabling tab management, bookmarks, and history retrieval without manual GUI interaction.

Core Features & Use Cases

  • AppleScript-driven control of Atlas to list and focus tabs, open new tabs, and manage windows.
  • Bookmark and history access for an Atlas profile, including listing and searching.
  • Automation-friendly operation with built-in checks for Atlas installation and permission prompts.

Quick Start

Run atlas_cli.py to list tabs, focus a tab, open a new tab, and inspect bookmarks and history in Atlas.

Frequently Asked Questions about atlas

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

FAQPage Schema
How do I control ChatGPT Atlas tabs and history from the terminal?

You can control ChatGPT Atlas from the terminal using AppleScript commands to list, focus, and open tabs, or retrieve bookmarks and history without manual GUI interaction.

Can I use AppleScript to automate browser tab management in macOS?

Yes, AppleScript can automate browser tab management in macOS by executing CLI commands to list, focus, open, and reload tabs within the Atlas application.

Do I need the Atlas app installed to manage bookmarks via the command line?

Yes, you need the Atlas app installed and accessible via AppleScript on macOS, as the CLI validates Atlas app presence and tab-capability before executing bookmark or history commands.

How do I handle automation permissions when running AppleScript commands on macOS?

The CLI handles automation permissions prompts gracefully, validating Atlas app presence and tab-capability before execution to ensure AppleScript commands run without manual permission interruptions.

What are the limitations of using AppleScript for browser history retrieval on macOS?

AppleScript-based browser history retrieval is limited to macOS environments where the Atlas app is installed, relying on AppleScript automation permissions and tab-capability validation before execution.