atlas

Automate terminal control of ChatGPT Atlas tabs, bookmarks, and history on macOS.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates terminal-based control of the ChatGPT Atlas app to manage tabs, bookmarks, and history.

Core Features & Use Cases

  • List open Atlas tabs and fetch their window IDs and indices.
  • Focus, open, close, and reload tabs programmatically.
  • Retrieve and inspect bookmarks and browsing history from Atlas data.
  • Use on macOS where the Atlas app is installed to streamline browser-task workflows.

Quick Start

Install Atlas CLI tools by configuring CODEX_HOME and ATLAS_CLI paths, then run the Atlas commands to inspect or manipulate tabs.

Frequently Asked Questions about atlas

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

FAQPage Schema
How do I automate ChatGPT Atlas tab management from the macOS terminal?

You can automate Atlas tab management from the macOS terminal by using AppleScript integration to list, focus, open, close, and reload tabs programmatically without manual interaction.

Can I retrieve ChatGPT Atlas bookmarks and browsing history without exporting data?

Yes, you can retrieve Atlas bookmarks and browsing history directly by running provided Python scripts that read the local Atlas profile data paths, bypassing the need to manually export user data.

Does the Atlas terminal automation tool work on operating systems other than macOS?

No, Atlas terminal automation requires macOS because it relies on AppleScript integration to control the Atlas app interface and execute terminal commands for tab and window manipulation.

What is the best way to programmatically focus or close specific Atlas tabs?

The best way to programmatically focus or close specific Atlas tabs is by fetching their window IDs and indices via terminal commands, then passing those identifiers to the AppleScript automation scripts.

Do I need to install additional dependencies to read Atlas history and bookmarks locally?

No additional dependencies are required to read Atlas history and bookmarks locally; the skill utilizes built-in Python scripts alongside existing Atlas Local State and profile data paths on your macOS system.

Why isn't my Atlas terminal automation script finding my open tabs?

Atlas terminal automation scripts may fail to find open tabs if the CODEX_HOME and ATLAS_CLI paths are not properly configured in your environment, preventing the Python scripts from accessing local profile data.