Clarity Analyze
/install clarity-analyze
Clarity Analyze Skill
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.
Quick Start
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
Data Sources
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
Focus Options
Prioritize specific data sources in the analysis:
clinical— ClinVar, gnomAD dataliterature— PubMed papersstructural— AlphaFold predictionsfunctional— Open Targets, agent findings
Authentication
export CLARITY_WRITE_API_KEY=your_write_key_here
Rate Limits
- Analysis requests: 10 per day (per API key)
- Identical questions return cached responses (7-day TTL)
Error Handling
- 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)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clarity-analyze - 安装完成后,直接呼叫该 Skill 的名称或使用
/clarity-analyze触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clarity Analyze 是什么?
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 434 次。
如何安装 Clarity Analyze?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clarity-analyze」即可一键安装,无需额外配置。
Clarity Analyze 是免费的吗?
是的,Clarity Analyze 完全免费(开源免费),可自由下载、安装和使用。
Clarity Analyze 支持哪些平台?
Clarity Analyze 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clarity Analyze?
由 clarityprotocol(@clarityprotocol)开发并维护,当前版本 v1.0.0。