← 返回 Skills 市场
clarityprotocol

Clarity Research

作者 clarityprotocol · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
431
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install clarity-research
功能描述
Search protein folding research data from Clarity Protocol. Use when the user asks to search variants, query protein research, find fold results, or explore...
使用说明 (SKILL.md)

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:

python scripts/query_variants.py

Filter by disease:

python scripts/query_variants.py --disease Alzheimer

Filter by protein name:

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:

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
安全使用建议
This skill appears to do what it says: query Clarity Protocol's API for protein variant information. Before installing, note two minor issues: (1) the scripts expect a Python runtime and the 'requests' package but the skill metadata doesn't declare that dependency — run in an environment with Python and requests installed or add that dependency; (2) the code reads an optional CLARITY_API_KEY environment variable for higher rate limits but the registry metadata doesn't list it — if you provide an API key, only use a key you control. Otherwise the code only contacts clarityprotocol.io and has no hidden endpoints or extra credential requests. If you want extra caution, run the scripts in an isolated environment or review/execute the included Python files locally.
功能分析
Type: OpenClaw Skill Name: clarity-research Version: 1.0.0 The skill bundle is benign. It provides a client to query protein folding research data from clarityprotocol.io. The code uses standard libraries, handles an API key from environment variables, and makes HTTP GET requests to the specified domain. There is no evidence of data exfiltration, arbitrary command execution, persistence mechanisms, or prompt injection attempts in SKILL.md to subvert the agent's intended function or access unrelated sensitive data. All observed behaviors are consistent with the stated purpose of the skill.
能力评估
Purpose & Capability
Name/description match the code and endpoints. The scripts call https://clarityprotocol.io/api/v1 and implement queries, filtering, pagination, and optional API-key usage consistent with the stated capabilities.
Instruction Scope
SKILL.md and the scripts limit actions to querying the Clarity Protocol API and printing results. The only environment access is reading an optional CLARITY_API_KEY and there are no instructions to read unrelated files or transmit data to other endpoints.
Install Mechanism
There is no install spec (lower risk). However, the Python scripts import the third-party 'requests' library and assume python is available; the skill PACKAGE/registry metadata does not declare this dependency. Users should ensure a Python runtime with 'requests' is available.
Credentials
The code and SKILL.md reference an optional CLARITY_API_KEY environment variable for higher rate limits, but the registry metadata lists no required env vars. The skill reads CLARITY_API_KEY at runtime (optional) — this is proportionate to the API purpose but should have been declared in the skill metadata.
Persistence & Privilege
The skill does not request elevated or persistent platform privileges (always:false). It does not modify other skills or system-wide configuration and only runs when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clarity-research
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clarity-research 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug clarity-research
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Clarity Research 是什么?

Search protein folding research data from Clarity Protocol. Use when the user asks to search variants, query protein research, find fold results, or explore... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 431 次。

如何安装 Clarity Research?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clarity-research」即可一键安装,无需额外配置。

Clarity Research 是免费的吗?

是的,Clarity Research 完全免费(开源免费),可自由下载、安装和使用。

Clarity Research 支持哪些平台?

Clarity Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clarity Research?

由 clarityprotocol(@clarityprotocol)开发并维护,当前版本 v1.0.0。

💬 留言讨论