chatgpt-search

Extract ChatGPT conversation text, hydration JSON, and SSE streams via Chrome CDP.

114|31|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/SeifBenayed/cloclo --skill chatgpt-search-seifbenayed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chatgpt-search
Source: https://github.com/SeifBenayed/cloclo/tree/main/.claude/skills/chatgpt-search
Command: npx skills add https://github.com/SeifBenayed/cloclo --skill chatgpt-search-seifbenayed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually copying ChatGPT responses and missing the underlying structured data (such as UI hydration JSON, SSE streams, and backend API calls) that powers the ChatGPT interface is tedious and error-prone for developers and analysts who need full context for integration, auditing, or debugging.

Core Features & Use Cases

  • Full Conversation Extraction: Pulls complete user and assistant message text from active ChatGPT conversations.
  • Structured Runtime Data Capture: Retrieves UI hydration JSON, intercepted server-sent event (SSE) streams, and backend API call details for deep analysis.
  • Use Case: If you are building a multi-agent system that integrates with ChatGPT or need to audit how ChatGPT renders and streams responses, use this skill to capture all relevant data automatically without manual copying.

Quick Start

Use the chatgpt-search skill to run a query for "best practices for React server components" and get the full response plus all associated hydration and network data saved to /tmp.

Frequently Asked Questions about chatgpt-search

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

FAQPage Schema
How do I extract full ChatGPT responses and UI hydration JSON?

To extract full ChatGPT responses and UI hydration JSON, use an automated Chrome CDP interaction skill that captures complete message text, hydration data, and intercepted network streams for developer auditing workflows.

What is the best way to intercept SSE streams from ChatGPT?

Intercepting SSE streams from ChatGPT involves using browser automation with Chrome DevTools Protocol to capture server-sent events, backend API calls, and UI hydration JSON automatically without manual copying.

Can I use Chrome CDP to capture ChatGPT runtime data for multi-agent debugging?

Yes, you can use Chrome CDP to capture ChatGPT runtime data for multi-agent debugging. This approach retrieves structured conversation text and intercepted fetch or SSE streams to provide full integration context.

How do I audit ChatGPT network calls and backend API details?

You can audit ChatGPT network calls and backend API details by applying automated browser automation to intercept fetch and SSE streams, capturing all runtime data and saving it to a structured output directory.

Does browser automation work for reverse engineering ChatGPT UI rendering?

Browser automation works for reverse engineering ChatGPT UI rendering by retrieving the UI hydration JSON and intercepted network streams, allowing analysts to audit how the interface renders and streams responses.

What are the limitations of manual copying for ChatGPT conversation extraction?

Manual copying for ChatGPT conversation extraction is tedious and error-prone because it misses underlying structured data such as UI hydration JSON, SSE streams, and backend API calls required for full integration context.