nature-academic-search
Use when users ask to 找文献、做文献检索、查论文、查临床试验、核验引用、去重文献、设计 PubMed/MeSH 检索式、解析 DOI/PMID/PMCID/arXiv/OpenAlex/Semantic Scholar/NCT ID, 或导出 RIS、BibTeX、NBIB、ENW;also use for multi-source academic search, citation verification, trial registration search, and reference management.
npx skills add wp-a/nature-academic-search --skill nature-academic-search --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Academic Paper Search 使用捆绑的 MCP 服务组织可复现检索。把记录当作待核验的证据,不凭空补齐论文、引用或试验信息。 ## 任务路由 | 用户目标 | 工具或路径 | 完成标准 | |---|---|---| | 找文献、文献检索、综述初筛 | `search_papers` | 按来源检索、去重并披露部分失败 | | 查临床试验注册 | `search_papers` + `entity_type="trial"` | 返回 trial 记录,不与论文合并 | | 核验标识符 | `get_paper_by_id` | 对照题名、作者/申办方、年份和标识符 | | 生成论文引用 | `get_citation` | 只格式化已解析论文;NCT 注册不生成论文引用 | | 构建 PubMed 检索式 | `lookup_mesh` | 先确认 MeSH,再组合自由词 | | 批量导出引用文件 | 包 CLI | 读取[引用文件流程](references/citation-files.md) | 客户端可能给工具名添加 MCP 前缀;按名称后缀识别,工具总数仍为四个。 ## 来源角色 - 默认论文源:`crossref`、`pubmed`、`arxiv`、`openalex`、`europe_pmc`。 - 显式论文源/补充富化:`semantic_scholar`;仅用 DOI、PMID、arXiv 等强标识符富化。 - 试验注册源:`clinicaltrials_gov`;只用于 `entity_type="trial"`,不是论文数据库。 按任务选源、过滤和凭据规则见[来源分层](references/source-tiers.md)。未连接 Google Scholar、 Web of Science、Scopus、Embase、CNKI、万方,不得声称检索过这些数据库。 ## 执行流程 1. 明确主题、日期、文献类型、结果数、是否接受预印本,以及目标是论文还是试验注册。 2. 论文检索默认调用五源;只有用户要求或确有强标识符时才显式搜索/富化 Semantic Scholar。 3. 检查 `sources_queried`、`sources_succeeded`、`sources_skipped`、`errors`、 `raw_result_count`、`result_count`。实际工具输出才证明某来源被查询。 4. 对拟引用、标识符冲突或元数据可疑记录调用 `get_paper_by_id`。 5. 标记 `verified`、`mismatch`、`not_found` 或 `manual_needed`,冲突逐字段说明。 6. 分开报告正式论文、预印本、trial 和未解决记录。trial 永不按题名与 p
- 任务路由
- 来源角色
- 执行流程
- 结果契约
- 证据规则
What does the nature-academic-search skill do?
Use when users ask to 找文献、做文献检索、查论文、查临床试验、核验引用、去重文献、设计 PubMed/MeSH 检索式、解析 DOI/PMID/PMCID/arXiv/OpenAlex/Semantic Scholar/NCT ID, 或导出 RIS、BibTeX、NBIB、ENW;also use for multi-source academic search, citation verification, trial registration search, and reference management.
How do I install it?
Run `npx skills add wp-a/nature-academic-search --skill nature-academic-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From wp-a/nature-academic-search, a repository with 63 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
