Agent skill

Searching Scientific Literature

PubMed search with keyword optimization, result parsing, and metadata extraction

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/05-kthorn-research-superpower/research/searching-literature/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<!-- ╔══════════════════════════════════════════════════════════════╗ ║ 本文件为开源 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Search Strategy
  4. 1. Parse User Query
  5. 2. Construct PubMed Query
  6. 3. Execute Search
  7. 4. Fetch Paper Metadata
  8. Output Format
  9. Error Handling
  10. Integration with Other Skills
  11. Quick Reference
  12. Common Mistakes
  13. Next Steps
Commands it runs
curl "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=BTK+inhibitor+selectivity&retmax=100&retmode=json&sort=relevance"
More from Auto-Empirical-Research-Skills
All skills →
About this skill
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.

Keep going