skill-chatgpt-research

Query ChatGPT via Playwright MCP Bridge and save answers as Markdown files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tobiascm/vobes-agent-vscode --skill skill-chatgpt-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-chatgpt-research
Source: https://github.com/tobiascm/vobes-agent-vscode/tree/main/.agents/skills/skill-chatgpt-research
Command: npx skills add https://github.com/tobiascm/vobes-agent-vscode --skill skill-chatgpt-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Frage an ChatGPT stellen und Antwort als Markdown speichern. Bridge Mode via Playwright MCP ist Pflicht. Trigger: frage ChatGPT, ChatGPT Research, was sagt ChatGPT, schicke Frage an ChatGPT, ChatGPT antworten lassen.

Core Features & Use Cases

  • Stellt Fragen an ChatGPT via Playwright MCP Bridge und speichert Antworten direkt als Markdown-Datei.
  • Unterstützt verschiedene Eingaben wie normale Fragen, Dateiuploads, Source-Bundles und Read-Only-Export von Chats.
  • Beispiel: Frage ChatGPT zu einer Code-Architektur und speichere die Antwort als Markdown zur weiteren Dokumentation.

Quick Start

Stelle eine Frage an ChatGPT und speichere die Antwort als Markdown-Datei.

Frequently Asked Questions about skill-chatgpt-research

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

FAQPage Schema
How do I save ChatGPT answers as Markdown files automatically?

You can save ChatGPT answers as Markdown by querying ChatGPT via the Playwright MCP Bridge, which directly outputs the responses as Markdown files and handles readiness checks automatically.

Do I need a Playwright MCP Server to export ChatGPT conversations?

Yes, a running Playwright MCP Server and Bridge Mode are required to export ChatGPT conversations. This setup enables the browser automation needed to query ChatGPT and save responses as Markdown.

Can I upload files and source bundles when asking ChatGPT through automation?

Yes, you can upload files and source bundles when asking ChatGPT through automation. The process supports various inputs including file uploads, source-bundles, and read-only chat exports.

What is Bridge Mode for ChatGPT research and when is it needed?

Bridge Mode is a required operational state for ChatGPT research that enables the Playwright MCP Bridge to control the browser. It is needed whenever you want to programmatically query ChatGPT and save answers as Markdown.

How to handle timeouts when querying ChatGPT via Playwright?

To handle timeouts when querying ChatGPT via Playwright, the automation script includes built-in readiness checks. These ensure the browser waits for ChatGPT responses to fully load before saving the Markdown output.

Does this ChatGPT automation support read-only chat exports?

Yes, this ChatGPT automation supports read-only chat exports. It processes existing chat exports alongside normal questions and file uploads, saving the extracted content directly as Markdown files.