medical-research-skills

作者 aipoch已验证

Hundreds of agent skills for medical research, including protocol design, data analysis, evidence insights, and academic writing.

209
Stars
23
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/aipoch/medical-research-skills

快速入门

使用 medical-research-skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

AIPOCH Medical Research Skills

Add Skills. Run Your Research.

License

Skills Count

Work%20with

Follow on X YouTube

500+ Agent Skills for Medical Research · Evidence Insights · Protocol Design · Data Analysis · Academic Writing

⭐ If you find this repository useful, consider giving it a star! It helps more researchers discover Medical Research Agent Skills and supports the continued development of this library.

💡New: We are launching Awesome ​Med​ Research Skills — a curated collection of medical research Agent Skills, featuring 102 high-quality skills. Each skill embeds professional medical research logic. Explore here.

🤔 What it is?

AIPOCH is a curated library of 500+ Medical Research Agent Skills designed to work with Claude Code, OpenClaw, Hermes Agent and other AI agents.

It supports the research workflow across four core areas: Evidence Insights, Protocol Design, Data Analysis, and Academic Writing.

Equip your AI agent with Medical Research Skills, and turn it into a capable medical research assistant.

AIPOCH also introduces Medical ​Skill Auditor​​— a structured evaluation framework designed to assess the quality of Medical Research Agent Skills. Its core function is to perform a comprehensive quality check on a Skill before it is officially deployed to users. You can view evaluation results for selected AIPOCH skills here.

What is awesome-med-research-skills?

Awesome ​Med Research Skills is a curated collection of medical research Agent Skills, currently including 102 high-quality skills.

We aim to help researchers more effectively organize questions, connect evidence, and advance research. To achieve this, we encode professional medical research logic into these agent skills:

  • Literature ​authenticity​​​ constraints​: Implementing hard rules

  • Research type identification​: We first determine the study type, then execute different logical pathways

  • Medical-specific prompt logic

Key Features of Awesome Med Research Skills

🧩 Modular Skill Architecture for Team Scaling

  • Skills are composable, replaceable, and extensible, suitable for both individual use and team collaboration

  • Can be assembled from single-task execution to multi-step workflow pipelines

🧬 Built for Real Medical Research Scenarios

  • Covers real workflows: topic selection, literature search, study design, writing, graphical abstracts, and more

  • Not adapted from generic content templates — designed specifically for medical research contexts.

🗂️ Skills Overview

All skills in AIPOCH are ​originally designed and developed in-house​, built to reflect medical research workflows and standards.

The library is primarily organized into five categories: ​Evidence Insights, Protocol Design, ​Data Analysis, Academic Writing​, and Others.

📚Category Highlights

🔍 Evidence Insight e.g., search strategy design, database selection, evidence-level prioritization, critical appraisal, literature synthesis and gap identification.

🧪 Protocol Design e.g., experimental design generation, study type selection, causal inference planning, statistical power calculation, validation strategy.

📊 Data Analysis e.g., R/Python bioinformatics code generation, statistical modeling, data cleaning pipelines, machine learning workflows, result visualization.

✍️ Academic Writing e.g., SCI manuscript drafting, methods/results/discussion writing, meta-analysis narrative, cover letters, abstract generation.

🌍 Other (General / Non-Research) all general skills that do not fall into categories 1–4.

📌 Total Skills in Library: 500+ and growing

🎬 AIPOCH Medical Research Skills — Demo

🚀 How to Start?

⚙️ Requirements

Host Platform​: OpenClaw (installed and running) or any compatible AI Agent framework that supports Skill integration.

If you don't have OpenClaw,please follow the official OpenClaw setup guide.

Git​: Required for cloning the repository. Git LFS

🦞 Connect with OpenClaw

Method 1:

I'm a human

curl -sL https://aipoch.com/skill.md > ./skills/aipoch.md
  • Run the command to initialize setup

  • Select 'OpenClaw' as your target agent

  • Follow the prompts to link your library

I'm an agent

Read https://aipoch.com/skill.md and follow the instructions to join Aipoch
  • Download the integration guide

  • Manually configure your agent's skill path

  • Verify the connection in your dashboard

Method 2:

🦞 Install into OpenClaw Plug-in

OpenClaw is a self-hosted AI agent gateway. You can install all AIPOCH skills into OpenClaw with a single command.

macOS / Linux / WSL:

bash <(curl -s https://raw.githubusercontent.com/aipoch/medical-research-skills/main/scientific-skills/scripts/openclaw-install.sh)

Windows (Git Bash):

curl -s https://raw.githubusercontent.com/aipoch/medical-research-skills/main/scientific-skills/scripts/openclaw-install.sh -o /tmp/install.sh
bash /tmp/install.sh

The script will:

  • Clone this repository into a temporary directory

  • Copy all SKILL.md skill folders into ~/.openclaw/skills/

  • Skip any skills that are already installed

After installation, restart your gateway to pick up the new skills:

openclaw gateway restart

Tip: Run with --dry-run first to preview what will be installed without making any changes.

bash <(curl -s https://raw.githubusercontent.com/aipoch/medical-research-skills/main/scientific-skills/scripts/openclaw-install.sh) --dry-run

Note: Skills are installed to ~/.openclaw/skills/ by default (visible to all agents). To install into a specific workspace instead, set the environment variable before running:

OPENCLAW_SKILLS_DIR=~/.openclaw/workspace/skills bash <(curl -s https://raw.githubusercontent.com/aipoch/medical-research-skills/main/scientific-skills/scripts/openclaw-install.sh)

🧠 AIPOCH Medical Skill Auditor

🧩What is Medical Skill Auditor?

Skill Evaluator is a standardized tool designed to assess the quality of Agent Skills. Its core function is to perform a comprehensive quality check on a Skill before it is officially deployed to users.

⚙️How does Medical Skill Auditor Work?

🚫Veto Gates

To enforce strict quality control, Skill Auditor is designed with two layers of veto mechanisms. Any failure in these checks may lead to immediate rejection of a skill.

Skill ​Veto
  • Operational Stability

  • Structural Consistency

  • Result Determinism

  • System Security

Research ​Veto
  • Scientific Integrity

  • Practice Boundaries

  • Methodological Ground

  • Code Usability

🧰 Core Capability

Evaluates a skill’s design and contract against key dimensions such as Functional Suitability, Reliability, Performance & Context, Agent Usability, Human Usability, Security, Agent-Specific and Maintainability.

📊 Medical Task

Assesses actual outputs of a skill with layered criteria.

For skill testing, the AI automatically generates inputs. The number of inputs in specific categories will increase or decrease depending on the complexity of the skill. The following 7 inputs represent the most comprehensive version.

  • Canonical

  • Variant A

  • Edge

  • Variant B

  • Stress

  • Scope Boundary

  • Adversarial

Skill Complexity Classification

Label Code/Rank Definition

Simple S Narrow task scope

常见问题

What is medical-research-skills?

medical-research-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by aipoch. Hundreds of agent skills for medical research, including protocol design, data analysis, evidence insights, and academic writing. It has 209 GitHub stars.

Is medical-research-skills safe to use?

Yes. medical-research-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install medical-research-skills?

Clone the repository with "git clone https://github.com/aipoch/medical-research-skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is medical-research-skills written in?

medical-research-skills is primarily written in Python. It is open-source under aipoch on GitHub, so you can review or fork the full source.

Are there alternatives to medical-research-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh medical-research-skills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情
medical-research-skills — Claude Code AI Skill | SkillTip