clinicaltrials-database

Search ClinicalTrials.gov API v2 for trials by condition, location, sponsor, and status.

15|2|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/rubensliv/k-dense-ai --skill clinicaltrials-database-rubensliv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clinicaltrials-database
Source: https://github.com/rubensliv/k-dense-ai/tree/main/scientific-skills/clinicaltrials-database
Command: npx skills add https://github.com/rubensliv/k-dense-ai --skill clinicaltrials-database-rubensliv

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Researchers need a reliable way to search ClinicalTrials.gov data, fetch detailed trial information, and export results for analysis and reporting.

Core Features & Use Cases

  • Search trials by condition, intervention, location, sponsor, and status.
  • Retrieve detailed study information by NCT ID and access key modules like identification, design, eligibility, and locations.
  • Export results to CSV or JSON for downstream analysis, reporting, or patient-matching workflows.
  • Use cases include patient referral intelligence, landscape analysis, and literature reviews.

Quick Start

Run the helper script to perform a basic search and export the first page of results for a given condition.

Frequently Asked Questions about clinicaltrials-database

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

FAQPage Schema
How do I search ClinicalTrials.gov data by condition and location?

You can search ClinicalTrials.gov data by condition, location, sponsor, and status using the ClinicalTrials.gov API v2. The Skill handles filtering and pagination to retrieve relevant trial records.

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

Yes, you can export clinical trial search results to CSV or JSON formats. This supports downstream analysis, reporting, and patient-matching workflows directly from the retrieved records.

Do I need an API key to query ClinicalTrials.gov public data?

No API key is needed to query ClinicalTrials.gov public data. The Skill requires no authentication for searching trials and fetching detailed study information like eligibility and design.

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

You retrieve detailed clinical trial information by providing an NCT ID to the Skill. It accesses key modules including identification, design, eligibility, and locations for comprehensive reporting.

What is the best way to automate patient-matching workflows with trial data?

The best way to automate patient-matching workflows is by running the included helper scripts for common query patterns. You can filter trials by condition and export results for referral intelligence.

Does the clinical trial search tool support pagination for large result sets?

Yes, the clinical trial search tool supports pagination for large result sets. It manages API v2 pagination automatically, allowing you to fetch and export comprehensive trial data seamlessly.