literature-research

Search academic literature and perform deep research reviews. Use when user asks to search PubMed, find academic papers, or do literature reviews.

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 "literature-research" with this command: npx skills add aiagentwithdhruv/skills/aiagentwithdhruv-skills-literature-research

Literature Research

Goal

Search academic databases and perform comprehensive literature reviews.

Scripts

  • ./scripts/pubmed_literature_search.py - Search PubMed
  • ./scripts/literature_deep_review.py - Deep review with Claude

Usage

Search PubMed

python3 ./scripts/pubmed_literature_search.py \
  --query "machine learning cancer diagnosis" \
  --limit 50 \
  --output .tmp/papers.json

Deep Review

python3 ./scripts/literature_deep_review.py \
  --input .tmp/papers.json \
  --output .tmp/review.md

Output

  • JSON file with paper metadata
  • Markdown review with key findings, themes, gaps

Schema

Inputs

NameTypeRequiredDescription
querystringYesResearch query (e.g., 'machine learning cancer diagnosis')
limitintegerNoMax papers to fetch (default: 50)

Outputs

NameTypeDescription
papers_filefile_pathJSON file with paper metadata
review_filefile_pathMarkdown review with key findings, themes, gaps

Credentials

NameSource
ANTHROPIC_API_KEY.env

Cost

Free (PubMed API) + Claude for review

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.

Automation

image-to-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excalidraw-visuals

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gmaps-leads

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

whisper-voice

No summary provided by upstream source.

Repository SourceNeeds Review