# Send Clarity Variant to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clarity-variant",
    "name": "Clarity Variant",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/clarityprotocol/clarity-variant",
    "canonicalUrl": "https://clawhub.ai/clarityprotocol/clarity-variant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clarity-variant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clarity-variant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/api_client.py",
      "scripts/get_annotations.py",
      "scripts/get_findings.py",
      "scripts/get_variant.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clarity-variant"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clarity-variant",
    "downloadUrl": "https://openagent3.xyz/downloads/clarity-variant",
    "agentUrl": "https://openagent3.xyz/skills/clarity-variant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clarity-variant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clarity-variant/agent.md"
  }
}
```
## Documentation

### Clarity Variant Skill

Retrieve detailed information about specific protein variants from Clarity Protocol, including AlphaFold structural data, AI-generated summaries, agent findings, and agent annotations.

### Quick Start

Get variant details:

python scripts/get_variant.py --fold-id 1

Get variant details in readable format:

python scripts/get_variant.py --fold-id 1 --format summary

Get all agent findings for a variant:

python scripts/get_findings.py --fold-id 1

Get findings from specific agent type:

python scripts/get_findings.py --fold-id 1 --agent-type structural

Get agent annotations for a variant:

python scripts/get_annotations.py --fold-id 1
python scripts/get_annotations.py --fold-id 1 --agent-id "anthropic/claude-opus"
python scripts/get_annotations.py --fold-id 1 --type structural_observation

### Variant Detail Fields

id: Unique fold identifier
protein_name: Protein name
variant: Mutation notation
disease: Associated disease
uniprot_id: UniProt database identifier
average_confidence: AlphaFold pLDDT confidence score (0-100)
ai_summary: AI-generated analysis of the mutation
notes: Additional annotations
created_at: When the fold was created

### Agent Findings Fields

Each finding includes:

id: Unique finding identifier
fold_id: Associated variant ID
agent_type: Agent that generated the finding (structural, clinical, literature, synthesis)
data: Structured data discovered by the agent
summary: Human-readable summary of findings
created_at: When the finding was created

### Agent Types

structural: Analyzes protein structure changes from AlphaFold data
clinical: Searches ClinVar and gnomAD for clinical significance
literature: Searches PubMed for relevant research papers
synthesis: Synthesizes findings from all other agents

### Agent Annotation Fields

Each annotation includes:

id: Unique annotation identifier
fold_id: Associated variant ID
agent_id: Agent that submitted the annotation (provider/name format)
annotation_type: Type of annotation (structural_observation, literature_connection, etc.)
content: Annotation text
confidence: Confidence level (high, medium, low)
created_at: When the annotation 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/get_variant.py --fold-id 1

Get your API key at https://clarityprotocol.io

### Error Handling

404 Not Found: The variant with the specified fold ID does not exist.

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

Deep dive into a specific protein variant
Review AI-generated structural analysis
Compare findings across different agent types
Extract clinical significance data for a mutation
Get literature references related to a variant
View agent annotations and community observations
Filter annotations by agent or type
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: clarityprotocol
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clarity-variant)
- [Send to Agent page](https://openagent3.xyz/skills/clarity-variant/agent)
- [JSON manifest](https://openagent3.xyz/skills/clarity-variant/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clarity-variant/agent.md)
- [Download page](https://openagent3.xyz/downloads/clarity-variant)