
Deep Research
- 19 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
deep-research is a Claude skill that runs an autonomous multi-step research workflow across web and PubMed sources and synthesizes a cited, structured report.
About
This skill runs an autonomous multi-step research workflow that decomposes a question, searches multiple sources, evaluates them and synthesizes a cited report. A developer or researcher uses it for literature reviews, competitive analysis or topic deep-dives, with extra guidelines for medical topics. It produces a structured Markdown report with a source list.
- Runs autonomous multi-step research: decompose, search multiple sources, synthesize, report
- Searches PubMed, web engines, Wikipedia and full-text articles with source evaluation
- Adapts depth (quick, standard, comprehensive) and follows a medical evidence hierarchy
Deep Research by the numbers
- 19 all-time installs (skills.sh)
- Ranked #10,541 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
deep-research capabilities & compatibility
- Capabilities
- deep research · literature review · evidence synthesis
- Use cases
- research · web search · web scraping
- Runs
- Runs locally
- Pricing
- Free
What deep-research says it does
Execute autonomous multi-step deep research on any topic.
Autonomous multi-step research that searches multiple sources, reads full content, synthesizes findings, and produces a structured report.
npx skills add https://github.com/beita6969/scienceclaw --skill deep-researchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 19 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Run autonomous multi-source research on a topic and produce a cited, structured Markdown report.
Who is it for?
Comprehensive literature reviews, competitive analysis and multi-source topic deep-dives with citations.
Skip if: Quick single-fact lookups that do not need multi-source synthesis.
When should I use this skill?
You want a thorough, cited understanding of a topic from multiple sources.
What you get
A structured Markdown research report with synthesis and a numbered source list.
- Structured Markdown research report
- Numbered source list
By the numbers
- 5-step research strategy
- Depth tiers of 3-5, 8-15 and 20+ sources
- Decomposes into 3-5 sub-questions
Files
Deep Research
Autonomous multi-step research that searches multiple sources, reads full content, synthesizes findings, and produces a structured report.
When to Use
- User wants a thorough understanding of a topic (medical condition, drug, treatment, technology)
- User asks for a literature review or evidence summary
- User wants competitive or landscape analysis
- User wants to investigate an open question with multiple angles
- User asks "what does the research say about X"
Research Strategy
Step 1: Query Decomposition
Break the research question into 3–5 sub-questions covering:
- Core definition / mechanism
- Current evidence / state of the art
- Debates, limitations, or contradictions
- Clinical / practical implications (if medical)
- Recent developments (last 1–2 years)
Step 2: Multi-Source Search
Run searches across complementary sources using the available search tools:
# Use multi-search-engine for broad web coverage
# Use pubmed-search for peer-reviewed medical literature
# Use agent-browser to read full-text articles and retrieve content blocked by snippetsSearch order: 1. PubMed (if medical/biomedical topic) — for peer-reviewed evidence 2. Multi-search-engine (Bing, Google, DuckDuckGo) — for guidelines, reviews, news 3. Wikipedia — for background and structured overviews 4. agent-browser — for reading full articles, PDFs, clinical guidelines
Step 3: Source Evaluation
For each source note:
- Publication type (RCT, meta-analysis, guideline, review, news)
- Date (prefer sources within 5 years for medical topics)
- Authority (journal impact, organization credibility)
- Relevance to the specific sub-question
Step 4: Synthesis
Synthesize across sources into a coherent narrative. Do NOT just concatenate summaries — identify:
- Points of consensus
- Contradictions or conflicting evidence
- Knowledge gaps
- Strongest evidence vs. weak/preliminary evidence
Step 5: Structured Report
Produce a well-formatted Markdown report with:
# [Topic] — Deep Research Report
## Summary
2–3 sentence executive summary of the key finding.
## Background
What is this? Core definitions, mechanisms, or context.
## Current Evidence
What does the research show? Organized by sub-question or theme.
## Key Debates / Open Questions
Where do experts disagree? What is still unknown?
## Clinical / Practical Implications
(For medical topics) What should clinicians or patients know?
## Recent Developments
Anything notable from the past 12–24 months.
## Sources
Numbered list of all sources with titles, URLs/DOIs, and dates.Medical Research Guidelines
When researching medical topics:
- Prioritize evidence hierarchy: Systematic reviews > RCTs > Cohort studies > Case reports > Expert opinion
- Include safety information: Drug interactions, contraindications, adverse effects
- Note population specifics: Pediatric vs. adult, special populations, comorbidities
- Flag regulatory status: FDA/EMA approval status, off-label use
- Cite clinical guidelines: NICE, AHA, ACC, IDSA, WHO guidelines where relevant
- Distinguish mechanistic from clinical evidence: Lab/animal data ≠ human evidence
Depth Levels
Adapt depth to user request:
- Quick overview (user asks briefly): 3–5 sources, 1-page summary
- Standard research (default): 8–15 sources, full structured report
- Comprehensive review (user asks explicitly): 20+ sources, deep synthesis with evidence grading
Example Execution
User: "Research the evidence for metformin use in longevity/anti-aging"
1. Decompose: mechanism of action → RCT evidence → observational data → safety profile → current trials 2. Search PubMed for "metformin longevity aging", "TAME trial metformin" 3. Search web for "metformin anti-aging clinical trials 2024" 4. Read key papers with agent-browser 5. Synthesize: strong mechanistic evidence, TAME trial ongoing, limited long-term human RCT data 6. Produce structured report with citations
Related skills
FAQ
What sources does it search?
PubMed for peer-reviewed evidence, multi-search-engine web search, Wikipedia for background, and agent-browser for full-text articles.
Can it vary depth?
Yes. It supports quick overview (3-5 sources), standard (8-15 sources) and comprehensive review (20+ sources).