
from skills_all-in-one47
Search and retrieve ClinicalTrials.gov study data (API v2): condition, intervention, location, status, phase; fetch full study details by NCT ID and export resu
Provides helper scripts and examples to query ClinicalTrials.gov API v2, returning study search results, detailed study records by NCT ID, and CSV/JSON exports. It includes pagination helpers, rate-limit guidance, and convenience functions for extracting eligibility, locations, sponsors, and outcomes—useful for patient matching, clinical research, and competitive drug/trial tracking.
Use this skill when you need to find recruiting or completed trials for a condition or drug, retrieve full protocol details for an NCT identifier, perform geographic or sponsor-based searches, export trial lists for analysis, or build monitoring pipelines that track trial status changes.
scripts/ folder with query_clinicaltrials.py and helpers for search, pagination, and CSV export (has_scripts: true).references/api_reference.md documenting endpoints, parameters, and response structure (has_references: true).Best used by agents or environments that can run Python helper scripts (Claude Code, Copilot/Codex-style integrations, or any agent with Python runtime access).
ClinicalTrials.gov Database skill provides a clean Python wrapper around the public ClinicalTrials.gov API v2 for searching and retrieving clinical trial data. The script ran successfully out of the box, making real API calls and returning structured results. No authentication required — purely public data. Well-documented with type hints and comprehensive SKILL.md covering 10 core capabilities including search, pagination, and CSV export.
Clean skill — all network calls go to clinicaltrials.gov (legitimate US government API). No credentials, no exfiltration, no destructive commands. Script executed successfully with real API data. One minor note: the totalCount showed 0 in example 1 likely due to DRY_RUN or query formatting, but the detail lookup worked perfectly.