{
  "schemaVersion": "1.0",
  "item": {
    "slug": "compare",
    "name": "Compare",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/compare",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/compare",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/compare",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=compare",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "confidence.md",
      "domains.md",
      "preferences.md",
      "traps.md"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/compare"
    },
    "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/compare",
    "agentPageUrl": "https://openagent3.xyz/skills/compare/agent",
    "manifestUrl": "https://openagent3.xyz/skills/compare/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/compare/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": "Core Principle",
        "body": "Comparisons fail when confidence is uneven. Only as reliable as the weakest-researched dimension."
      },
      {
        "title": "Protocol",
        "body": "Criteria → Research Parity → Confidence Check → Score → Present"
      },
      {
        "title": "1. Criteria",
        "body": "Load domain defaults (domains.md)\nOverlay user preferences from memory\nIf unknown: \"What matters most here?\"\nOutput: Ranked criteria with weights (sum = 100%)"
      },
      {
        "title": "2. Research Parity (Critical)",
        "body": "Research each item to equivalent depth before scoring.\n\nTrack: | Criterion | Item A sources | Item B sources |\n\n5 reviews for A but 1 for B? Research more for B first. Never score unbalanced data."
      },
      {
        "title": "3. Confidence Check",
        "body": "Verify before presenting:\n\nEach item researched equally\nEach criterion researched equally\nSource quality comparable\nData recency comparable\n\nFail any? Research more OR caveat explicitly."
      },
      {
        "title": "4. Score",
        "body": "Final = Σ(criterion_score × weight) — Show the math."
      },
      {
        "title": "5. Present",
        "body": "🆚 [A] vs [B]\n📊 CRITERIA: [ranked by weight]\n📈 SCORES: [table + confidence per row]\n🎯 RESULT: [Winner] by [margin]\n⚠️ CAVEATS: [imbalances]\n💡 IF [X] MATTERS MORE: [alt winner]"
      },
      {
        "title": "After",
        "body": "Note which criteria user focused on. Update preferences.md by category."
      },
      {
        "title": "Decline When",
        "body": "Research parity impossible, priorities unclear, or time insufficient. Partial > misleading.\n\nReferences: domains.md, confidence.md, traps.md, preferences.md"
      }
    ],
    "body": "Core Principle\n\nComparisons fail when confidence is uneven. Only as reliable as the weakest-researched dimension.\n\nProtocol\nCriteria → Research Parity → Confidence Check → Score → Present\n\n1. Criteria\nLoad domain defaults (domains.md)\nOverlay user preferences from memory\nIf unknown: \"What matters most here?\"\nOutput: Ranked criteria with weights (sum = 100%)\n2. Research Parity (Critical)\n\nResearch each item to equivalent depth before scoring.\n\nTrack: | Criterion | Item A sources | Item B sources |\n\n5 reviews for A but 1 for B? Research more for B first. Never score unbalanced data.\n\n3. Confidence Check\n\nVerify before presenting:\n\nEach item researched equally\nEach criterion researched equally\nSource quality comparable\nData recency comparable\n\nFail any? Research more OR caveat explicitly.\n\n4. Score\n\nFinal = Σ(criterion_score × weight) — Show the math.\n\n5. Present\n🆚 [A] vs [B]\n📊 CRITERIA: [ranked by weight]\n📈 SCORES: [table + confidence per row]\n🎯 RESULT: [Winner] by [margin]\n⚠️ CAVEATS: [imbalances]\n💡 IF [X] MATTERS MORE: [alt winner]\n\nAfter\n\nNote which criteria user focused on. Update preferences.md by category.\n\nDecline When\n\nResearch parity impossible, priorities unclear, or time insufficient. Partial > misleading.\n\nReferences: domains.md, confidence.md, traps.md, preferences.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/compare",
    "publisherUrl": "https://clawhub.ai/ivangdavila/compare",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/compare",
    "downloadUrl": "https://openagent3.xyz/downloads/compare",
    "agentUrl": "https://openagent3.xyz/skills/compare/agent",
    "manifestUrl": "https://openagent3.xyz/skills/compare/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/compare/agent.md"
  }
}