sci-download
学术论文 PDF 下载。支持 8 个数据源:Elsevier、Springer Nature、IEEE Xplore、 arXiv、Unpaywall、Semantic Scholar、PubMed Central、知网(CNKI)。 自动根据 DOI 前缀路由到对应数据源,未知 DOI 自动尝试 Unpaywall…
Academic paper search and metrics analysis. Searches arXiv, PubMed, Web of Science, Springer Nature, Scopus, Semantic Scholar, and OpenAlex simultaneously with journal impact factor data. Triggers on requests to search for papers or find literature.
$ npx -y skills add ShZhao27208/Aut_Sci_Write --skill sci-search --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sci-searchContext preview
The summary Claude sees to decide when to auto-load this skill.
Academic paper search and metrics analysis. Searches arXiv, PubMed, Web of Science, Springer Nature, Scopus, Semantic Scholar, and OpenAlex simultaneously with journal impact factor data. Triggers on requests to search for papers or find literature.
name: sci-search description: Academic paper search and metrics analysis. Searches arXiv, PubMed, Web of Science, Springer Nature, Scopus, Semantic Scholar, and OpenAlex simultaneously with journal impact factor data. Triggers on requests to search for papers or find literature. author: Shuo Zhao license: MIT copyright: © 2026 Shuo Zhao. All rights reserved. triggers: - 搜索文献 - 查文献 - 找论文 - 最新论文 - 相关文献 - 文献检索 - 影响因子 - 期刊分区 - Web of Science - WoS - SCI检索 - arXiv - PubMed - Springer - Springer Nature - Scopus - Elsevier - Semantic Scholar - OpenAlex - find papers - search papers - literature search - impact factor
Academic paper search and metrics analysis tool for scientific research workflows.
Add `WOS_API_KEY` to the unified `~/.aut_sci_write/.env` file to enable Web of Science search:
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.
The Springer Nature API provides two separate endpoints:
**1. Metadata API** (`/meta/v2/json`) — metadata for all Springer Nature content (journals + books). Add `SPRINGER_API_KEY` to `~/.aut_sci_write/.env`:
SPRINGER_API_KEY=your_springer_api_key
**2. Open Access API** (`/openaccess/json`) — full-text OA content from BMC, SpringerOpen, Nature OA articles. Add `SPRINGER_OA_API_KEY` to `~/.aut_sci_write/.env` (falls back to `SPRINGER_API_KEY` if not set):
SPRINGER_OA_API_KEY=your_oa_api_key
Apply for free API keys at: https://dev.springernature.com/
Use `--source springer` for both, `--source springer_meta` for metadata only, or `--source springer_oa` for Open Access only.
Add `SCOPUS_API_KEY` to `~/.aut_sci_write/.env` to enable Scopus search:
SCOPUS_API_KEY=your_scopus_api_key
Apply for a free API key at: https://dev.elsevier.com/
The **Scopus Search API** covers 90M+ records across science, technology, medicine, social sciences, and arts & humanities. Requires institutional affiliation for full access.
Works out of the box. For higher rate limits, optionally add:
SEMANTIC_SCHOLAR_API_KEY=your_key
Request a key at: https://www.semanticscholar.org/product/api#api-key
Works out of the box. For polite pool (faster rate limits), optionally add:
OPENALEX_EMAIL=your_email@example.com
Main script: `./sci_search.py`
# Search all sources (arXiv + PubMed + WoS + Springer + Scopus + Semantic Scholar + OpenAlex) python skills/sci-search/sci_search.py "perovskite solar cells" --limit 5 # Search Web of Science only python skills/sci-search/sci_search.py "solid state electrolyte" --source wos --limit 10 # Search PubMed only with NCBI E-utilities python skills/sci-search/sci_search.py "cancer immunotherapy" --source pubmed --limit 10 # Search Springer Nature only python skills/sci-search/sci_search.py "machine learning materials science" --source springer --limit 10 # Search Scopus only python skills/sci-search/sci_search.py "lithium ion battery" --source scopus --limit 10 # Search Semantic Scholar only (no key needed) python skills/sci-search/sci_search.py "transformer attention mechanism" --source semantic_scholar --limit 10 # Search OpenAlex only (no key needed) python skills/sci-search/sci_search.py "CRISPR gene editing" --source openalex --limit 10 # Export
Autonomous Scientific Writer A modular Agent Skills suite for the full academic research lifecycle
Repo: ShZhao27208/Aut_Sci_Write
学术论文 PDF 下载。支持 8 个数据源:Elsevier、Springer Nature、IEEE Xplore、 arXiv、Unpaywall、Semantic Scholar、PubMed Central、知网(CNKI)。 自动根据 DOI 前缀路由到对应数据源,未知 DOI 自动尝试 Unpaywall…
Read an academic paper end to end and extract professional research insights, figures, metadata, and critique. Use this skill whenever the user shares a…
Extracts figures and sub-figures from academic PDF papers. Supports Fig/Figure, Scheme, Chart, Supplementary Figure, Extended Data Figure (Nature), and Chinese…
Generate academic presentation-style HTML slide decks and browser reports from PDFs, structured text, Markdown, paper summaries, outlines, or research notes.…
Two-stage academic paper polishing skill. Stage A reduces AI detection traces (targeting GPTZero, Turnitin, Originality.ai). Stage B performs 8-dimension…
Generate professional academic PowerPoint (PPTX) presentations from paper PDFs, structured outlines, or plain text. Use for thesis defense, seminar reports,…