x-deep-research

Conduct citation-backed research using OpenAI's deep research models.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "x-deep-research" with this command: npx skills add arda-industries/agent-skills/arda-industries-agent-skills-x-deep-research

Deep Research

Conduct citation-backed research using OpenAI's deep research models.

Agent Workflow

cd ~/brain/git/personal/agent-instructions

  1. Ask model → 1. Submit → 2. Poll status → 3. Download → 4. Post-process

  2. Ask User: Model Selection (REQUIRED)

Before submitting, ask the user which model to use:

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

Present this choice and wait for user response before proceeding.

  1. Submit

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/

Templates: company , person , product , custom (use --query for custom) Models: o3-deep-research (default), o4-mini-deep-research

  1. Poll Status

poetry run python scripts/deep_research.py status <response_id>

Research takes 5-30 minutes. Poll every few minutes until completed .

  1. Download

poetry run python scripts/deep_research.py download <response_id>
--output ~/brain/obsidian/Timatron/Raw\ Transcripts\ &#x26;\ Research/research/

Report usage stats to user (shown after download):

  • Model, duration, token counts, cost
  1. Post-Process Citations (REQUIRED)

After downloading, edit the report to convert parenthetical citations to inline links:

Before: The company raised $100M (source.com).

After: The company raised $100M.

Also consolidate duplicate citations — one link per fact is sufficient.

API Key Setup

Edit ~/.config/openai/profiles.json :

{ "default": "personal", "profiles": { "personal": { "api_key": "sk-proj-YOUR-KEY-HERE" } } }

Use --profile <name> to select a profile. Falls back to OPENAI_API_KEY env var.

Pricing Reference

Model Input/M tokens Output/M tokens

o3-deep-research $10.00 $40.00

o4-mini-deep-research $2.00 $8.00

Typical query uses 50-100K tokens. Exact cost reported after download.

Prompt Templates

Located in prompts/ :

  • base.md — Common instructions (word limits, citation style, format rules)

  • company.md — Company research structure

  • person.md — Person research structure

  • product.md — Product research structure

Troubleshooting

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

x-product-deep-research

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

x-talk-to-figma-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

x-update-daily-tasks

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

x-convert-pdf-to-markdown

No summary provided by upstream source.

Repository SourceNeeds Review