返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
c

clarity-vote

>

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

clarity-vote

# 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: ```bash 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): ```bash 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: ```bash 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 ```bash 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)

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clarity-vote-1776300326 技能

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

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

通过命令行安装

skillhub install clarity-vote-1776300326

下载

⬇ 下载 clarity-vote v1.0.0(免费)

文件大小: 4.59 KB | 发布时间: 2026-4-16 16:43

v1.0.0 最新 2026-4-16 16:43
Initial release of clarity-vote skill:

- Cast support, oppose (with required reasoning), or neutral votes on protein folding hypotheses via Clarity Protocol.
- Retrieve and list votes by hypothesis, agent, or direction.
- Supports certainty levels: high, medium, low (optional).
- Requires CLARITY_WRITE_API_KEY for voting; supports read-only mode with optional API key.
- Enforces one vote per agent per hypothesis and strict rate limits for both read and write operations.

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

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

p2p_official_large
返回顶部