Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.
Run this command in Claude Code to install the skill
/install https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/perplexity-searchInstall to your personal skills directory (~/.claude/skills/perplexity-search/)
# Create skill directory
mkdir -p ~/.claude/skills/perplexity-search
# Download SKILL.md from GitHub
curl -sL "https://raw.githubusercontent.com/K-Dense-AI/claude-scientific-skills/main/scientific-skills/perplexity-search/SKILL.md" \
-o ~/.claude/skills/perplexity-search/SKILL.mdTarget: ~/.claude/skills/perplexity-search/
Visit the GitHub repository to view the full documentation for perplexity-search.
Read full documentationScientific & Research
Skills for scientific computing, bioinformatics, and research
Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.