원클릭으로
chatgpt-threads
Inspect, list, summarize, or export logged-in ChatGPT.com threads through the local Chrome Bridge.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Inspect, list, summarize, or export logged-in ChatGPT.com threads through the local Chrome Bridge.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Triage this Framework Desktop's Hyprland, CachyOS, SDDM login, Ghostty/Chrome focus, workspace routing, Bluetooth, AirPods, PipeWire, media controls, and local desktop service incidents with live-state checks before changing config.
Triage this Framework Desktop's Hyprland, CachyOS, SDDM login, Ghostty/Chrome focus, workspace routing, Bluetooth, AirPods, PipeWire, media controls, and local desktop service incidents with live-state checks before changing config.
Create GitHub pull requests from the current checkout, including combined commit-and-PR requests. Use when Claude needs to inspect the change, use `draft-commit-message` as the source of truth for the commit message and PR title/body, then push and create a draft or ready PR without a separate wording approval when the user already requested PR creation.
Inspect, instrument, and control Linux Google Chrome through the local Codex Chrome Extension native messaging bridge. Use when Codex needs Chrome tabs, history, navigation, Chrome DevTools Protocol commands, native host manifest/socket troubleshooting, or a Linux browser-control path instead of Chrome DevTools MCP.
Create GitHub pull requests from the current checkout, including combined commit-and-PR requests. Use when Codex needs to inspect the change, use `draft-commit-message` as the source of truth for the commit message and PR title/body, then push and create a draft or ready PR without a separate wording approval when the user already requested PR creation.
Use the local linux-computer-use CLI or MCP server to inspect and safely interact with running Wayland/Hyprland desktop apps through Sky-compatible computer-use tools, grim screenshots, AT-SPI, wtype, ydotool, approvals, and dry-run raw input.
| name | chatgpt-threads |
| description | Inspect, list, summarize, or export logged-in ChatGPT.com threads through the local Chrome Bridge. |
Use this skill when the user asks to inspect, list, summarize, or export their ChatGPT.com threads through their logged-in Chrome profile.
codex-linux-extension-host as the access path.Resolve the plugin root as the directory two levels above this SKILL.md. The helper is:
python3 <plugin-root>/scripts/chatgpt_threads.py
Primary commands:
python3 <plugin-root>/scripts/chatgpt_threads.py doctor
python3 <plugin-root>/scripts/chatgpt_threads.py list-tabs
python3 <plugin-root>/scripts/chatgpt_threads.py list-history --from 2026-06-20T00:00:00+02:00 --to 2026-07-05T00:00:00+02:00
python3 <plugin-root>/scripts/chatgpt_threads.py list-sidebar --tab-id TAB_ID
python3 <plugin-root>/scripts/chatgpt_threads.py current-thread --tab-id TAB_ID --format json
python3 <plugin-root>/scripts/chatgpt_threads.py get-thread THREAD_ID_OR_URL --tab-id TAB_ID --format json
Use --format summary for human-readable output and --format json for programmatic use. JSON output for thread commands includes message text from the rendered ChatGPT page.
list-tabs first when more than one Chrome profile or ChatGPT account may be open.--tab-id to select the intended visible ChatGPT tab before list-sidebar, current-thread, or get-thread.--tab-match TEXT only when the text uniquely matches the desired tab id, title, or URL.--socket-path PATH when targeting a non-default Chrome Bridge socket/backend. This scopes doctor, list-tabs, list-history, and tab inspection commands to that Bridge instance.list-tabs --inspect may add a visible ChatGPT account label when the current page exposes one in the UI. It still does not read cookies, local storage, session storage, or bootstrap/session objects.doctor sees no ChatGPT tabs, open https://chatgpt.com/ in that profile first.list-history reads Chrome history entries for chatgpt.com from the selected Bridge backend and deduplicates ChatGPT /c/<thread-id> URLs.list-sidebar and current-thread inspect the selected rendered ChatGPT tab.get-thread navigates the selected ChatGPT tab to the requested thread, waits briefly, and extracts messages from DOM elements with data-message-author-role and data-message-id.