scientific-clinical-trials-analytics

Index ClinicalTrials.gov data and export trial landscapes to CSV.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-clinical-trials-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-clinical-trials-analytics
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-clinical-trials-analytics
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-clinical-trials-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researchers and organizations need scalable access to ClinicalTrials.gov data to map trial landscapes, compare interventions, and inform study design.

Core Features & Use Cases

  • Comprehensive ClinicalTrials.gov API v2 access for multi-criteria search (disease, intervention, location, phase, status).
  • Detailed trial data retrieval (eligibility criteria, outcomes, facilities, adverse events) and competitive landscape analysis.
  • AI-assisted trial design integration (ClinicalTrialDesignAgent) and bulk data export to CSV for analytics.

Quick Start

Launch the skill and specify a disease and location to generate a filtered trial landscape and a CSV export.

Frequently Asked Questions about scientific-clinical-trials-analytics

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

FAQPage Schema
How do I search ClinicalTrials.gov by disease, phase, and location to map a trial landscape?

To map a clinical trial landscape, this Skill uses the ClinicalTrials.gov API v2 to execute multi-criteria searches filtering by disease, intervention, location, phase, and status. It unifies the indexed data into a filtered view for researchers.

Can I extract eligibility criteria and adverse events from clinical trials in bulk?

Yes, you can extract detailed trial data including eligibility criteria, endpoints, facilities, and adverse events in bulk. The pipeline retrieves trial details and supports batch execution for large-scale data extraction.

What's the best way to export clinical trial details to CSV for analytics?

The best way to export clinical trial details is using the Skill's bulk data export feature, which outputs unified trial data to CSV. This requires Python tooling like pandas to structure the exported analytics data.

Does this clinical trials analytics workflow require Python and pandas?

Yes, this workflow requires Python tooling including the requests and pandas libraries. These dependencies are necessary to execute the data retrieval pipeline and structure the exported analytics outputs.

How does AI-assisted trial design integrate with competitive landscape analysis?

AI-assisted trial design integrates via the ClinicalTrialDesignAgent, which works alongside competitive landscape analysis. This combination helps researchers compare interventions and inform study design using the mapped trial data.

When should I use a batch pipeline for clinical trials data retrieval?

You should use a batch pipeline for clinical trials data retrieval when mapping large disease-specific trial landscapes or monitoring sponsor activity. The pipeline can also be integrated into larger research workflows for continuous analytics.