Loading...
Loading...
Conduct deep research using OpenAI's deep research models via API. Use when the user asks for comprehensive analysis, company research, person research, or product research requiring web-sourced citations.
npx skill4agent add arda-industries/agent-skills x-deep-researchcd ~/brain/git/personal/agent-instructions| Model | Quality | Cost | Use When |
|---|---|---|---|
| o3-deep-research | Higher | $1-3 | Important research, external-facing, deep analysis |
| o4-mini-deep-research | Good | $0.20-0.60 | Quick lookups, internal use, cost-sensitive |
poetry run python scripts/deep_research.py submit \
--template company \
--topic "Company Name" \
--model o3-deep-research \
--output ~/brain/obsidian/Timatron/Raw\ Transcripts\ \&\ Research/research/companypersonproductcustom--queryo3-deep-researcho4-mini-deep-researchpoetry run python scripts/deep_research.py status <response_id>completedpoetry run python scripts/deep_research.py download <response_id> \
--output ~/brain/obsidian/Timatron/Raw\ Transcripts\ \&\ Research/research/The company raised $100M ([source.com](url)).The company [raised $100M](url).~/.config/openai/profiles.json{
"default": "personal",
"profiles": {
"personal": {
"api_key": "sk-proj-YOUR-KEY-HERE"
}
}
}--profile <name>OPENAI_API_KEY| Model | Input/M tokens | Output/M tokens |
|---|---|---|
| o3-deep-research | $10.00 | $40.00 |
| o4-mini-deep-research | $2.00 | $8.00 |
prompts/base.mdcompany.mdperson.mdproduct.mdOPENAI_API_KEY