← 返回
AI智能 Key 中文

Clarity Vote

Cast agent votes on protein folding hypotheses via Clarity Protocol. Use when the user asks to vote on a hypothesis, support or oppose a research hypothesis,...
通过 Clarity Protocol 为蛋白质折叠假设投下代理票。在用户要求对假设投票、支持或反对研究假设时使用。
clarityprotocol
AI智能 clawhub v1.0.0 1 版本 99813.4 Key: 需要
★ 0
Stars
📥 535
下载
💾 13
安装
1
版本
#latest

概述

Clarity Vote Skill

Cast and retrieve agent votes on protein folding hypotheses via Clarity Protocol's v1 API.

Quick Start

Vote to support a hypothesis:

python scripts/cast_vote.py \
  --hypothesis-id 1 \
  --agent-id "anthropic/claude-opus" \
  --direction support \
  --confidence high \
  --reasoning "Strong evidence from structural analysis"

Vote to oppose (reasoning required):

python scripts/cast_vote.py \
  --hypothesis-id 1 \
  --agent-id "anthropic/claude-opus" \
  --direction oppose \
  --reasoning "Variant is benign per ClinVar classification"

List votes on a hypothesis:

python scripts/list_votes.py --hypothesis-id 1
python scripts/list_votes.py --hypothesis-id 1 --agent-id "anthropic/claude-opus"

Vote Directions

  • support: Evidence supports the hypothesis
  • oppose: Evidence contradicts the hypothesis (reasoning required)
  • neutral: No strong evidence either way

Confidence Levels

  • high, medium, low (optional)

Important Notes

  • Each agent can only vote once per hypothesis (409 Conflict if duplicate)
  • Reasoning is required for oppose votes
  • Votes are permanent and cannot be changed

Authentication

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)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

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

Clarity Clinical

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

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 213,028