Searching Scientific Literature
PubMed search with keyword optimization, result parsing, and metadata extraction
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill searching-literature --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.
<!-- ╔══════════════════════════════════════════════════════════════╗ ║ 本文件为开源 Skill 原始文档,收录仅供学习与研究参考 ║ ║ CoPaper.AI 收集整理 | https://copaper.ai ║ ╚══════════════════════════════════════════════════════════════╝ 来源仓库: https://github.com/kthorn/research-superpower 项目名称: research-superpower 开源协议: MIT License 收录日期: 2026-04-02 声明: 本文件版权归原作者所有。此处收录旨在为社会科学实证研究者 提供 AI Agent Skills 的集中参考。如有侵权,请联系删除。 --> # Searching Scientific Literature ## Overview Search PubMed for scientific literature using optimized queries. Extract metadata and prepare papers for relevance evaluation. **Core principle:** Cast a wide enough net to find relevant papers, but use targeted keywords to keep results manageable. ## When to Use Use this skill when: - Starting a new research question - User asks "find papers about..." - Need initial paper set for evaluation - Searching for specific methods, compounds, diseases, techniques ## Search Strategy ### 1. Parse User Query Extract: - **Keywords**: Main concepts (e.g., "BTK inhibitor", "selectivity", "kinase") - **Data types**: What user needs (IC50 values, methods, structures, results) - **Constraints**: Date ranges, specific journals, author names - **Synonyms**: Alterna
- Overview
- When to Use
- Search Strategy
- 1. Parse User Query
- 2. Construct PubMed Query
- 3. Execute Search
- 4. Fetch Paper Metadata
- Output Format
- Error Handling
- Integration with Other Skills
- Quick Reference
- Common Mistakes
- Next Steps
curl "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=BTK+inhibitor+selectivity&retmax=100&retmode=json&sort=relevance"
What does the Searching Scientific Literature skill do?
PubMed search with keyword optimization, result parsing, and metadata extraction
How do I install it?
Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill searching-literature --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 brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 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.