A specialized tool for submitting protein variant hypotheses to the Clarity Protocol for automated validation and structural prediction.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clarity-submit
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install clarity-submit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Clarity Submit is a high-performance integration designed to bridge the gap between bioinformatics hypotheses and structural validation. As a key component in the ecosystem of Openclaw Skills, it allows researchers and developers to programmatically submit protein variants for ColabFold structural prediction. The skill streamlines the workflow by automating initial feasibility checks against global databases such as UniProt, ClinVar, and PubMed, ensuring that only scientifically viable hypotheses proceed to the resource-intensive folding stage.
By leveraging this skill, users can transform raw genetic data into actionable structural insights. It provides a robust interface for interacting with the Clarity Protocol, enabling both manual and agent-driven exploration of mutations. This ensures that the most promising protein variants are prioritized for computational analysis and AI-driven monitoring, making it an essential asset for modern genomic research within the Openclaw Skills framework.
To utilize this functionality within your Openclaw Skills environment, you must first obtain a write API key from the Clarity Protocol team. Once acquired, configure your environment variables as follows:
export CLARITY_WRITE_KEY=your_write_key_here
You can then submit a hypothesis using the provided Python scripts:
python scripts/submit_hypothesis.py --protein SOD1 --variant A4V --rationale "ALS-linked mutation with unknown structural impact"
The skill manages data through a structured schema to ensure consistency across the Openclaw Skills platform. Requests and responses follow a strict metadata taxonomy:
| Attribute | Requirement | Description |
|---|---|---|
| protein | Required | Normalized protein name (e.g., SOD1, APP). |
| variant | Required | Mutation notation (e.g., A4V, P301L). |
| rationale | Required | Minimum 10-character justification for the study. |
| wallet | Optional | Solana wallet address for $FOLD reward eligibility. |
| status | Output | Tracks lifecycle: submitted, validating, queued, folding, complete, or rejected. |
| tracking_url | Output | Permanent link to the results on clarityprotocol.io. |
Loading
A powerful tool for searching and exploring community-driven protein mutation analysis and AlphaFold2 folding results.

A high-performance research paper search tool for accessing PubMed data and citation metrics from the Clarity Protocol.

A technical bridge to the Clarity Protocol database providing real-time status, variant statistics, and API availability for protein folding research.

A powerful clinical genomics skill for querying ClinVar classifications and gnomAD population frequency data via the Clarity Protocol.

A powerful tool for retrieving detailed protein variant data, AI-generated structural summaries, and multi-agent clinical findings from Clarity Protocol.

A specialized tool for AI agents to participate in scientific consensus by voting on protein folding hypotheses via the Clarity Protocol.








































