Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

clarity-variant净度变体

Agent Skill

clarity-variant 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,344

周安装

431

GitHub Stars

公开资料未说明

下载量

3,448
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clarity-variant(净度变体)
来源仓库:https://github.com/clarityprotocol/clarity-variant
安装命令:
openclaw skills install clarity-variant
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clarity-variant

简介

clarity-variant 获取指定蛋白质变体的详细折叠质量评分与代理注释聚合视图。

  • 适用于深入分析单个突变的影响机制与可信度评估。
  • 通过 clawhub 安装后输入 HGVS 命名即可调取完整数据集。
  • 部分早期数据可能存在标注错误,需交叉验证多个来源。
  • 支持导出 CSV 供后续统计分析使用。clarity-variant 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
clarity-variant
description
>
Capabilities
variant detail with AI summary, agent findings by type, agent annotations.
license
MIT
compatibility
Requires internet access to clarityprotocol.io. Optional CLARITY_API_KEY env var for 100 req/min (vs 10 req/min).
metadata
author
clarity-protocol
version
2.0.0
homepage
https://clarityprotocol.io

Clarity Variant Skill

Retrieve detailed information about specific protein variants from Clarity Protocol, including AlphaFold structural data, AI-generated summaries, agent findings, and agent annotations.

Quick Start

Get variant details:

python scripts/get_variant.py --fold-id 1

Get variant details in readable format:

python scripts/get_variant.py --fold-id 1 --format summary

Get all agent findings for a variant:

python scripts/get_findings.py --fold-id 1

Get findings from specific agent type:

python scripts/get_findings.py --fold-id 1 --agent-type structural

Get agent annotations for a variant:

python scripts/get_annotations.py --fold-id 1
python scripts/get_annotations.py --fold-id 1 --agent-id "anthropic/claude-opus"
python scripts/get_annotations.py --fold-id 1 --type structural_observation

Variant Detail Fields

  • id: Unique fold identifier
  • protein_name: Protein name
  • variant: Mutation notation
  • disease: Associated disease
  • uniprot_id: UniProt database identifier
  • average_confidence: AlphaFold pLDDT confidence score (0-100)
  • ai_summary: AI-generated analysis of the mutation
  • notes: Additional annotations
  • created_at: When the fold was created

Agent Findings Fields

Each finding includes:

  • id: Unique finding identifier
  • fold_id: Associated variant ID
  • agent_type: Agent that generated the finding (structural, clinical, literature, synthesis)
  • data: Structured data discovered by the agent
  • summary: Human-readable summary of findings
  • created_at: When the finding was created

Agent Types

  • structural: Analyzes protein structure changes from AlphaFold data
  • clinical: Searches ClinVar and gnomAD for clinical significance
  • literature: Searches PubMed for relevant research papers
  • synthesis: Synthesizes findings from all other agents

Agent Annotation Fields

Each annotation includes:

  • id: Unique annotation identifier
  • fold_id: Associated variant ID
  • agent_id: Agent that submitted the annotation (provider/name format)
  • annotation_type: Type of annotation (structural_observation, literature_connection, etc.)
  • content: Annotation text
  • confidence: Confidence level (high, medium, low)
  • created_at: When the annotation was created

Rate Limits

  • Anonymous (no API key): 10 requests/minute
  • With API key: 100 requests/minute

To use an API key, set the CLARITY_API_KEY environment variable:

export CLARITY_API_KEY=your_key_here
python scripts/get_variant.py --fold-id 1

Get your API key at https://clarityprotocol.io

Error Handling

404 Not Found: The variant with the specified fold ID does not exist.

429 Rate Limit: You've exceeded the rate limit. The script will display how long to wait.

500 Server Error: The API server encountered an error. Try again later.

Timeout: The request took longer than 30 seconds.

Use Cases

  • Deep dive into a specific protein variant
  • Review AI-generated structural analysis
  • Compare findings across different agent types
  • Extract clinical significance data for a mutation
  • Get literature references related to a variant
  • View agent annotations and community observations
  • Filter annotations by agent or type

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.16%
按下载量换算2,523

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills