# Deep Research

> Run a deep agentic research task using anakin-cli that autonomously explores the web and returns a comprehensive report.

- Skill: `anakin-inc/deep-research` (Agent Skill)
- Install (CLI): `npx skillmds@latest add anakin-inc/deep-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/anakin-inc/deep-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Anakin-Inc (https://skillmd.com/u/anakin-inc)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/anakin-inc/deep-research

---


# Deep research

## Trigger

Comprehensive research on a topic — comparisons, market analysis, technical deep-dives, or questions requiring multiple sources.

## Workflow

1. Verify anakin-cli is authenticated by running `anakin status`.
2. Inform the user that deep research takes 1-5 minutes and runs autonomously.
3. Run the research task: `anakin research "<topic>" -o research-report.json`.
4. If the research times out, increase with `--timeout 600`.
5. Read the report and present a structured summary with key findings, sources, and insights.

## Commands

```bash
# Deep agentic research (1-5 minutes)
anakin research "<topic>" -o research-report.json

# With extended timeout for complex topics
anakin research "<topic>" --timeout 600 -o research-report.json
```

## Guardrails

- Always warn the user about the 1-5 minute duration before starting.
- Use `search-web` for quick factual lookups — reserve `deep-research` for multi-source exploration.
- Always save output to a file with `-o` to prevent terminal buffer overflow.
- If research fails, fall back to `search-web` plus multiple `scrape-website` calls as a manual alternative.

## Output

- Comprehensive research report with findings and sources
- File path where the full report was saved

