Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

medical-research医学研究

Agent Skill

medical-research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,312

周安装

217

GitHub Stars

30

下载量

1,701
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:medical-research(医学研究)
来源仓库:https://github.com/gexijin/vibe
仓库路径:skills/medical-research
安装命令:
npx skills add https://github.com/gexijin/vibe --skill medical-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/gexijin/vibe --skill medical-research

简介

medical-research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景定位候选结果。

  • 适用于需要快速获取信息或线索的场景,如医学研究支持或文献综述。
  • 通过关键词、来源仓库或任务描述触发检索,返回结构化候选列表。
  • 安装前需确认权限范围,注意是否会触发联网或文件操作,建议检查维护状态。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Medical Research

Purpose

This Skill retrieves scientific papers from PubMed and creates accessible, plain-language summaries of current research on any biomedical or life sciences topic. It bridges the gap between complex scientific literature and general understanding.

When to Use This Skill

Automatically activate when users:

  • Ask about scientific research on medical topics (e.g., "What's the latest on Alzheimer's treatment?")
  • Want to understand current studies on diseases or conditions
  • Request information about clinical trials or treatment approaches
  • Mention specific research areas (immunotherapy, gene therapy, drug development)
  • Ask questions like "summarize research on..." or "what does research say about..."
  • Need to understand scientific consensus on health topics

Instructions

When generating a research summary, follow these steps:

1. Identify the Research Query

  • Accept natural language queries (e.g., "immunotherapy for breast cancer")
  • Clarify if the topic is too broad (e.g., "cancer" → suggest narrowing to specific type)
  • Verify spelling of medical terms
  • If ambiguous, ask for clarification before proceeding

2. Retrieve Scientific Papers

Use the skill's built-in pubmed_search.py script located in .claude/skills/medical-research/:

python3 .claude/skills/medical-research/pubmed_search.py "your search query"
  • Default retrieves 10 most recent papers
  • For comprehensive summaries, consider increasing max_results in the script
  • Capture paper details: titles, authors, abstracts, PMIDs, publication dates

3. Analyze and Synthesize Findings

Review the retrieved papers and identify:

  1. Main Research Themes

- What are the major topics being studied? - What questions are researchers trying to answer? - What approaches or methods are common?

  1. Key Findings

- What are the main discoveries or results? - What treatments or interventions show promise? - What mechanisms are being investigated?

  1. Clinical Implications

- How might this research affect patient care? - What are practical applications? - What changes to treatment guidelines might result?

  1. Challenges and Limitations

- What problems remain unsolved? - What resistance mechanisms exist? - What gaps in knowledge persist?

  1. Emerging Directions

- What new approaches are being developed? - What future research is needed? - What technologies are being applied?

4. Write Plain-Language Summary

Structure the summary for general audience understanding:

# Research Summary: [Topic]

**Search Query:** [exact query used]
**Papers Found:** [total count]
**Papers Reviewed:** [number analyzed]
**Date:** [YYYY-MM-DD]

## Overview

[2-3 paragraphs explaining what this research area is about and why it matters. Use simple language, define medical terms, provide context for non-experts.]

## Key Research Themes

### Theme 1: [Name]
[Description in plain language]
- Key finding 1
- Key finding 2
- Why it matters

### Theme 2: [Name]
[Description in plain language]
- Key finding 1
- Key finding 2
- Why it matters

[Continue for major themes...]

## What This Means for Patients/Treatment

[Plain language explanation of clinical significance]
- Practical implication 1
- Practical implication 2
- Timeline for real-world impact (if applicable)

## Challenges and Open Questions

[What problems remain, explained simply]
- Challenge 1
- Challenge 2
- What researchers are working on next

## Key Terminology

[Define 3-5 important terms used in the research]
- **Term 1**: Plain language definition
- **Term 2**: Plain language definition

## Selected Recent Papers

[List 3-5 most significant papers with brief descriptions]

1. **[Paper Title]** (PMID: [number], [Year])
   - Authors: [First 3 et al.]
   - Key contribution: [1-2 sentences]
   - [PubMed URL]

## Summary

[2-3 paragraphs pulling it all together, highlighting the current state of research and future directions]

---

*This summary is based on scientific literature available in PubMed and is intended for educational purposes. It does not constitute medical advice.*

5. Save the Summary

  • Automatically save as markdown file
  • Use filename format: Research_Summary_{Topic}_{YYYY-MM-DD}.md
  • Replace spaces in topic with underscores
  • Place in current working directory
  • Confirm file location to user

Quality Guidelines

Content Standards

  • Accessibility: Write at a 10th-grade reading level
  • Accuracy: Faithfully represent research findings; don't oversimplify to the point of distortion
  • Balance: Include both promising developments and challenges
  • Currency: Focus on papers from the last 1-2 years when possible
  • Context: Explain why research matters and how it fits into bigger picture
  • Clarity: Define medical/scientific terms; use analogies when helpful

Language Guidelines

Do:

  • Use active voice ("Researchers found..." not "It was found...")
  • Define abbreviations on first use (e.g., "TNBC (triple-negative breast cancer)")
  • Use concrete examples
  • Explain mechanisms in simple terms
  • Provide context for numbers and statistics
  • Use analogies to explain complex concepts

Don't:

  • Use jargon without explanation
  • Oversimplify to the point of inaccuracy
  • Make claims stronger than the research supports
  • Provide medical advice
  • Use passive voice excessively
  • Assume prior knowledge of biology/medicine

Credibility Standards

  • Objectivity: Present findings without bias
  • Accuracy: Cite specific PMIDs and paper details
  • Transparency: Note when information is limited or preliminary
  • Disclaimers: Always include educational/non-medical-advice disclaimer
  • Dates: Include publication years to show currency

Examples

Example 1: Treatment Research

User request: Summarize research on immunotherapy for melanoma

Expected behavior:

  1. Run: python3.claude/skills/medical-research/pubmed_search.py "immunotherapy melanoma"
  2. Analyze ~10 recent papers
  3. Identify themes: resistance mechanisms, combination therapies, biomarkers
  4. Write plain-language summary explaining immune checkpoint inhibitors, how they work, current challenges
  5. Save as Research_Summary_Immunotherapy_Melanoma_2025-12-13.md

Example 2: Disease Mechanism

User request: What does research say about Alzheimer's disease causes?

Expected behavior:

  1. Activate Skill automatically
  2. Run: python3.claude/skills/medical-research/pubmed_search.py "Alzheimer's disease pathogenesis"
  3. Synthesize findings on amyloid, tau, inflammation, genetic factors
  4. Explain competing theories in accessible language
  5. Highlight controversies and ongoing debates
  6. Save comprehensive summary

Example 3: Emerging Technology

User request: Tell me about CRISPR gene therapy research

Expected behavior:

  1. Run: python3.claude/skills/medical-research/pubmed_search.py "CRISPR gene therapy clinical trials"
  2. Focus on clinical applications, safety, efficacy
  3. Explain CRISPR technology simply (e.g., "molecular scissors that can edit DNA")
  4. Include specific examples of diseases being treated
  5. Address ethical considerations if prominent in literature
  6. Save summary with examples

Best Practices

Do's

✓ Start with broad overview before diving into details ✓ Use subheadings to break up long sections ✓ Include "Key Terminology" section for important terms ✓ Provide specific examples from papers ✓ Explain statistical significance in plain language ✓ Note when findings are preliminary or need replication ✓ Connect research to real-world impact

Don'ts

✗ Don't recommend specific treatments or medications ✗ Don't use unexplained acronyms (EGFR, VEGF, etc.) ✗ Don't ignore negative findings or failures ✗ Don't exaggerate promises ("cure for cancer") ✗ Don't skip the educational disclaimer ✗ Don't assume readers have science background ✗ Don't make summary too technical

Handling Edge Cases

Few or No Papers Found

If PubMed returns few results:

The search for "[query]" returned only [N] papers. This may indicate:
1. Very new or emerging research area
2. Query may need refinement
3. Limited research on this specific topic

Would you like me to:
- Try a broader search term?
- Search for related concepts?
- Proceed with available papers?

Highly Technical Results

If papers are extremely technical:

Note: This is a highly specialized research area. I've translated
the technical findings into accessible language, but some complexity
is unavoidable. Key terms are defined in the "Key Terminology" section.

Controversial Topics

For topics with conflicting research:

## Research Perspectives

Current research shows differing viewpoints:

**Perspective 1**: [Explanation with supporting papers]
**Perspective 2**: [Alternative view with supporting papers]

The scientific community is actively investigating these questions,
and consensus may emerge as more evidence accumulates.

Outdated Research

If most papers are older than 2 years:

Note: The most recent papers in this search are from [year]. This
may indicate:
- Established research area with stable findings
- Reduced current research activity
- Search terms may benefit from updating

The summary focuses on foundational findings that remain current.

Technical Requirements

Tools to Use

  • Bash: Run the pubmed_search.py script
  • Read: Optionally read papers or abstracts if more detail needed
  • Write: Save the completed summary to markdown file
  • WebFetch (optional): Retrieve full papers from PubMed if abstracts insufficient

Search Strategy

  1. Start specific: Use precise medical terms
  2. Iterate if needed: Broaden or narrow based on results
  3. Check paper count: Aim for 10-20 papers for comprehensive summary
  4. Verify relevance: Ensure retrieved papers match the query
  5. Note search date: Document when search was performed

Script Modifications

If needed, users can modify pubmed_search.py:

  • Increase max_results for more comprehensive reviews
  • Update Entrez.email with their email address
  • Adjust abstract length display

File Output Specifications

Default Format: Markdown

Filename: Research_Summary_{Topic}_{YYYY-MM-DD}.md
Location: Current working directory
Encoding: UTF-8
Sections: All sections from template

Content Requirements

  • Minimum 800 words for comprehensive topics
  • At least 3 major themes identified
  • 3-5 key terms defined
  • 3-5 papers highlighted
  • Include all template sections

Quality Checklist

Before saving, verify:

  • Summary is accessible to non-scientists
  • Medical terms are defined
  • Key findings are accurate to source papers
  • Clinical implications explained
  • Challenges and limitations included
  • Recent papers cited with PMIDs
  • Educational disclaimer included
  • Filename follows format
  • All sections complete
  • Free of unexplained jargon

Related Resources

  • PubMed: https://pubmed.ncbi.nlm.nih.gov/
  • Biopython Entrez Documentation: For script customization
  • MeSH Terms: Medical Subject Headings for refined searches
  • NIH Plain Language: For accessibility guidelines

Version: 1.0 Last Updated: December 2025 Maintained By: Vibe Project

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.92%
按下载量换算628

Claude

29.65%
按下载量换算504

Cursor

17.98%
按下载量换算306

Gemini CLI

8.49%
按下载量换算144

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills