claude-ai-deep-research

Automates claude.ai Research workflows and extracts reports to Markdown files.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kzarzycki/agent-skills --skill claude-ai-deep-research
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-ai-deep-research
Source: https://github.com/kzarzycki/agent-skills/tree/main/research/skills/claude-ai-deep-research
Command: npx skills add https://github.com/kzarzycki/agent-skills --skill claude-ai-deep-research

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Claudes.ai native Research sessions can be time-consuming to start and coordinate manually, especially when you need consistent report extraction and session reuse.

Core Features & Use Cases

  • Automated Platform Research Launch: Opens claude.ai, enters your research prompt, starts Research mode, and drives the session through plan capture and completion.
  • Deterministic Browser Automation with Login Reuse: Uses a headless/playwright-cli driven flow backed by a persistent Chromium profile so you only perform a headed login once.
  • Report Extraction to Markdown: Extracts the generated Research report from the artifact/content panel and saves it to a specified output path for downstream use.
  • Use Case: Generate a cited research brief for a stakeholder decision (e.g., market landscape, vendor comparison, technical feasibility) while ensuring the output is saved as a clean Markdown report with a predictable lifecycle.

Quick Start

Ask your AI to delegate to claude-ai-deep-research for a prompt, and instruct it to save the resulting report to .work/claude-ai-report.md.

Frequently Asked Questions about claude-ai-deep-research

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

FAQPage Schema
How do I automate claude.ai research reports and save them to markdown?▼

You can automate claude.ai research reports by using browser automation to drive the session, capture the plan, poll for completion, and extract the final report to a markdown file.

Can I reuse an authenticated claude.ai session for automated research workflows?▼

Yes, automated research workflows can reuse an authenticated claude.ai session by utilizing a persistent browser profile, requiring a headed login only once for subsequent headless execution.

What is the best way to extract cited analysis from a claude.ai research session?▼

The best way to extract cited analysis is using DOM-based report extraction during an automated browser session, pulling the generated content directly from the artifact panel.

Does browser automation for claude.ai research require manual login each time?▼

No, browser automation for claude.ai research does not require manual login each time if you use a persistent Chromium profile, allowing headless execution after an initial headed login.

How do I generate a stakeholder brief from a prompt-driven investigation using claude.ai?▼

You can generate a stakeholder brief by automating a claude.ai research workflow with a specific prompt, capturing the cited analysis, and saving the extracted report as a markdown file.