| metadata | {"version":"0.1.0","author":"Duvet05 <gonzalo.galvezc@pucp.edu.pe>","domain":"clinical","tags":["clinical-trials","genomics","drug-discovery","clinical","precision-medicine"],"inputs":[{"name":"input_file","type":"file","format":"[Truncated]","description":"Text file with one search term per line (gene name, condition, or drug)","required":false},{"name":"query","type":"string","description":"Direct search query string (alternative to input_file)","required":false},{"name":"gene","type":"string","description":"Gene symbol (e.g. BRCA1) — enriched via OpenTargets gene-to-disease mapping","required":false},{"name":"rsid","type":"string","description":"dbSNP rsID (e.g. rs3798220) — resolved via GWAS Catalog to disease traits, then queried against CT.gov","required":false},{"name":"demo","type":"flag","description":"Run with built-in demo data (BRCA1 breast cancer)","required":false}],"outputs":[{"name":"report","type":"file","format":"md","description":"Markdown report with matched trials, status, phase, and links to ClinicalTrials.gov"},{"name":"summary","type":"file","format":"json","description":"Machine-readable trial data for programmatic use"},{"name":"fhir_bundle","type":"file","format":"json","description":"FHIR R4 Bundle of ResearchStudy resources with MeSH-coded conditions (written with --fhir)"},{"name":"phase_distribution","type":"file","format":"png","description":"Stacked bar chart of trial counts by phase, coloured by recruitment status (figures/phase_distribution.png)"},{"name":"commands","type":"file","format":"sh","description":"Exact CLI invocation to reproduce this run (commands.sh)"},{"name":"checksums","type":"file","format":"txt","description":"SHA-256 digests of all generated outputs (checksums.sha256)"},{"name":"html_report","type":"file","format":"html","description":"Interactive HTML report with JS filters (status, phase, text search) and coloured trial cards (report.html)"},{"name":"csv_table","type":"file","format":"csv","description":"Trial data as CSV for import into Excel, R, or pandas (tables/trials.csv)"}],"dependencies":{"python":">=3.11"},"demo_data":[{"path":"demo_input.txt","description":"Synthetic query for BRCA1 breast cancer trials — exercises recruiting and completed status paths"}],"endpoints":{"cli_gene":"python skills/clinical-trial-finder/clinical_trial_finder.py --gene {gene} --output {output_dir}","cli_rsid":"python skills/clinical-trial-finder/clinical_trial_finder.py --rsid {rsid} --output {output_dir}","cli_query":"python skills/clinical-trial-finder/clinical_trial_finder.py --query \"{query}\" --output {output_dir}","cli_file":"python skills/clinical-trial-finder/clinical_trial_finder.py --input {input_file} --output {output_dir}","cli_demo":"python skills/clinical-trial-finder/clinical_trial_finder.py --demo --output {output_dir}"},"openclaw":{"requires":{"bins":"[Truncated]"},"always":false,"emoji":"🏥","homepage":"https://github.com/ClawBio/ClawBio","os":["darwin","linux"],"trigger_keywords":["clinical trial","clinical trials","trial finder","FHIR","ResearchStudy","NCT","ClinicalTrials.gov","GWAS","rsID","variant"]}} |