{
  "schemaVersion": "1.0",
  "item": {
    "slug": "assess-risk",
    "name": "Uniswap Assess Risk",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/wpank/assess-risk",
    "canonicalUrl": "https://clawhub.ai/wpank/assess-risk",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/assess-risk",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=assess-risk",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/assess-risk"
    },
    "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/assess-risk",
    "agentPageUrl": "https://openagent3.xyz/skills/assess-risk/agent",
    "manifestUrl": "https://openagent3.xyz/skills/assess-risk/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/assess-risk/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "Provides an independent, multi-dimensional risk assessment for any proposed Uniswap operation. Delegates to the risk-assessor agent, which evaluates risk across 5+ dimensions and produces a composite score with a clear APPROVE, CONDITIONAL_APPROVE, VETO, or HARD_VETO decision.\n\nThe risk-assessor is a terminal node — it cannot be influenced by other agents. Its assessment is independent and objective, based solely on on-chain data."
      },
      {
        "title": "When to Use",
        "body": "Activate when the user asks:\n\n\"Is this trade safe?\"\n\"Risk assessment for swapping 100 ETH for USDC\"\n\"Should I LP in this pool?\"\n\"Evaluate the risk of swapping X for Y\"\n\"How risky is this pool?\"\n\"Is it safe to bridge tokens to Base?\"\n\"What's the risk of LPing with this token?\"\n\"Check if this token is safe to trade\"\n\"Risk check before I swap\""
      },
      {
        "title": "Parameters",
        "body": "ParameterRequiredDefaultHow to ExtractoperationYes—Natural language description of what the user wants to doriskToleranceNomoderate\"conservative\", \"moderate\", \"aggressive\"\n\nThe operation parameter is flexible — it can be:\n\nA swap: \"swap 100 ETH for USDC on Ethereum\"\nAn LP action: \"add $50K liquidity to WETH/USDC V3 0.05%\"\nA bridge: \"bridge 10 ETH from Ethereum to Base\"\nA token check: \"is PEPE safe to trade?\"\nA pool check: \"is the UNI/WETH pool risky?\""
      },
      {
        "title": "Workflow",
        "body": "Parse the operation from the user's request. Identify:\n\nOperation type: swap, add liquidity, remove liquidity, bridge, or token check\nTokens involved\nAmounts\nChain(s)\nPool (if applicable)\n\n\n\nDelegate to risk-assessor: Invoke Task(subagent_type:risk-assessor) with the parsed operation details and risk tolerance. The agent evaluates:\nDimensionWhat It ChecksSlippagePrice impact for the trade size vs pool liquidityImpermanent LossExpected IL based on pair volatility (LP operations only)LiquidityCan the position be exited? TVL vs position size ratioSmart ContractPool age, Uniswap version, hook audit status (V4)BridgeBridge mechanism reliability, liquidity (cross-chain only)\n\n\nPresent the assessment clearly with per-dimension scores and a final decision."
      },
      {
        "title": "Output Format",
        "body": "Risk Assessment\n\n  Operation: Swap 100 ETH for USDC on Ethereum\n  Risk Tolerance: Moderate\n  Decision: APPROVE\n\n  Risk Dimensions:\n    Slippage:        LOW  (0.3% price impact — sufficient liquidity)\n    Liquidity:       LOW  (TVL 250x trade size — deep pool)\n    Smart Contract:  LOW  (V3 pool, 18 months old, battle-tested)\n    Bridge:          N/A  (not a cross-chain operation)\n\n  Composite Risk: LOW\n  \n  Conditions: None — safe to proceed\n\n  HARD VETO Checks:\n    ✓ Verified tokens\n    ✓ Pool TVL > $1,000\n    ✓ Price impact < 10%"
      },
      {
        "title": "For a VETO:",
        "body": "Risk Assessment\n\n  Operation: LP $50K into NEWTOKEN/WETH 0.3% V4 (Ethereum)\n  Risk Tolerance: Conservative\n  Decision: VETO\n\n  Risk Dimensions:\n    Slippage:        MEDIUM  (1.2% entry impact due to low liquidity)\n    Impermanent Loss: HIGH   (>25% annual estimate — extremely volatile pair)\n    Liquidity:       HIGH    (TVL only 8x position size — exit risk)\n    Smart Contract:  HIGH    (V4 pool with unaudited hook contract)\n    Bridge:          N/A\n\n  Composite Risk: HIGH (exceeds conservative tolerance)\n\n  Why VETO:\n    - Impermanent loss estimate exceeds 20% annually\n    - V4 hook contract is unaudited — elevated smart contract risk\n    - Position would represent 12% of pool TVL — concentration risk\n\n  Mitigations (if you still want to proceed):\n    - Reduce position size to < 1% of pool TVL ($4,200)\n    - Use a wider range to reduce IL exposure\n    - Wait for hook contract audit\n    - Switch to risk tolerance \"aggressive\" (not recommended)"
      },
      {
        "title": "For a HARD VETO:",
        "body": "Risk Assessment\n\n  Operation: Swap 1000 ETH for SCAMTOKEN\n  Decision: HARD VETO (non-overridable)\n\n  HARD VETO Trigger: Unverified token contract\n  \n  SCAMTOKEN (0x1234...5678) failed verification:\n    - Not on any verified token list\n    - Contract deployed < 24 hours ago\n    - No trading history\n\n  This operation CANNOT proceed regardless of risk tolerance.\n  Hard vetoes protect against potential rug pulls and scam tokens.\n\n  Suggestion: Use \"research-token SCAMTOKEN\" to investigate further."
      },
      {
        "title": "Important Notes",
        "body": "The risk-assessor is a terminal, independent node. Its assessment cannot be overridden by other agents.\nHARD VETO decisions are non-negotiable — they trigger for: unverified tokens, pool TVL < $1K, price impact > 10%, bridge amount exceeding bridge liquidity.\nThis skill assesses risk but does not execute any operations. It's a \"should I?\" check before acting.\nFor LP operations, IL risk is always evaluated alongside the other dimensions.\nWhen data is insufficient, the risk-assessor defaults to HIGH risk for the affected dimension rather than guessing."
      },
      {
        "title": "Error Handling",
        "body": "ErrorUser-Facing MessageSuggested ActionCannot parse operation\"I need more details. What exactly are you planning?\"Ask user to describe the operationToken not found\"Could not find token X.\"Provide contract addressPool data unavailable\"Cannot access pool data for risk analysis.\"Try again laterAgent unavailable\"Risk assessor is not available.\"Check agent configuration"
      }
    ],
    "body": "Assess Risk\nOverview\n\nProvides an independent, multi-dimensional risk assessment for any proposed Uniswap operation. Delegates to the risk-assessor agent, which evaluates risk across 5+ dimensions and produces a composite score with a clear APPROVE, CONDITIONAL_APPROVE, VETO, or HARD_VETO decision.\n\nThe risk-assessor is a terminal node — it cannot be influenced by other agents. Its assessment is independent and objective, based solely on on-chain data.\n\nWhen to Use\n\nActivate when the user asks:\n\n\"Is this trade safe?\"\n\"Risk assessment for swapping 100 ETH for USDC\"\n\"Should I LP in this pool?\"\n\"Evaluate the risk of swapping X for Y\"\n\"How risky is this pool?\"\n\"Is it safe to bridge tokens to Base?\"\n\"What's the risk of LPing with this token?\"\n\"Check if this token is safe to trade\"\n\"Risk check before I swap\"\nParameters\nParameter\tRequired\tDefault\tHow to Extract\noperation\tYes\t—\tNatural language description of what the user wants to do\nriskTolerance\tNo\tmoderate\t\"conservative\", \"moderate\", \"aggressive\"\n\nThe operation parameter is flexible — it can be:\n\nA swap: \"swap 100 ETH for USDC on Ethereum\"\nAn LP action: \"add $50K liquidity to WETH/USDC V3 0.05%\"\nA bridge: \"bridge 10 ETH from Ethereum to Base\"\nA token check: \"is PEPE safe to trade?\"\nA pool check: \"is the UNI/WETH pool risky?\"\nWorkflow\n\nParse the operation from the user's request. Identify:\n\nOperation type: swap, add liquidity, remove liquidity, bridge, or token check\nTokens involved\nAmounts\nChain(s)\nPool (if applicable)\n\nDelegate to risk-assessor: Invoke Task(subagent_type:risk-assessor) with the parsed operation details and risk tolerance. The agent evaluates:\n\nDimension\tWhat It Checks\nSlippage\tPrice impact for the trade size vs pool liquidity\nImpermanent Loss\tExpected IL based on pair volatility (LP operations only)\nLiquidity\tCan the position be exited? TVL vs position size ratio\nSmart Contract\tPool age, Uniswap version, hook audit status (V4)\nBridge\tBridge mechanism reliability, liquidity (cross-chain only)\n\nPresent the assessment clearly with per-dimension scores and a final decision.\n\nOutput Format\nRisk Assessment\n\n  Operation: Swap 100 ETH for USDC on Ethereum\n  Risk Tolerance: Moderate\n  Decision: APPROVE\n\n  Risk Dimensions:\n    Slippage:        LOW  (0.3% price impact — sufficient liquidity)\n    Liquidity:       LOW  (TVL 250x trade size — deep pool)\n    Smart Contract:  LOW  (V3 pool, 18 months old, battle-tested)\n    Bridge:          N/A  (not a cross-chain operation)\n\n  Composite Risk: LOW\n  \n  Conditions: None — safe to proceed\n\n  HARD VETO Checks:\n    ✓ Verified tokens\n    ✓ Pool TVL > $1,000\n    ✓ Price impact < 10%\n\nFor a VETO:\nRisk Assessment\n\n  Operation: LP $50K into NEWTOKEN/WETH 0.3% V4 (Ethereum)\n  Risk Tolerance: Conservative\n  Decision: VETO\n\n  Risk Dimensions:\n    Slippage:        MEDIUM  (1.2% entry impact due to low liquidity)\n    Impermanent Loss: HIGH   (>25% annual estimate — extremely volatile pair)\n    Liquidity:       HIGH    (TVL only 8x position size — exit risk)\n    Smart Contract:  HIGH    (V4 pool with unaudited hook contract)\n    Bridge:          N/A\n\n  Composite Risk: HIGH (exceeds conservative tolerance)\n\n  Why VETO:\n    - Impermanent loss estimate exceeds 20% annually\n    - V4 hook contract is unaudited — elevated smart contract risk\n    - Position would represent 12% of pool TVL — concentration risk\n\n  Mitigations (if you still want to proceed):\n    - Reduce position size to < 1% of pool TVL ($4,200)\n    - Use a wider range to reduce IL exposure\n    - Wait for hook contract audit\n    - Switch to risk tolerance \"aggressive\" (not recommended)\n\nFor a HARD VETO:\nRisk Assessment\n\n  Operation: Swap 1000 ETH for SCAMTOKEN\n  Decision: HARD VETO (non-overridable)\n\n  HARD VETO Trigger: Unverified token contract\n  \n  SCAMTOKEN (0x1234...5678) failed verification:\n    - Not on any verified token list\n    - Contract deployed < 24 hours ago\n    - No trading history\n\n  This operation CANNOT proceed regardless of risk tolerance.\n  Hard vetoes protect against potential rug pulls and scam tokens.\n\n  Suggestion: Use \"research-token SCAMTOKEN\" to investigate further.\n\nImportant Notes\nThe risk-assessor is a terminal, independent node. Its assessment cannot be overridden by other agents.\nHARD VETO decisions are non-negotiable — they trigger for: unverified tokens, pool TVL < $1K, price impact > 10%, bridge amount exceeding bridge liquidity.\nThis skill assesses risk but does not execute any operations. It's a \"should I?\" check before acting.\nFor LP operations, IL risk is always evaluated alongside the other dimensions.\nWhen data is insufficient, the risk-assessor defaults to HIGH risk for the affected dimension rather than guessing.\nError Handling\nError\tUser-Facing Message\tSuggested Action\nCannot parse operation\t\"I need more details. What exactly are you planning?\"\tAsk user to describe the operation\nToken not found\t\"Could not find token X.\"\tProvide contract address\nPool data unavailable\t\"Cannot access pool data for risk analysis.\"\tTry again later\nAgent unavailable\t\"Risk assessor is not available.\"\tCheck agent configuration"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wpank/assess-risk",
    "publisherUrl": "https://clawhub.ai/wpank/assess-risk",
    "owner": "wpank",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/assess-risk",
    "downloadUrl": "https://openagent3.xyz/downloads/assess-risk",
    "agentUrl": "https://openagent3.xyz/skills/assess-risk/agent",
    "manifestUrl": "https://openagent3.xyz/skills/assess-risk/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/assess-risk/agent.md"
  }
}