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

clarity-research

>

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

clarity-research

# Clarity Research Skill Search protein folding research data from Clarity Protocol, a community-driven platform for protein mutation analysis using AlphaFold2 via ColabFold. ## Quick Start List all available variants: ```bash python scripts/query_variants.py ``` Filter by disease: ```bash python scripts/query_variants.py --disease Alzheimer ``` Filter by protein name: ```bash python scripts/query_variants.py --protein-name MAPT ``` ## Output Fields Each variant result includes: - `id`: Unique fold identifier - `protein_name`: Protein name (e.g., "tau", "APP") - `variant`: Mutation notation (e.g., "P301L", "A246E") - `disease`: Associated disease - `uniprot_id`: UniProt database identifier - `average_confidence`: AlphaFold confidence score (0-100) - `created_at`: When the fold 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: ```bash export CLARITY_API_KEY=your_key_here python scripts/query_variants.py ``` Get your API key at https://clarityprotocol.io ## Error Handling **404 Not Found**: The endpoint or resource does not exist. **429 Rate Limit**: You've exceeded the rate limit. The script will display how long to wait before retrying. **500 Server Error**: The API server encountered an error. Try again later. **Timeout**: The request took longer than 30 seconds. The server may be under heavy load. ## Pagination Results are paginated. The API returns a `next_cursor` field if more results are available. The script automatically handles pagination for typical queries. ## Use Cases - Explore available protein variants for a specific disease - Find all folded mutations for a particular protein - Get an overview of research data available in Clarity Protocol - Identify fold IDs for detailed analysis with other skills

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clarity-research-1776300379 技能

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

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

通过命令行安装

skillhub install clarity-research-1776300379

下载

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

文件大小: 3.86 KB | 发布时间: 2026-4-16 16:08

v1.0.0 最新 2026-4-16 16:08
Initial release of the Clarity Research skill.

- Search and filter protein folding research data from Clarity Protocol by disease or protein name.
- Lists key fields for each protein variant, including mutation, associated disease, UniProt ID, and AlphaFold score.
- Supports anonymous and API-key authentication (rate limited accordingly).
- Includes error handling for common API issues.
- Automatically manages paginated results when querying the API.

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

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

p2p_official_large
返回顶部