← 返回 Skills 市场
clarityprotocol

Clarity Fold Status

作者 clarityprotocol · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
318
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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
安全使用建议
This skill appears coherent and only queries clarityprotocol.io for API/status information. Before installing: (1) ensure you trust clarityprotocol.io and are comfortable providing CLARITY_API_KEY if you want higher rate limits — the key is read from the CLARITY_API_KEY env var and used only as an X-API-Key header; (2) make sure your runtime has Python and the 'requests' package installed (the package is required but not auto-installed by the skill); (3) note the scripts will exit on HTTP errors/rate limits and will not read other local files or send data to other hosts. If you need the metadata to reflect the optional API key, ask the publisher to declare CLARITY_API_KEY in the registry so it isn't overlooked.
功能分析
Type: OpenClaw Skill Name: clarity-fold-status Version: 1.0.0 The skill is designed to fetch status information from clarityprotocol.io, as described in SKILL.md. It uses the `requests` library to make API calls to a hardcoded, legitimate domain and optionally reads a `CLARITY_API_KEY` environment variable for authentication, which is standard practice and explicitly documented. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in SKILL.md. The Python scripts (`api_client.py`, `check_status.py`) are straightforward and perform only the stated functions.
能力评估
Purpose & Capability
Name/description match the implementation: both SKILL.md and the Python scripts call https://clarityprotocol.io/api/v1 endpoints to report API info and variant counts. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions are limited and concrete: run python scripts/check_status.py (or with --format json). The scripts only call the documented Clarity Protocol API endpoints and format results; they do not read files, other env vars, or transmit data to other hosts.
Install Mechanism
This is an instruction-only skill with included Python scripts and no install spec. The code depends on the 'requests' library but no dependency/install guidance is provided; the environment will need Python + requests available for the scripts to run.
Credentials
No required environment variables are declared in the registry metadata, but SKILL.md and api_client.py reference an optional CLARITY_API_KEY that increases rate limits. That is reasonable for the described functionality but the optional API key is not listed as a required/primary credential in the metadata — consider this a documentation omission rather than malicious behavior.
Persistence & Privilege
Skill does not request permanent presence (always:false) and does not modify system or other skill configurations. It only performs outbound HTTPS calls to clarityprotocol.io when executed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clarity-fold-status
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clarity-fold-status 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of clarity-fold-status - Provides detailed overview and status information from Clarity Protocol. - Supports querying API version, variant counts, endpoint list, rate limits, and data freshness. - Outlines all available API endpoints and their functionality. - Includes command-line tools for status checks in both text and JSON formats. - Documents error handling for common API issues and rate limiting. - Designed for users seeking research database insights or planning API integrations.
元数据
Slug clarity-fold-status
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 318 次。

如何安装 Clarity Fold Status?

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

Clarity Fold Status 是免费的吗?

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

Clarity Fold Status 支持哪些平台?

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

谁开发了 Clarity Fold Status?

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

💬 留言讨论