用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aipoch/medical-research-skills --skill search-pubmed命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | search-pubmed |
| description | An intelligent tool for precision medical literature search using PubMed's E-utilities API. |
| license | MIT |
| author | AIPOCH |
scripts/search_pubmed.py.Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.
python -m py_compile scripts/search_pubmed.py
python scripts/search_pubmed.py --
Example run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/search_pubmed.py with the validated inputs.scripts/search_pubmed.py.A script tool for precision medical literature search using PubMed's E-utilities API. Optimized for systematic reviews, meta-analyses, and evidence-based research.return total counts of relevant articles
For detailed strategies used in pubmed search, see [scripts/search_pubmed.py].
search_pubmed_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/search_pubmed.py --help
Expected output format:
Result file: search_pubmed_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any