skills/bioagent-longevity-scholar/SKILL.md
This skill should be used when users explicitly request academic papers, recent research, most cited research, or scholarly articles about longevity, aging, lifespan extension, or related topics. Triggers on phrases like "find papers on", "latest research about", "most cited studies on", or "academic literature about" in the context of longevity.
npx skillsauth add Zaoqu-Liu/ScienceClaw longevity-scholarInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill enables targeted searches of longevity and aging research using the Semantic Scholar API. It provides a simple, focused interface for finding relevant academic papers and synthesizing research findings into natural language responses.
Use this skill when users explicitly request academic papers about longevity topics, including:
Trigger phrases:
Do NOT trigger on general questions about longevity that don't explicitly request academic papers or research.
Parse the user's request to identify:
Important: Handle date-based queries
When users request papers from specific time periods (e.g., "past 2 weeks", "last month", "recent papers"), calculate the appropriate date range:
<env> block at the start of the conversationExample: If today is 2025-10-24 and user asks for "papers from the past 2 weeks":
--date-filter "2025-10-10:"Create THREE increasingly refined search queries for the topic. Each query should approach the topic from a slightly different angle to maximize the chance of finding relevant papers.
Example for "latest findings on longevity experiments ran on mice":
longevity mice experiments lifespanaging interventions mouse model longevitylife extension mice experimental studiesExample for "most cited research on rapamycin longevity":
rapamycin longevity lifespan extensionmTOR inhibition aging rapamycinrapamycin anti-aging effectsUse the provided query_longevity_papers.py script to:
Command format:
python3 scripts/query_longevity_papers.py \
--queries "query1" "query2" "query3" \
--limit 10 \
--offset 0
Optional filters:
--year-filter YYYY - Only papers from YYYY onwards (e.g., "2020-" for 2020+)--date-filter YYYY-MM-DD: - Papers from specific date onwards (more precise than year-filter)
--sort citations - Sort by citation count (for "most cited" requests)--sort recent - Sort by publication date (for "recent" requests, default behavior)When to use date-filter vs year-filter:
--date-filter for granular time periods: "past 2 weeks", "last month", "past 3 months"--year-filter for broader time periods: "since 2020", "from 2015 to 2020"Review the returned papers and:
Provide a comprehensive natural language response that:
Science papers:
1. [Paper Title 1] - URL: [url or "N/A"], Citations: [count], Abstract: [abstract or "N/A"]
2. [Paper Title 2] - URL: [url or "N/A"], Citations: [count], Abstract: [abstract or "N/A"]
...
IMPORTANT: Always include the Abstract field for each paper. If the abstract is available in the search results, include it. If not available, use "N/A".
Based on recent research, longevity experiments in mice have shown promising results
with several interventions. The most notable findings include:
[2-3 paragraphs synthesizing the research findings]
Key experimental approaches include caloric restriction, mTOR inhibition, and
NAD+ precursor supplementation, with studies showing lifespan extensions ranging
from 10-30% in various mouse models.
Recent work by researchers at institutions like Harvard Medical School and
the Buck Institute has focused on combinatorial approaches, testing multiple
interventions simultaneously.
Science papers:
1. Rapamycin extends lifespan in genetically heterogeneous mice - URL: https://www.semanticscholar.org/paper/abc123, Citations: 1247, Abstract: Rapamycin is a specific inhibitor of the mechanistic target of rapamycin (mTOR), which plays a central role in cell growth and metabolism. This study demonstrates that rapamycin extends median and maximal lifespan in genetically heterogeneous mice when fed beginning at 600 days of age.
2. Caloric restriction delays disease onset in rhesus monkeys - URL: https://www.semanticscholar.org/paper/def456, Citations: 892, Abstract: Caloric restriction (CR) extends lifespan in many species. We report findings of a 20-year longitudinal adult-onset CR study in rhesus monkeys aimed at filling the knowledge gap of CR effects in a long-lived nonhuman primate.
3. NAD+ metabolism and age-related diseases - URL: https://www.semanticscholar.org/paper/ghi789, Citations: 634, Abstract: NAD+ levels decline during aging in multiple tissues. This decline has been linked to several age-related diseases and may represent a key factor in aging itself.
The skill includes scripts/query_longevity_papers.py which:
Refer to the script's --help output for full parameter documentation.
testing
Therapeutics Data Commons. AI-ready drug discovery datasets (ADME, toxicity, DTI), benchmarks, scaffold splits, molecular oracles, for therapeutic ML and pharmacological prediction.
tools
Genomic file toolkit. Read/write SAM/BAM/CRAM alignments, VCF/BCF variants, FASTA/FASTQ sequences, extract regions, calculate coverage, for NGS data processing pipelines.
development
Complete mass spectrometry analysis platform. Use for proteomics workflows feature detection, peptide identification, protein quantification, and complex LC-MS/MS pipelines. Supports extensive file formats and algorithms. Best for proteomics, comprehensive MS data processing. For simple spectral comparison and metabolite ID use matchms.
development
Multi-objective optimization framework. NSGA-II, NSGA-III, MOEA/D, Pareto fronts, constraint handling, benchmarks (ZDT, DTLZ), for engineering design and optimization problems.