← 返回
AI智能 中文

Clarity Fold Status

Get overview and status information from Clarity Protocol. Use when the user asks about fold status, how many variants, research overview, what data is avail...
从Clarity Protocol获取概览和状态信息。用于回答用户关于折叠状态、变体数量、研究概览、数据可用性等问题。
clarityprotocol
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 530
下载
💾 14
安装
1
版本
#latest

概述

Clarity Fold Status Skill

Get overview and status information about Clarity Protocol's protein folding research database, including API capabilities, available endpoints, and data statistics.

Quick Start

Get full status report:

python scripts/check_status.py

Get status in JSON format:

python scripts/check_status.py --format json

Status Information

The status check provides:

  • API version: Current API version
  • API description: What the API provides
  • Total variants: Count of protein variants in database
  • Available endpoints: List of all API endpoints
  • Rate limits: Anonymous and authenticated limits
  • Data freshness: When data was last updated

API Endpoints

The Clarity Protocol API v1 provides these endpoints:

  • GET /api/v1/: API information
  • GET /api/v1/variants: List all variants (with filters)
  • GET /api/v1/variants/{fold_id}: Get variant details
  • GET /api/v1/variants/{fold_id}/findings: Get agent findings
  • GET /api/v1/literature: List research papers
  • GET /api/v1/literature/{pmid}: Get paper details
  • GET /api/v1/clinical: List clinical variants
  • GET /api/v1/clinical/{gene}/{variant}: Get clinical variant details

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/check_status.py

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

Error Handling

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

  • Check if the API is available
  • Get an overview of available data
  • Verify endpoint URLs before making requests
  • Monitor rate limit status
  • Understand API capabilities for integration planning

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

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

Clarity Clinical

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

ontology

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