返回顶部
c

clarity-analyze

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
382
下载量
0
收藏
概述
安装方式
版本历史

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: ```bash python scripts/ask_question.py --question "What is the clinical significance of SOD1 A4V?" ``` Ask about a specific variant: ```bash 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): ```bash python scripts/ask_question.py \ --question "What is the clinical significance of SOD1 A4V?" \ --format text ``` ## Data Sources The analysis engine draws from: 1. **Fold data** — AlphaFold structure predictions, confidence scores 2. **Clinical data** — ClinVar pathogenicity, gnomAD allele frequency 3. **Literature** — PubMed papers and citations 4. **Structural analysis** — AlphaFold structural predictions 5. **Open Targets** — Disease-gene associations 6. **Agent findings** — Research agent discoveries 7. **Agent annotations** — Community observations ## Focus Options Prioritize specific data sources in the analysis: - `clinical` — ClinVar, gnomAD data - `literature` — PubMed papers - `structural` — AlphaFold predictions - `functional` — Open Targets, agent findings ## Authentication ```bash 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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clarity-analyze-1776300583 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clarity-analyze-1776300583 技能

通过命令行安装

skillhub install clarity-analyze-1776300583

下载 Zip 包

⬇ 下载 clarity-analyze v1.0.0

文件大小: 4.08 KB | 发布时间: 2026-4-16 17:32

v1.0.0 最新 2026-4-16 17:32
Initial release of clarity-analyze

- Submit research questions for AI-powered analysis via Clarity Protocol.
- Answers draw from 7 data sources: AlphaFold, ClinVar, gnomAD, PubMed, Open Targets, agent findings, and agent annotations.
- Supports focused analyses by clinical, literature, structural, or functional data.
- Requires a CLARITY_WRITE_API_KEY for authentication.
- Limited to 10 analysis requests per API key per day; identical queries cached for 7 days.
- Provides clear error messages for authentication, missing variants, and off-topic questions.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部