atlas

Control ChatGPT Atlas app tabs and read local browser data from macOS terminal.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/cdrguru/portable-agent-kit --skill atlas-cdrguru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlas
Source: https://github.com/cdrguru/portable-agent-kit/tree/main/.codex/skills/atlas
Command: npx skills add https://github.com/cdrguru/portable-agent-kit --skill atlas-cdrguru

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates controlling the ChatGPT Atlas app on macOS from the terminal and reading local browser data.

Core Features & Use Cases

  • List and inspect Atlas tabs across windows.
  • Open, focus, or close Atlas tabs via CLI commands.
  • Query and display bookmarks and browsing history from the Atlas profile.
  • Read Local State, History, and Bookmarks data to inform automation tasks.

Quick Start

Install the Atlas CLI and run the provided commands to inspect Atlas data on macOS.

Frequently Asked Questions about atlas

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

FAQPage Schema
How do I automate controlling the Atlas app from the macOS terminal?

You can automate controlling the Atlas app from the macOS terminal by using the bundled Python scripts and AppleScript bridge to list, focus, open, and close Atlas tabs directly from the command line.

Can I read browsing history and bookmarks from the Atlas profile on macOS?

Yes, you can read browsing history and bookmarks from the Atlas profile on macOS by querying local browser data through the provided CLI commands to extract Local State, History, and Bookmarks information for automation workflows.

What macOS permissions are required to script Atlas tab management?

To script Atlas tab management, you need the Atlas application installed on macOS with appropriate macOS Automation permissions granted to allow the AppleScript bridge to execute tab control actions.

Does the Atlas CLI support listing tabs across multiple browser windows?

Yes, the Atlas CLI supports listing and inspecting Atlas tabs across multiple windows, allowing you to view all open tabs and manage them through terminal commands with clear error handling.

What's the best way to integrate local browser data into macOS automation workflows?

The best way to integrate local browser data into macOS automation workflows is to use the Atlas CLI to read Local State, History, and Bookmarks data, passing this information directly to your automated scripts.

Why does the Atlas CLI fail to execute AppleScript commands on macOS?

The Atlas CLI fails to execute AppleScript commands on macOS when the required macOS Automation permissions are not granted to the terminal or application, preventing the bridge from controlling Atlas tabs and reading browser data.