atlas

Control ChatGPT Atlas tabs, bookmarks, and history from the macOS terminal.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kstawiski/claude-skills --skill atlas-kstawiski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlas
Source: https://github.com/kstawiski/claude-skills/tree/main/atlas
Command: npx skills add https://github.com/kstawiski/claude-skills --skill atlas-kstawiski

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables you to control the ChatGPT Atlas application from the terminal on macOS.

Core Features & Use Cases

  • List, focus, open, close, and reload Atlas tabs from the command line.
  • Query bookmarks and history, and inspect Atlas profile data locally.
  • Use-case: When you need to automate routine Atlas navigation or data checks without GUI interaction.

Quick Start

Install and run the atlas CLI, then list tabs with: atlas app-name; atlas tabs; atlas open-tab https://example.com/

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 from the macOS terminal?

You can control ChatGPT Atlas tabs from the macOS terminal by running Python scripts that use AppleScript to list, focus, open, close, and reload tabs without needing GUI interaction.

Can I query Atlas bookmarks and history locally from the command line?

Yes, you can query bookmarks and history locally from the command line by executing Python scripts that inspect Atlas profile data across different profiles directly in the terminal.

Do I need the Atlas macOS app installed to use command line automation?

Yes, you need the Atlas macOS app installed because the CLI relies on AppleScript via osascript to communicate with the application and execute its tab and profile automation operations.

What is the best way to automate routine Atlas navigation without using the GUI?

The best way to automate routine Atlas navigation without the GUI is using the atlas CLI to run Python scripts that handle tab management and data checks directly from the terminal.

Does this CLI tool work with operating systems other than macOS?

No, this CLI tool does not work with other operating systems because it relies on AppleScript via osascript, which is a proprietary automation framework built exclusively into macOS.

How do I open a new tab in Atlas from the terminal?

To open a new tab in Atlas from the terminal, you run the atlas CLI with the open-tab command followed by the target URL, which triggers the underlying Python scripts to automate it.