From academic-skills
Searches arXiv, PubMed, and Web of Science for academic papers with journal impact factors, citations, and markdown export.
npx claudepluginhub shzhao27208/aut_sci_write --plugin academic-skillsThis skill uses the workspace's default tool permissions.
Academic paper search and metrics analysis tool for scientific research workflows.
Searches academic papers across Google Scholar, Consensus CLI, Paperpile bib with deduplication, DOI resolution, journal filtering, and LLM validation. Activates on literature search requests.
Searches academic papers across arXiv, PubMed, Semantic Scholar, bioRxiv, medRxiv, Google Scholar, and more. Retrieves BibTeX citations, downloads PDFs, analyzes citation networks for literature reviews and research.
Searches academic papers via Semantic Scholar, OpenAlex, Crossref, PubMed APIs; retrieves DOI details with full abstracts; deduplicates results; drafts literature review sections with citations. Use for research synthesis.
Share bugs, ideas, or general feedback.
Academic paper search and metrics analysis tool for scientific research workflows.
--source wos to search Web of Science only, or --source all for all sources.Set the WOS_API_KEY environment variable to enable Web of Science search:
export WOS_API_KEY=your_wos_api_key
Apply for a free API key at: https://developer.clarivate.com/apis/wos-starter
The WoS Starter API is free to apply for and provides access to the Web of Science Core Collection — the most authoritative index of SCI/SSCI journals.
ZOTERO_USER_ID — for Zotero integrationZOTERO_API_KEY — for Zotero integrationMain script: ../../scripts/sci_search.py
# Search all sources (arXiv + PubMed + WoS if key set)
python scripts/sci_search.py "perovskite solar cells" --limit 5
# Search Web of Science only
python scripts/sci_search.py "solid state electrolyte" --source wos --limit 10
# Export results to markdown
python scripts/sci_search.py "graphene battery" --output results.md