Deep Research Professional
Overview
High-capability research agent for market intelligence, company analysis, and competitive research. Automates data collection, verification, and report generation using a suite of advanced tools.
Integrated Capabilities
This skill works best when combined with specialized tools:
- •Google AI Mode: Use for initial broad discovery, library documentation, and finding recent 2026 data.
- •Perplexity (Sonar): Use for intelligent answers, deep reasoning, and comparative analysis.
- •NotebookLM: Use for deep semantic analysis of uploaded PDF/Doc reports or synthesizing large documentation sets.
- •Deep Research Scripts: Use for structured data extraction and formal report generation.
Capabilities & Commands
1. Academic Research (NEW)
Find peer-reviewed papers, methodologies, and datasets.
# Find papers on a topic bun scripts/academic-researcher.ts --topic "AI Agents" --focus "methodology" # Solve CAPTCHA if needed (opens browser) bun scripts/academic-researcher.ts --topic "AI Agents" --show-browser
2. Intelligent Lookups (Perplexity)
Use Perplexity's Sonar models for reasoning and fact-checking.
# General lookup (Auto-selects Pro/Reasoning model) python scripts/research_lookup.py "Explain the mechanism of CRISPR off-target effects" # Force Deep Reasoning python scripts/research_lookup.py "Compare mRNA vs Traditional Vaccines" --force-model reasoning
3. Company Analysis
Deep dive into specific companies for job prep, investment, or partnership.
# Analyze financial health bun scripts/company-analyzer.ts --company "Marriott" --focus "financial"
4. Market & Web Research
Broad research on markets, trends, or tools.
# General multi-source search bun scripts/web-researcher.ts --query "hotel market trends 2024" --depth comprehensive
Advanced Gathering Workflow
For complex topics, use this "Triangulation" pattern:
- •
Scout (Google/Perplexity):
- •Use
google-ai-mode-skillorresearch_lookup.pyto get high-level trends. - •
python scripts/research_lookup.py "[Topic] key trends 2026"
- •Use
- •
Deep Dive (Deep Research):
- •Use
web-researcher.tsto crawl specific high-value domains. - •
bun scripts/web-researcher.ts --query "[Specific Aspect]" --depth comprehensive
- •Use
- •
Synthesize (NotebookLM):
- •Upload large PDF reports to NotebookLM.
- •
python ../notebooklm-skill/scripts/run.py ask_question.py --question "Extract financial KPIs" --notebook-url "[URL]"
Methodology & Standards
See references/methodology.md for full details on:
- •Source Quality Criteria (Authority, Timeliness, Objectivity)
- •Citation Formats & Link Tracking
- •Ethical Research Guidelines
Available Tools
- •
scripts/research_lookup.py: NEW Perplexity Sonar integration. - •
scripts/academic-researcher.ts: Academic paper discovery & PDF extraction. - •
scripts/company-analyzer.ts: Targeted entity analysis. - •
scripts/web-researcher.ts: General broad crawler/summarizer. - •
scripts/report-generator.ts: Formatter for gathered data.