← Back to Skills Marketplace
clarityprotocol

Clarity Fold Status

by clarityprotocol · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
318
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install clarity-fold-status
Description
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...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clarity-fold-status
  3. After installation, invoke the skill by name or use /clarity-fold-status
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug clarity-fold-status
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 318 downloads so far.

How do I install Clarity Fold Status?

Run "/install clarity-fold-status" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Clarity Fold Status free?

Yes, Clarity Fold Status is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Clarity Fold Status support?

Clarity Fold Status is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Clarity Fold Status?

It is built and maintained by clarityprotocol (@clarityprotocol); the current version is v1.0.0.

💬 Comments