Deep Research
Use OpenAI's o4-mini-deep-research model to perform deep web research and return a comprehensive report with citations.
Requirements
OPENAI_API_KEYmust be set in the environmentopenaiPython package must be installed
Procedure
- Receive the user's research query from
$ARGUMENTS - Ensure the
openaipackage is available: runpip install -q openaivia Bash - Run the research script via Bash in background mode (it may take several minutes):
python skills/deep-research/scripts/deep_research.py "$ARGUMENTS" - Wait for the script to complete
- Present the returned markdown report to the user as-is (it includes inline citations and a sources list)
- If the script fails, show the error output and suggest:
- Check that
OPENAI_API_KEYis set and valid - Check that the
openaipackage is installed (pip install openai) - Check OpenAI API status at https://status.openai.com
- Check that