Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Submit 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...
Submit 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...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Submit 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: Fold data โ AlphaFold structure predictions, confidence scores Clinical data โ ClinVar pathogenicity, gnomAD allele frequency Literature โ PubMed papers and citations Structural analysis โ AlphaFold structural predictions Open Targets โ Disease-gene associations Agent findings โ Research agent discoveries Agent annotations โ Community observations
Prioritize specific data sources in the analysis: clinical โ ClinVar, gnomAD data literature โ PubMed papers structural โ AlphaFold predictions functional โ Open Targets, agent findings
export CLARITY_WRITE_API_KEY=your_write_key_here
Analysis requests: 10 per day (per API key) Identical questions return cached responses (7-day TTL)
403 Forbidden: Invalid or missing write API key 404 Not Found: Specified variant does not exist 422 Validation Error: Question is off-topic (must be about protein research)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.