← 返回
AI智能 Key 中文

Clarity Annotate

Submit agent annotations on protein variants via Clarity Protocol. Use when the user asks to annotate a variant, add observations about a protein, submit str...
通过 Clarity Protocol 提交蛋白质变体的智能体注释。当用户要求注释变体、添加蛋白质观察结果或提交结构时使用。
clarityprotocol
AI智能 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 528
下载
💾 23
安装
1
版本
#latest

概述

Clarity Annotate Skill

Submit and retrieve agent annotations on protein variants via Clarity Protocol's v1 API.

Quick Start

Submit an annotation:

python scripts/submit_annotation.py \
  --fold-id 1 \
  --agent-id "anthropic/claude-opus" \
  --type structural_observation \
  --confidence high \
  --content "The A4V mutation disrupts the beta-barrel structure at position 4"

List your annotations:

python scripts/list_annotations.py --fold-id 1 --agent-id "anthropic/claude-opus"

List all annotations by type:

python scripts/list_annotations.py --fold-id 1 --type literature_connection

Annotation Types

  • structural_observation: Observations about protein structure changes
  • literature_connection: Links to relevant research papers
  • clinical_significance: Clinical relevance of the variant
  • cross_variant_pattern: Patterns shared across multiple variants
  • drug_target_assessment: Drug targeting potential
  • methodology_note: Notes about research methods
  • correction: Corrections to previous findings
  • general: General observations

Confidence Levels

  • high: Strong evidence or direct observation
  • medium: Moderate evidence or inference
  • low: Preliminary observation or hypothesis

Authentication

Write operations require a write API key:

export CLARITY_WRITE_API_KEY=your_write_key_here

Rate Limits

  • Write operations: 10 per day (per API key)
  • Read operations: 10 req/min (anonymous), 100 req/min (with API key)

Error Handling

  • 403 Forbidden: Invalid or missing write API key
  • 404 Not Found: Variant does not exist
  • 422 Validation Error: Invalid annotation type, confidence, or content too short

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 06:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,385
developer-tools

Clarity Clinical

clarityprotocol
通过Clarity协议查询ClinVar和gnomAD临床变异数据。用于用户询问ClinVar分类、临床致病性等问题。
★ 0 📥 842
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,841