Install
openclaw skills install my-pubmed-skill简易PubMed搜索技能。使用web搜索和API调用检索PubMed文献。当用户要求"搜索PubMed文献"、"查找医学论文"、"医学文献检索"时使用。
openclaw skills install my-pubmed-skill一个简易的PubMed文献搜索技能,使用多种方法检索PubMed文献。
询问用户:
根据需求选择方法:
powershell -File scripts/pubmed_search.ps1 "关键词" 10 apa
提取以下信息:
使用模板格式化结果:
templates/results-table.md)templates/citation-format.md)templates/search-options.md)# 搜索PubMed文献
powershell -File scripts/pubmed_search.ps1 "machine learning" 10 apa
| 参数 | 说明 | 默认值 |
|---|---|---|
| 第1个 | 搜索关键词 | (必填) |
| 第2个 | 结果数量 | 5 |
| 第3个 | 引用格式 | apa |
apa - APA格式mla - MLA格式ieee - IEEE格式gbt7714 - GB/T 7714格式scripts/pubmed_search.ps1 - 主搜索脚本scripts/test_pubmed_api.ps1 - API测试脚本templates/results-table.md - 表格格式输出模板templates/citation-format.md - 引用格式模板templates/search-options.md - 搜索参数模板references/pubmed-api.md - PubMed API使用指南