clinicaltrials-database-search
Query ClinicalTrials.gov API v2 for trial data. Search by condition, drug/intervention, location, sponsor, or phase; fetch details by NCT ID; filter by status; paginate; export CSV. For clinical research, patient matching, and trial portfolio analysis.
npx skills add BioTender-max/awesome-bio-agent-skills --skill clinicaltrials-database-search --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ClinicalTrials.gov Database — Clinical Trial Search ## Overview Query the ClinicalTrials.gov API v2 (public, no authentication) to search and retrieve clinical trial data worldwide. Supports searching by condition, intervention, location, sponsor, and status; retrieving detailed study information by NCT ID; paginating large result sets; and exporting to CSV. ## When to Use - Searching for recruiting clinical trials for a specific condition or disease - Finding trials testing a specific drug, device, or intervention - Locating trials in a specific geographic region for patient referral - Tracking a sponsor's or institution's clinical trial portfolio - Retrieving detailed eligibility criteria, outcomes, and contacts for a specific trial - Analyzing clinical trial trends (phases, enrollment, timelines) across a therapeutic area - Exporting trial data for systematic reviews or meta-analyses - Monitoring trial status changes and results postings - For chemical compound bioactivity data use chembl-database-bioactivity instead; for published literature use pubmed-database ## Prerequisites ```bash uv pip install requests pandas ``` **API details**: - Base URL: `https://clinicaltrials.gov
- Overview
- When to Use
- Prerequisites
- Quick Start
- Key Concepts
- Response Data Structure
- Study Status Values
- Study Phase Values
- Query Parameters Reference
- Core API
- 1. Search by Condition
- 2. Search by Intervention/Drug
- 3. Search by Location
- 4. Search by Sponsor
uv pip install requests pandas
What does the clinicaltrials-database-search skill do?
Query ClinicalTrials.gov API v2 for trial data. Search by condition, drug/intervention, location, sponsor, or phase; fetch details by NCT ID; filter by status; paginate; export CSV. For clinical research, patient matching, and trial portfolio analysis.
How do I install it?
Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill clinicaltrials-database-search --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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.
