chatgpt-deep-research
Operates ChatGPT Deep Research UI.
Install
mkdir -p .claude/skills/chatgpt-deep-research && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13567" && unzip -o skill.zip -d .claude/skills/chatgpt-deep-research && rm skill.zipInstalls to .claude/skills/chatgpt-deep-research
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill when you need to launch, continue, or inspect a ChatGPT Deep Research run in the browser, including prompt entry, plan start, notification checks, and result extraction.Key capabilities
- →Start a new ChatGPT Deep Research query in the browser.
- →Continue a partially prepared Deep Research run and press Start.
- →Confirm whether ChatGPT notifications will fire for a long-running research job.
- →Extract the completed report text or key findings from a Deep Research result.
- →Check whether ChatGPT exposes an alert, watch, or follow-up mechanism for a research topic.
How it works
This skill opens ChatGPT, handles login if needed, navigates to Deep Research, enters the prompt, and manages the research run.
Inputs & outputs
When to use chatgpt-deep-research
- →Starting a deep research query
- →Extracting findings from ChatGPT
- →Monitoring research job progress
About this skill
ChatGPT Deep Research
Use this skill when the task is any of the following:
- start a new ChatGPT Deep Research query in the browser
- continue a partially prepared Deep Research run and press
Start - confirm whether ChatGPT notifications will fire for a long-running research job
- extract the completed report text or key findings from a Deep Research result
- check whether ChatGPT exposes an alert, watch, or follow-up mechanism for a research topic
Do not use this skill for general web research outside ChatGPT. This workflow is specifically for operating ChatGPT's own Deep Research UI.
Workflow
- Open
https://chatgpt.com/and confirm whether the user is already logged in. - If not logged in, navigate to the login flow and stop at the point where user authentication is required.
- Open
Deep researcheither from the sidebar or viahttps://chatgpt.com/deep-research. - Enter the user's prompt in the main Deep Research textbox.
- If ChatGPT shows a plan review step, inspect it briefly and press
Start. - For long-running jobs, check
Settings > Notifications > Responsesand confirm whetherPushis enabled. - When the job completes, capture:
- completion state
- elapsed time
- citation count if shown
- key findings or the relevant extracted text
- If the user asks whether alerts exist, inspect:
- conversation options
- Deep Research page controls
Settings > Notificationsand distinguish betweencompletion notificationsandsaved search / topic alerts.
Extraction Notes
- Deep Research results usually render inside nested iframes. If the visible snapshot is truncated, use
browser_run_codeand inspectpage.frames()to extract text from inner frames. - When summarizing, prefer:
- budget totals
- named contractors
- contract amounts or upper limits
- dates and periods
- official source counts or citation counts
- If the browser session resets, reopen the conversation URL directly before concluding the result is missing.
Prompt Pattern
When the user wants a procurement-oriented report, ask ChatGPT for:
- target scope
- date range
- required columns
- primary sources only
- separation of confirmed facts vs inference
Example structure:
<topic> に限定して調査してください。対象は <entities>、期間は <years> です。各案件について、発注主体、案件名、年度、調達方式、受託先、契約額または上限額、契約期間、業務範囲、一次資料URLを表で整理してください。一次資料が確認できない推測は分けて記載してください。
Validation
Before telling the user the run is complete, verify all of the following:
- the conversation has a stable
https://chatgpt.com/c/...URL - the report shows a completed state rather than
Researching... - the summary you provide matches text visible in the rendered report
- any notification claim is based on a visible setting, not assumption
When not to use it
- →For general web research outside ChatGPT.
Limitations
- →This workflow is specifically for operating ChatGPT's own Deep Research UI.
How it compares
This skill automates the browser interaction with ChatGPT's Deep Research UI, unlike manual operation.
Compared to similar skills
chatgpt-deep-research side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| chatgpt-deep-research (this skill) | 0 | 5mo | No flags | Beginner |
| perplexity | 14 | 6mo | No flags | Beginner |
| perplexity-search | 13 | 7mo | Review | Intermediate |
| exa-search | 9 | 8mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
perplexity
davila7
Web search and research using Perplexity AI. Use when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7) or workspace questions.
perplexity-search
davila7
Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model's knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.
exa-search
benjaminjackson
Search the web for content matching a query with AI-powered semantic search. Use for finding relevant web pages, research papers, news articles, code repositories, or any web content by meaning rather than just keywords.
websearch-quick
thomasholknielsen
Fast, targeted single-pass search strategy for simple factual lookups. 1-iteration workflow with authoritative source verification and minimal citations. Use for version lookups, documentation finding, simple definitions, existence checks. Keywords: what version, find docs, link to, what is, does X support.
research-lookup
davila7
Look up current research information using Perplexity's Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations.
skill-researcher
benbrastmckie
Conduct general research using web search, documentation, and codebase exploration. Invoke for non-Lean research tasks.