{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clarity-submit",
    "name": "Clarity Submit",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/clarityprotocol/clarity-submit",
    "canonicalUrl": "https://clawhub.ai/clarityprotocol/clarity-submit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clarity-submit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clarity-submit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/api_client.py",
      "scripts/check_status.py",
      "scripts/submit_hypothesis.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-submit"
    },
    "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-submit",
    "agentPageUrl": "https://openagent3.xyz/skills/clarity-submit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clarity-submit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clarity-submit/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 Submit Skill",
        "body": "Submit protein variant hypotheses to Clarity Protocol for automated validation and ColabFold structural prediction."
      },
      {
        "title": "Quick Start",
        "body": "Submit a hypothesis:\n\npython scripts/submit_hypothesis.py --protein SOD1 --variant A4V --rationale \"ALS-linked mutation with unknown structural impact\"\n\nSubmit with optional fields:\n\npython scripts/submit_hypothesis.py --protein MAPT --variant P301L --rationale \"Tau pathology in frontotemporal dementia\" --wallet \"YOUR_SOLANA_WALLET\"\n\nCheck hypothesis status:\n\npython scripts/check_status.py --id 42"
      },
      {
        "title": "Setup",
        "body": "Set your write API key:\n\nexport CLARITY_WRITE_KEY=your_write_key_here\n\nContact the Clarity Protocol team to request a write API key."
      },
      {
        "title": "What Happens After Submission",
        "body": "Feasibility validation runs automatically against UniProt, ClinVar, gnomAD, and PubMed\nIf validated, the hypothesis is auto-queued for ColabFold structural prediction\nFour AI research agents continuously monitor the variant for new findings\nResults are available at the tracking URL returned after submission"
      },
      {
        "title": "Request Fields",
        "body": "--protein (required): Protein name (e.g., SOD1, MAPT, APP, SNCA)\n--variant (required): Variant notation (e.g., A4V, P301L, G2019S)\n--rationale (required): Why this variant is worth investigating (min 10 characters)\n--disease (optional): Disease area (auto-detected from protein if omitted)\n--wallet (optional): Solana wallet address for $FOLD reward eligibility"
      },
      {
        "title": "Response Fields",
        "body": "id: Unique hypothesis identifier\nprotein_name: Normalized protein name\nvariant_notation: Variant as submitted\nstatus: Current status (submitted, validating, validated, queued, folding, complete, rejected)\ntracking_url: URL to track progress on clarityprotocol.io"
      },
      {
        "title": "Rate Limits",
        "body": "Write (POST): 10 submissions per day per key\nRead (GET): 100 requests per minute per key"
      },
      {
        "title": "Size Limits",
        "body": "Proteins up to 1,500 residues can be folded. Larger proteins (e.g., LRRK2 at 2,527 residues) exceed hardware capacity and will be rejected during validation."
      },
      {
        "title": "Error Handling",
        "body": "403 Forbidden: Invalid or missing write API key. Set CLARITY_WRITE_KEY env var.\n\n422 Validation Error: Invalid input (protein name empty, rationale too short, etc.).\n\n429 Rate Limit: You've exceeded 10 submissions/day. Wait until tomorrow."
      },
      {
        "title": "Use Cases",
        "body": "Programmatically submit variants for investigation\nIntegrate Clarity Protocol into research pipelines\nBatch submission of variants of interest\nAgent-driven hypothesis generation and submission"
      }
    ],
    "body": "Clarity Submit Skill\n\nSubmit protein variant hypotheses to Clarity Protocol for automated validation and ColabFold structural prediction.\n\nQuick Start\n\nSubmit a hypothesis:\n\npython scripts/submit_hypothesis.py --protein SOD1 --variant A4V --rationale \"ALS-linked mutation with unknown structural impact\"\n\n\nSubmit with optional fields:\n\npython scripts/submit_hypothesis.py --protein MAPT --variant P301L --rationale \"Tau pathology in frontotemporal dementia\" --wallet \"YOUR_SOLANA_WALLET\"\n\n\nCheck hypothesis status:\n\npython scripts/check_status.py --id 42\n\nSetup\n\nSet your write API key:\n\nexport CLARITY_WRITE_KEY=your_write_key_here\n\n\nContact the Clarity Protocol team to request a write API key.\n\nWhat Happens After Submission\nFeasibility validation runs automatically against UniProt, ClinVar, gnomAD, and PubMed\nIf validated, the hypothesis is auto-queued for ColabFold structural prediction\nFour AI research agents continuously monitor the variant for new findings\nResults are available at the tracking URL returned after submission\nRequest Fields\n--protein (required): Protein name (e.g., SOD1, MAPT, APP, SNCA)\n--variant (required): Variant notation (e.g., A4V, P301L, G2019S)\n--rationale (required): Why this variant is worth investigating (min 10 characters)\n--disease (optional): Disease area (auto-detected from protein if omitted)\n--wallet (optional): Solana wallet address for $FOLD reward eligibility\nResponse Fields\nid: Unique hypothesis identifier\nprotein_name: Normalized protein name\nvariant_notation: Variant as submitted\nstatus: Current status (submitted, validating, validated, queued, folding, complete, rejected)\ntracking_url: URL to track progress on clarityprotocol.io\nRate Limits\nWrite (POST): 10 submissions per day per key\nRead (GET): 100 requests per minute per key\nSize Limits\n\nProteins up to 1,500 residues can be folded. Larger proteins (e.g., LRRK2 at 2,527 residues) exceed hardware capacity and will be rejected during validation.\n\nError Handling\n\n403 Forbidden: Invalid or missing write API key. Set CLARITY_WRITE_KEY env var.\n\n422 Validation Error: Invalid input (protein name empty, rationale too short, etc.).\n\n429 Rate Limit: You've exceeded 10 submissions/day. Wait until tomorrow.\n\nUse Cases\nProgrammatically submit variants for investigation\nIntegrate Clarity Protocol into research pipelines\nBatch submission of variants of interest\nAgent-driven hypothesis generation and submission"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/clarityprotocol/clarity-submit",
    "publisherUrl": "https://clawhub.ai/clarityprotocol/clarity-submit",
    "owner": "clarityprotocol",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clarity-submit",
    "downloadUrl": "https://openagent3.xyz/downloads/clarity-submit",
    "agentUrl": "https://openagent3.xyz/skills/clarity-submit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clarity-submit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clarity-submit/agent.md"
  }
}