atlas

Control the ChatGPT Atlas macOS app to manage tabs, bookmarks, and history.

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill atlas-lidge-jun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlas
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/atlas
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill atlas-lidge-jun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to programmatically control the ChatGPT Atlas desktop application on macOS, managing tabs, bookmarks, and browsing history.

Core Features & Use Cases

  • Tab Management: List, focus, open, reload, and close tabs within Atlas.
  • Bookmark & History Access: Browse and search bookmarks and browsing history stored by Atlas.
  • Use Case: A user might want to quickly open a specific set of research tabs in Atlas for a project, or search their recent history for a particular website.

Quick Start

Use the atlas skill to list all open tabs in the ChatGPT Atlas application.

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 browser tabs on macOS programmatically?

Browser tab control for ChatGPT Atlas on macOS is achieved by running the atlas_cli.py script. This enables you to list, focus, open, reload, and close tabs programmatically within the desktop application.

Can I search Atlas bookmarks and browsing history locally?

Searching Atlas bookmarks and browsing history locally is supported through this Skill. It retrieves data directly from local Atlas data stores to facilitate automated browsing workflows and data retrieval.

Do I need AppleScript permissions to automate ChatGPT Atlas workflows?

AppleScript permissions are required to automate ChatGPT Atlas workflows on macOS. You must explicitly grant these permissions alongside the atlas_cli.py script for the Skill to control the application.

What's the best way to manage multiple research tabs in ChatGPT Atlas?

Managing multiple research tabs in ChatGPT Atlas is handled by the Skill's tab management features. You can quickly open a specific set of tabs, focus existing ones, or reload and close them for your project.

Does macOS browser automation for ChatGPT Atlas work without additional dependencies?

macOS browser automation for ChatGPT Atlas requires the atlas_cli.py script as a core component. It operates locally without external package dependencies but strictly requires user-granted AppleScript permissions.