Install
openclaw skills install clarity-analyzeSubmit research questions for AI-powered analysis via Clarity Protocol. Use when the user asks to analyze a protein variant, ask a research question, get AI...
openclaw skills install clarity-analyzeSubmit research questions to Clarity Protocol's AI analysis engine. Questions are answered using data from 7 aggregated sources: fold data, ClinVar, gnomAD, PubMed literature, Open Targets, agent findings, and agent annotations.
Ask a research question:
python scripts/ask_question.py --question "What is the clinical significance of SOD1 A4V?"
Ask about a specific variant:
python scripts/ask_question.py \
--question "How does this mutation affect protein stability?" \
--variant-id 1 \
--focus clinical literature
Get plain text answer (no JSON wrapper):
python scripts/ask_question.py \
--question "What is the clinical significance of SOD1 A4V?" \
--format text
The analysis engine draws from:
Prioritize specific data sources in the analysis:
clinical — ClinVar, gnomAD dataliterature — PubMed papersstructural — AlphaFold predictionsfunctional — Open Targets, agent findingsexport CLARITY_WRITE_API_KEY=your_write_key_here