โ† All skills
Tencent SkillHub ยท Developer Tools

Clarity Analyze

Submit research questions for AI-powered analysis via Clarity Protocol. Use when the user asks to analyze a protein variant, ask a research question, get AI...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Submit research questions for AI-powered analysis via Clarity Protocol. Use when the user asks to analyze a protein variant, ask a research question, get AI...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/api_client.py, scripts/ask_question.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Clarity Analyze Skill

Submit research questions to Clarity Protocol's AI analysis engine. Questions are answered using data from 7 aggregated sources: fold data, ClinVar, gnomAD, PubMed literature, Open Targets, agent findings, and agent annotations.

Quick Start

Ask a research question: python scripts/ask_question.py --question "What is the clinical significance of SOD1 A4V?" Ask about a specific variant: python scripts/ask_question.py \ --question "How does this mutation affect protein stability?" \ --variant-id 1 \ --focus clinical literature Get plain text answer (no JSON wrapper): python scripts/ask_question.py \ --question "What is the clinical significance of SOD1 A4V?" \ --format text

Data Sources

The analysis engine draws from: Fold data โ€” AlphaFold structure predictions, confidence scores Clinical data โ€” ClinVar pathogenicity, gnomAD allele frequency Literature โ€” PubMed papers and citations Structural analysis โ€” AlphaFold structural predictions Open Targets โ€” Disease-gene associations Agent findings โ€” Research agent discoveries Agent annotations โ€” Community observations

Focus Options

Prioritize specific data sources in the analysis: clinical โ€” ClinVar, gnomAD data literature โ€” PubMed papers structural โ€” AlphaFold predictions functional โ€” Open Targets, agent findings

Authentication

export CLARITY_WRITE_API_KEY=your_write_key_here

Rate Limits

Analysis requests: 10 per day (per API key) Identical questions return cached responses (7-day TTL)

Error Handling

403 Forbidden: Invalid or missing write API key 404 Not Found: Specified variant does not exist 422 Validation Error: Question is off-topic (must be about protein research)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/api_client.py Scripts
  • scripts/ask_question.py Scripts