{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trade-validation",
    "name": "Trade Validation",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/staybased/trade-validation",
    "canonicalUrl": "https://clawhub.ai/staybased/trade-validation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/trade-validation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trade-validation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/scoring-rubric.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/trade-validation"
    },
    "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/trade-validation",
    "agentPageUrl": "https://openagent3.xyz/skills/trade-validation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trade-validation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trade-validation/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": "Trade Validation — 10-Dimension Scoring Framework",
        "body": "Rule: NO trade executes without 80%+ weighted confidence score.\nAny single dimension below 4/10 = AUTOMATIC VETO."
      },
      {
        "title": "Scoring Dimensions",
        "body": "#DimensionWeightWhat It Measures1Information Edge18%Do we know something the market doesn't?2Source Quality12%How reliable are our sources?3Market Efficiency10%Is this market likely mispriced?4Time Horizon8%How long is capital locked up?5Downside Protection15%What's the worst case?6Cross-Validation12%Do multiple independent signals agree?7Historical Accuracy5%Track record on similar bets?8Liquidity/Execution Risk7%Can we get in AND out?9Consensus Divergence8%How far are we from market consensus?10Event Catalyst5%Is there a known resolution trigger?\n\nTotal: 100%"
      },
      {
        "title": "Calculation",
        "body": "Weighted Score = Σ(dimension_score / 10 × weight) × 100"
      },
      {
        "title": "Threshold Rules",
        "body": "Weighted ScoreActionBet Size< 80%❌ NO TRADE$080–84%✅ Minimum$3–585–89%✅ Standard$5–790%+✅ ConvictionUp to $7.50 (max 10% bankroll)"
      },
      {
        "title": "Veto Rules",
        "body": "Any dimension < 4/10 → AUTOMATIC VETO regardless of total score\nRationale: A critical weakness in any area (e.g., Liquidity = 2 means you're trapped)"
      },
      {
        "title": "Risk Management",
        "body": "Max position: 10% of portfolio per trade\nMin market liquidity: $25 (below this, don't trade)\nMax open exposure: 30% of bankroll across all positions\nDaily loss circuit breaker: $8 loss in a day → ALL trading stops for 24 hours\nCool-down: No trade within 1 hour of a loss\nNo revenge trading: Last loss must be >24h ago OR new trade is unrelated\nNo trading 12am–7am unless time-critical"
      },
      {
        "title": "Mandatory Counter-Arguments",
        "body": "Every trade MUST document:\n\nWhy could we be WRONG? (not a strawman — a genuine strong counter-argument)\nWhat would change our mind? (specific falsification criteria)\nExit strategy: When do we sell early?"
      },
      {
        "title": "Score Card Template",
        "body": "TRADE SCORE CARD\n═══════════════════════════════════════════════════════════\nMarket: [name]\nDate: [date]\nPosition: [YES/NO @ price]\n\n #  Dimension              Weight   Score   Weighted\n─── ────────────────────── ──────── ─────── ──────────\n 1  Information Edge        18%     __/10   __._%\n 2  Source Quality           12%     __/10   __._%\n 3  Market Efficiency        10%     __/10   __._%\n 4  Time Horizon              8%     __/10   __._%\n 5  Downside Protection      15%     __/10   __._%\n 6  Cross-Validation         12%     __/10   __._%\n 7  Historical Accuracy       5%     __/10   __._%\n 8  Liquidity/Execution       7%     __/10   __._%\n 9  Consensus Divergence      8%     __/10   __._%\n10  Event Catalyst             5%     __/10   __._%\n─── ────────────────────── ──────── ─────── ──────────\n                    TOTAL   100%            __._%\n\nMinimum Score: __/10 (dimension: _____________)\nVETO Check: [ ] All dimensions ≥ 4 — PASS / FAIL\n\nCounter-argument: ________________________________\nWhat would change our mind: _____________________\nExit strategy: __________________________________\n\nRESULT: TRADE / NO TRADE\nTier: [ ] Min ($3-5)  [ ] Standard ($5-7)  [ ] Conviction ($7.50)\n═══════════════════════════════════════════════════════════"
      },
      {
        "title": "Pre-Trade Checklist",
        "body": "RESEARCH\n  [ ] Minimum 3 independent sources consulted\n  [ ] Sources documented with links\n  [ ] Strong counter-argument documented\n  [ ] Counter-argument is genuine (not strawman)\n\nSCORING\n  [ ] All 10 dimensions scored\n  [ ] Weighted score ≥ 80%\n  [ ] No dimension below 4/10\n  [ ] Score logged to trade journal\n\nRISK\n  [ ] Current bankroll: $______\n  [ ] Bet ≤ 10% of bankroll\n  [ ] Total open exposure ≤ 30%\n  [ ] Daily loss < $8 (circuit breaker not triggered)\n\nDISCIPLINE\n  [ ] Cool-down respected (1h since last loss)\n  [ ] Not revenge trading\n  [ ] Not trading 12am–7am"
      },
      {
        "title": "Detailed Scoring Rubric",
        "body": "See references/scoring-rubric.md for the full 1–10 rubric for each dimension."
      },
      {
        "title": "Trade Journal",
        "body": "Log every scored trade (pass or fail) to projects/polymarket/trade-journal/:\n\n## [DATE] — [MARKET NAME]\n- **Score:** XX.X%\n- **Result:** TRADE / NO TRADE / VETO\n- **Position:** YES/NO @ XXc | **Stake:** $X.XX\n- **Outcome:** WIN / LOSS / PENDING\n- **P&L:** +/- $X.XX\n- **Lesson:** (post-resolution)"
      }
    ],
    "body": "Trade Validation — 10-Dimension Scoring Framework\n\nRule: NO trade executes without 80%+ weighted confidence score. Any single dimension below 4/10 = AUTOMATIC VETO.\n\nScoring Dimensions\n#\tDimension\tWeight\tWhat It Measures\n1\tInformation Edge\t18%\tDo we know something the market doesn't?\n2\tSource Quality\t12%\tHow reliable are our sources?\n3\tMarket Efficiency\t10%\tIs this market likely mispriced?\n4\tTime Horizon\t8%\tHow long is capital locked up?\n5\tDownside Protection\t15%\tWhat's the worst case?\n6\tCross-Validation\t12%\tDo multiple independent signals agree?\n7\tHistorical Accuracy\t5%\tTrack record on similar bets?\n8\tLiquidity/Execution Risk\t7%\tCan we get in AND out?\n9\tConsensus Divergence\t8%\tHow far are we from market consensus?\n10\tEvent Catalyst\t5%\tIs there a known resolution trigger?\n\nTotal: 100%\n\nCalculation\nWeighted Score = Σ(dimension_score / 10 × weight) × 100\n\nThreshold Rules\nWeighted Score\tAction\tBet Size\n< 80%\t❌ NO TRADE\t$0\n80–84%\t✅ Minimum\t$3–5\n85–89%\t✅ Standard\t$5–7\n90%+\t✅ Conviction\tUp to $7.50 (max 10% bankroll)\nVeto Rules\nAny dimension < 4/10 → AUTOMATIC VETO regardless of total score\nRationale: A critical weakness in any area (e.g., Liquidity = 2 means you're trapped)\nRisk Management\nMax position: 10% of portfolio per trade\nMin market liquidity: $25 (below this, don't trade)\nMax open exposure: 30% of bankroll across all positions\nDaily loss circuit breaker: $8 loss in a day → ALL trading stops for 24 hours\nCool-down: No trade within 1 hour of a loss\nNo revenge trading: Last loss must be >24h ago OR new trade is unrelated\nNo trading 12am–7am unless time-critical\nMandatory Counter-Arguments\n\nEvery trade MUST document:\n\nWhy could we be WRONG? (not a strawman — a genuine strong counter-argument)\nWhat would change our mind? (specific falsification criteria)\nExit strategy: When do we sell early?\nScore Card Template\nTRADE SCORE CARD\n═══════════════════════════════════════════════════════════\nMarket: [name]\nDate: [date]\nPosition: [YES/NO @ price]\n\n #  Dimension              Weight   Score   Weighted\n─── ────────────────────── ──────── ─────── ──────────\n 1  Information Edge        18%     __/10   __._%\n 2  Source Quality           12%     __/10   __._%\n 3  Market Efficiency        10%     __/10   __._%\n 4  Time Horizon              8%     __/10   __._%\n 5  Downside Protection      15%     __/10   __._%\n 6  Cross-Validation         12%     __/10   __._%\n 7  Historical Accuracy       5%     __/10   __._%\n 8  Liquidity/Execution       7%     __/10   __._%\n 9  Consensus Divergence      8%     __/10   __._%\n10  Event Catalyst             5%     __/10   __._%\n─── ────────────────────── ──────── ─────── ──────────\n                    TOTAL   100%            __._%\n\nMinimum Score: __/10 (dimension: _____________)\nVETO Check: [ ] All dimensions ≥ 4 — PASS / FAIL\n\nCounter-argument: ________________________________\nWhat would change our mind: _____________________\nExit strategy: __________________________________\n\nRESULT: TRADE / NO TRADE\nTier: [ ] Min ($3-5)  [ ] Standard ($5-7)  [ ] Conviction ($7.50)\n═══════════════════════════════════════════════════════════\n\nPre-Trade Checklist\nRESEARCH\n  [ ] Minimum 3 independent sources consulted\n  [ ] Sources documented with links\n  [ ] Strong counter-argument documented\n  [ ] Counter-argument is genuine (not strawman)\n\nSCORING\n  [ ] All 10 dimensions scored\n  [ ] Weighted score ≥ 80%\n  [ ] No dimension below 4/10\n  [ ] Score logged to trade journal\n\nRISK\n  [ ] Current bankroll: $______\n  [ ] Bet ≤ 10% of bankroll\n  [ ] Total open exposure ≤ 30%\n  [ ] Daily loss < $8 (circuit breaker not triggered)\n\nDISCIPLINE\n  [ ] Cool-down respected (1h since last loss)\n  [ ] Not revenge trading\n  [ ] Not trading 12am–7am\n\nDetailed Scoring Rubric\n\nSee references/scoring-rubric.md for the full 1–10 rubric for each dimension.\n\nTrade Journal\n\nLog every scored trade (pass or fail) to projects/polymarket/trade-journal/:\n\n## [DATE] — [MARKET NAME]\n- **Score:** XX.X%\n- **Result:** TRADE / NO TRADE / VETO\n- **Position:** YES/NO @ XXc | **Stake:** $X.XX\n- **Outcome:** WIN / LOSS / PENDING\n- **P&L:** +/- $X.XX\n- **Lesson:** (post-resolution)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/staybased/trade-validation",
    "publisherUrl": "https://clawhub.ai/staybased/trade-validation",
    "owner": "staybased",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/trade-validation",
    "downloadUrl": "https://openagent3.xyz/downloads/trade-validation",
    "agentUrl": "https://openagent3.xyz/skills/trade-validation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trade-validation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trade-validation/agent.md"
  }
}