What problem does it solve? Finding and analyzing clinical trial information on ClinicalTrials.gov requires constructing complex API queries and handling large JSON responses. This Skill wraps the ClinicalTrials.gov API v2 in a CLI that handles filtering, pagination, field selection, and rate limiting so you can search trials, check eligibility criteria, and count studies without writing raw API requests. ## Core Features & Use Cases - Filtered Trial Search: Search trials by condition, intervention, phase, recruitment status, age group, sponsor, and geography, with all filters combined via AND logic. - Trial Detail & Eligibility Retrieval: Fetch full study details by NCT ID or pull just the inclusion/exclusion criteria for patient-matching tasks. - Landscape Counting & Pagination: Count matching studies before fetching records and iterate large result sets with page tokens. - Use Case: A research coordinator needs recruiting Phase 3 pediatric cystic fibrosis trials in New York. Run one search command with condition, phase, age-group, status, and location filters to get a compact JSON list of matching NCT IDs and titles. ## Quick Start Ask the AI to find currently recruiting Phase 3 trials for a specific condition using the clinical trials database skill and save the results to a JSON file.