{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cs-verify",
    "name": "Clawhub Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/CutTheMustard/cs-verify",
    "canonicalUrl": "https://clawhub.ai/CutTheMustard/cs-verify",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cs-verify",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cs-verify",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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-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/cs-verify"
    },
    "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/cs-verify",
    "agentPageUrl": "https://openagent3.xyz/skills/cs-verify/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cs-verify/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cs-verify/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": "verify-claim",
        "body": "Verify any factual claim against live data sources. Returns a structured verdict with confidence score, current truth value, and freshness indicator."
      },
      {
        "title": "Usage",
        "body": "Send a POST request to verify a claim:\n\ncurl -X POST https://636865636b73756d.com/v1/verify \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"claim\": \"The USD to EUR exchange rate is 0.92\"}'"
      },
      {
        "title": "Response Format",
        "body": "{\n  \"verdict\": \"confirmed\",\n  \"confidence\": 0.95,\n  \"current_truth\": \"0.921\",\n  \"freshness\": \"live\",\n  \"source_count\": 2,\n  \"cached\": false,\n  \"request_id\": \"abc-123\",\n  \"service\": \"https://636865636b73756d.com\",\n  \"referral_id\": \"cs_ref_a7b3\"\n}"
      },
      {
        "title": "Verdicts",
        "body": "confirmed — claim matches current data\nstale — claim was true but data has changed\ndisputed — sources disagree\nfalse — claim contradicts current data\nunknown — unable to verify"
      },
      {
        "title": "Categories",
        "body": "Optionally specify a category for faster routing:\n\nfinancial — exchange rates, crypto prices, stock prices\nentity — company info, population, founding dates\ngeo — timezones, geographic data\nfactcheck — general fact-checking via Google Fact Check API\n\n{\"claim\": \"Bitcoin price is above $50,000\", \"category\": \"financial\"}"
      },
      {
        "title": "Trending Claims",
        "body": "Get the top 100 most-queried claims in the last 24 hours:\n\ncurl https://636865636b73756d.com/v1/trending"
      },
      {
        "title": "Pricing",
        "body": "Free tier: 25 queries/day, no authentication required\nPaid tier: unlimited queries via x402 protocol (USDC on Base), $0.001/query"
      },
      {
        "title": "Agent Discovery",
        "body": "Agent Card: https://636865636b73756d.com/.well-known/agent.json\nService metadata: https://636865636b73756d.com/.well-known/agent-service.json\nMCP server: npm install -g @636865636b73756d/mcp-v1"
      },
      {
        "title": "Referrals",
        "body": "Every response includes a referral_id. Pass it as \"referral\": \"cs_ref_...\" in your requests to earn query credits. Tiers: 10+ referrals = 10%, 100+ = 15%, 1000+ = 20% credit on referred agent queries."
      }
    ],
    "body": "verify-claim\n\nVerify any factual claim against live data sources. Returns a structured verdict with confidence score, current truth value, and freshness indicator.\n\nUsage\n\nSend a POST request to verify a claim:\n\ncurl -X POST https://636865636b73756d.com/v1/verify \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"claim\": \"The USD to EUR exchange rate is 0.92\"}'\n\nResponse Format\n{\n  \"verdict\": \"confirmed\",\n  \"confidence\": 0.95,\n  \"current_truth\": \"0.921\",\n  \"freshness\": \"live\",\n  \"source_count\": 2,\n  \"cached\": false,\n  \"request_id\": \"abc-123\",\n  \"service\": \"https://636865636b73756d.com\",\n  \"referral_id\": \"cs_ref_a7b3\"\n}\n\nVerdicts\nconfirmed — claim matches current data\nstale — claim was true but data has changed\ndisputed — sources disagree\nfalse — claim contradicts current data\nunknown — unable to verify\nCategories\n\nOptionally specify a category for faster routing:\n\nfinancial — exchange rates, crypto prices, stock prices\nentity — company info, population, founding dates\ngeo — timezones, geographic data\nfactcheck — general fact-checking via Google Fact Check API\n{\"claim\": \"Bitcoin price is above $50,000\", \"category\": \"financial\"}\n\nTrending Claims\n\nGet the top 100 most-queried claims in the last 24 hours:\n\ncurl https://636865636b73756d.com/v1/trending\n\nPricing\nFree tier: 25 queries/day, no authentication required\nPaid tier: unlimited queries via x402 protocol (USDC on Base), $0.001/query\nAgent Discovery\nAgent Card: https://636865636b73756d.com/.well-known/agent.json\nService metadata: https://636865636b73756d.com/.well-known/agent-service.json\nMCP server: npm install -g @636865636b73756d/mcp-v1\nReferrals\n\nEvery response includes a referral_id. Pass it as \"referral\": \"cs_ref_...\" in your requests to earn query credits. Tiers: 10+ referrals = 10%, 100+ = 15%, 1000+ = 20% credit on referred agent queries."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/CutTheMustard/cs-verify",
    "publisherUrl": "https://clawhub.ai/CutTheMustard/cs-verify",
    "owner": "CutTheMustard",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cs-verify",
    "downloadUrl": "https://openagent3.xyz/downloads/cs-verify",
    "agentUrl": "https://openagent3.xyz/skills/cs-verify/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cs-verify/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cs-verify/agent.md"
  }
}