clinicaltrials-database

Query the ClinicalTrials.gov API v2 to search and retrieve clinical trial data.

1|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/youyinnn/skills-collection --skill clinicaltrials-database-youyinnn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clinicaltrials-database
Source: https://github.com/youyinnn/skills-collection/tree/main/plugins/data-preparation-and-processing/skills/clinicaltrials-database
Command: npx skills add https://github.com/youyinnn/skills-collection --skill clinicaltrials-database-youyinnn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides programmatic access to ClinicalTrials.gov, enabling users to efficiently search for and retrieve detailed information about clinical studies, streamlining research and patient matching processes.

Core Features & Use Cases

  • Comprehensive Search: Query trials by condition, intervention, location, sponsor, and status.
  • Detailed Retrieval: Get full study details including eligibility criteria, outcomes, and contacts.
  • Data Export: Export trial data in CSV format for analysis.
  • Use Case: A researcher needs to find all currently recruiting trials for "glioblastoma" in "California" that are testing "immunotherapy". This Skill can perform that search and return a list of relevant NCT IDs and brief titles.

Quick Start

Use the clinicaltrials-database skill to find recruiting trials for 'breast cancer' in 'New York'.

Frequently Asked Questions about clinicaltrials-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search clinical trials for specific conditions and locations?

Search clinical trials by querying the ClinicalTrials.gov API v2 with filters for condition, location, intervention, sponsor, and status to retrieve relevant trial data and NCT IDs.

Can I find recruiting clinical trials for patient matching using an API?

Find recruiting clinical trials for patient matching by querying the ClinicalTrials.gov API v2 and filtering trial status to retrieve currently enrolling studies with detailed eligibility criteria.

How do I retrieve detailed clinical trial information using an NCT ID?

Retrieve detailed clinical trial information by passing a valid NCT ID to the ClinicalTrials.gov API v2, which returns full study details including outcomes and contacts.

Can I export clinical trial search results to CSV for research analysis?

Export clinical trial search results to CSV format directly from the ClinicalTrials.gov API v2 query output to facilitate downstream medical research and drug development analysis.

What fields can I filter clinical trial data by for drug development tracking?

Filter clinical trial data by condition, intervention, location, sponsor, and status to track drug development progress and identify relevant medical research studies.

Does this clinical trials database tool require any external dependencies?

Querying the clinical trials database requires no external dependencies, as it directly interfaces with the ClinicalTrials.gov API v2 to fetch and export study data.