Install
openclaw skills install research-papersSearch academic papers and conduct literature reviews using the OpenAlex API, personalized for dynamic functional brain networks, rs-fMRI/fMRI neuroimaging, graph neural networks, spatiotemporal attention, Alzheimer's disease, mild cognitive impairment, Parkinson's disease, and neurodegenerative disease classification. Use when the user needs paper search, DOI lookup, citation analysis, open-access PDF discovery/download, or literature review generation. If the request is vague, assume the default research context is dynamic brain network modeling for neurodegenerative disease classification.
openclaw skills install research-papersSearch academic works via OpenAlex. No API key required.
This skill is personalized for the user's research direction: dynamic brain network modeling, rs-fMRI/fMRI, graph neural networks, spatiotemporal attention, and neurodegenerative disease classification.
Originally based on an academic-research workflow and adapted for neuroimaging literature search.
When the user asks for papers, related work, recent methods, baselines, or literature reviews without giving a full topic, assume the default research context is:
Do not ask the user to repeat this research direction unless the request is ambiguous across fields.
When the user gives a short or Chinese query, expand it into English academic search terms before calling OpenAlex.
Examples:
dynamic functional brain network rs-fMRI graph neural network neurodegenerative disease classificationAlzheimer's disease classification mild cognitive impairment rs-fMRI dynamic functional connectivity graph neural networkfunctional brain network dynamic brain connectivity GCN GAT graph neural network disease diagnosisspatiotemporal attention dynamic brain network fMRI temporal-spatial interaction neurodegenerative disease classificationdynamic functional brain network dynamic functional connectivity rs-fMRI graph neural network Alzheimer's disease classificationIf the user gives a specific DOI, author, paper title, or clearly defined topic, do not over-expand.
The user may ask in Chinese.
For Chinese requests:
python scripts/scholar-search.py search "dynamic functional brain network Alzheimer's disease graph neural network" --limit 10 --years 2020-2026
python scripts/scholar-search.py search "rs-fMRI graph neural network neurodegenerative disease classification" --limit 10 --years 2020-2026
python scripts/scholar-search.py search "spatiotemporal attention dynamic brain network fMRI" --limit 10 --years 2020-2026
python scripts/scholar-search.py author "Yann LeCun" --limit 5
python scripts/scholar-search.py doi "10.1038/s41586-021-03819-2"
python scripts/scholar-search.py citations "10.1038/s41586-021-03819-2" --direction both
python scripts/scholar-search.py deep "10.1038/s41586-021-03819-2"
API responses are cached locally to reduce repeated requests.
Useful options:
--no-cache--refresh-cache--cache-ttl NExample:
python scripts/scholar-search.py --refresh-cache search "dynamic functional brain network Alzheimer's disease" --limit 10
Use --download-pdf to download PDFs only when they are legally available from open-access sources.
python scripts/scholar-search.py search "dynamic functional brain network Alzheimer's disease" --limit 5 --oa --download-pdf
Do not bypass paywalls or use unauthorized sources.
For long literature reviews, generate a Markdown review file and send it through qqbot-send:
python scripts/scholar-search.py review "dynamic functional brain networks in Alzheimer's disease" --papers 30 --years 2020-2026 --qqmedia
If needed, specify the staging script manually:
python scripts/scholar-search.py review "dynamic brain network Alzheimer's disease" --papers 20 --qqmedia --stage-media-script "../qqbot-send/scripts/stage_media.py"
Generate a Markdown literature review:
python scripts/scholar-search.py review "dynamic functional brain networks in Alzheimer's disease" --papers 30 --years 2020-2026 --output review.md
This will:
Options:
--papers N — Target number of papers.--output FILE — Write review to file.--years 2020-2026 — Restrict publication years.--json — Output JSON.--oa — Open-access papers only.--download-pdf — Download open-access PDFs.--qqmedia — Generate a file and output a <qqmedia>...</qqmedia> tag.When presenting paper results, include:
For literature reviews, organize by:
When the result is long, prefer generating a Markdown file and using --qqmedia.
Search commands return structured data including:
--sort citations for highly cited papers.--sort recent for newer papers.--oa --download-pdf when the user wants downloadable full text.review --qqmedia when the literature review is too long for direct chat output.