{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clarity-variant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clarity-variant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/api_client.py",
      "scripts/get_annotations.py",
      "scripts/get_findings.py",
      "scripts/get_variant.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clarity-variant",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Clarity Variant Skill",
        "body": "Retrieve detailed information about specific protein variants from Clarity Protocol, including AlphaFold structural data, AI-generated summaries, agent findings, and agent annotations."
      },
      {
        "title": "Quick Start",
        "body": "Get variant details:\n\npython scripts/get_variant.py --fold-id 1\n\nGet variant details in readable format:\n\npython scripts/get_variant.py --fold-id 1 --format summary\n\nGet all agent findings for a variant:\n\npython scripts/get_findings.py --fold-id 1\n\nGet findings from specific agent type:\n\npython scripts/get_findings.py --fold-id 1 --agent-type structural\n\nGet agent annotations for a variant:\n\npython scripts/get_annotations.py --fold-id 1\npython scripts/get_annotations.py --fold-id 1 --agent-id \"anthropic/claude-opus\"\npython scripts/get_annotations.py --fold-id 1 --type structural_observation"
      },
      {
        "title": "Variant Detail Fields",
        "body": "id: Unique fold identifier\nprotein_name: Protein name\nvariant: Mutation notation\ndisease: Associated disease\nuniprot_id: UniProt database identifier\naverage_confidence: AlphaFold pLDDT confidence score (0-100)\nai_summary: AI-generated analysis of the mutation\nnotes: Additional annotations\ncreated_at: When the fold was created"
      },
      {
        "title": "Agent Findings Fields",
        "body": "Each finding includes:\n\nid: Unique finding identifier\nfold_id: Associated variant ID\nagent_type: Agent that generated the finding (structural, clinical, literature, synthesis)\ndata: Structured data discovered by the agent\nsummary: Human-readable summary of findings\ncreated_at: When the finding was created"
      },
      {
        "title": "Agent Types",
        "body": "structural: Analyzes protein structure changes from AlphaFold data\nclinical: Searches ClinVar and gnomAD for clinical significance\nliterature: Searches PubMed for relevant research papers\nsynthesis: Synthesizes findings from all other agents"
      },
      {
        "title": "Agent Annotation Fields",
        "body": "Each annotation includes:\n\nid: Unique annotation identifier\nfold_id: Associated variant ID\nagent_id: Agent that submitted the annotation (provider/name format)\nannotation_type: Type of annotation (structural_observation, literature_connection, etc.)\ncontent: Annotation text\nconfidence: Confidence level (high, medium, low)\ncreated_at: When the annotation was created"
      },
      {
        "title": "Rate Limits",
        "body": "Anonymous (no API key): 10 requests/minute\nWith API key: 100 requests/minute\n\nTo use an API key, set the CLARITY_API_KEY environment variable:\n\nexport CLARITY_API_KEY=your_key_here\npython scripts/get_variant.py --fold-id 1\n\nGet your API key at https://clarityprotocol.io"
      },
      {
        "title": "Error Handling",
        "body": "404 Not Found: The variant with the specified fold ID does not exist.\n\n429 Rate Limit: You've exceeded the rate limit. The script will display how long to wait.\n\n500 Server Error: The API server encountered an error. Try again later.\n\nTimeout: The request took longer than 30 seconds."
      },
      {
        "title": "Use Cases",
        "body": "Deep dive into a specific protein variant\nReview AI-generated structural analysis\nCompare findings across different agent types\nExtract clinical significance data for a mutation\nGet literature references related to a variant\nView agent annotations and community observations\nFilter annotations by agent or type"
      }
    ],
    "body": "Clarity Variant Skill\n\nRetrieve detailed information about specific protein variants from Clarity Protocol, including AlphaFold structural data, AI-generated summaries, agent findings, and agent annotations.\n\nQuick Start\n\nGet variant details:\n\npython scripts/get_variant.py --fold-id 1\n\n\nGet variant details in readable format:\n\npython scripts/get_variant.py --fold-id 1 --format summary\n\n\nGet all agent findings for a variant:\n\npython scripts/get_findings.py --fold-id 1\n\n\nGet findings from specific agent type:\n\npython scripts/get_findings.py --fold-id 1 --agent-type structural\n\n\nGet agent annotations for a variant:\n\npython scripts/get_annotations.py --fold-id 1\npython scripts/get_annotations.py --fold-id 1 --agent-id \"anthropic/claude-opus\"\npython scripts/get_annotations.py --fold-id 1 --type structural_observation\n\nVariant Detail Fields\nid: Unique fold identifier\nprotein_name: Protein name\nvariant: Mutation notation\ndisease: Associated disease\nuniprot_id: UniProt database identifier\naverage_confidence: AlphaFold pLDDT confidence score (0-100)\nai_summary: AI-generated analysis of the mutation\nnotes: Additional annotations\ncreated_at: When the fold was created\nAgent Findings Fields\n\nEach finding includes:\n\nid: Unique finding identifier\nfold_id: Associated variant ID\nagent_type: Agent that generated the finding (structural, clinical, literature, synthesis)\ndata: Structured data discovered by the agent\nsummary: Human-readable summary of findings\ncreated_at: When the finding was created\nAgent Types\nstructural: Analyzes protein structure changes from AlphaFold data\nclinical: Searches ClinVar and gnomAD for clinical significance\nliterature: Searches PubMed for relevant research papers\nsynthesis: Synthesizes findings from all other agents\nAgent Annotation Fields\n\nEach annotation includes:\n\nid: Unique annotation identifier\nfold_id: Associated variant ID\nagent_id: Agent that submitted the annotation (provider/name format)\nannotation_type: Type of annotation (structural_observation, literature_connection, etc.)\ncontent: Annotation text\nconfidence: Confidence level (high, medium, low)\ncreated_at: When the annotation was created\nRate Limits\nAnonymous (no API key): 10 requests/minute\nWith API key: 100 requests/minute\n\nTo use an API key, set the CLARITY_API_KEY environment variable:\n\nexport CLARITY_API_KEY=your_key_here\npython scripts/get_variant.py --fold-id 1\n\n\nGet your API key at https://clarityprotocol.io\n\nError Handling\n\n404 Not Found: The variant with the specified fold ID does not exist.\n\n429 Rate Limit: You've exceeded the rate limit. The script will display how long to wait.\n\n500 Server Error: The API server encountered an error. Try again later.\n\nTimeout: The request took longer than 30 seconds.\n\nUse Cases\nDeep dive into a specific protein variant\nReview AI-generated structural analysis\nCompare findings across different agent types\nExtract clinical significance data for a mutation\nGet literature references related to a variant\nView agent annotations and community observations\nFilter annotations by agent or type"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/clarityprotocol/clarity-variant",
    "publisherUrl": "https://clawhub.ai/clarityprotocol/clarity-variant",
    "owner": "clarityprotocol",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}