Agent skill · Databases

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.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/sciagent/clinicaltrials-database-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Key Concepts
  6. Response Data Structure
  7. Study Status Values
  8. Study Phase Values
  9. Query Parameters Reference
  10. Core API
  11. 1. Search by Condition
  12. 2. Search by Intervention/Drug
  13. 3. Search by Location
  14. 4. Search by Sponsor
Commands it runs
uv pip install requests pandas
More from awesome-bio-agent-skills
All skills →
About this skill
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.

Keep going