{
  "schemaVersion": "1.0",
  "item": {
    "slug": "optimize-lp",
    "name": "Uniswap Optimize Lp",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/wpank/optimize-lp",
    "canonicalUrl": "https://clawhub.ai/wpank/optimize-lp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/optimize-lp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=optimize-lp",
    "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-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/optimize-lp"
    },
    "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/optimize-lp",
    "agentPageUrl": "https://openagent3.xyz/skills/optimize-lp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/optimize-lp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/optimize-lp/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 a focused, actionable LP strategy recommendation for a specific token pair. Delegates to the lp-strategist agent, which analyzes pair volatility, evaluates version options, selects the optimal fee tier, calculates the best range width, and designs a rebalance strategy — all backed by on-chain data and risk analysis.\n\nThis skill answers the question: \"How should I LP into X/Y?\" with a concrete, implementable answer."
      },
      {
        "title": "When to Use",
        "body": "Activate when the user asks:\n\n\"Best LP strategy for ETH/USDC\"\n\"How should I LP $10K into ETH/USDC?\"\n\"Tight or wide range for WETH/USDC?\"\n\"V2 or V3 for this pair?\"\n\"What fee tier should I use for UNI/WETH?\"\n\"Optimize my LP approach for X/Y\"\n\"What range should I set for my ETH/USDC position?\"\n\"Should I use concentrated liquidity for this pair?\""
      },
      {
        "title": "Parameters",
        "body": "ParameterRequiredDefaultHow to Extracttoken0Yes—First token: \"ETH\", \"WETH\", \"USDC\", or 0x addresstoken1Yes—Second tokencapitalNo—Amount to LP: \"$10K\", \"5 ETH\", \"$50,000\"chainNoethereum\"ethereum\", \"base\", \"arbitrum\", etc.riskToleranceNomoderate\"conservative\", \"moderate\", \"aggressive\""
      },
      {
        "title": "Workflow",
        "body": "Extract parameters from the user's request. Identify the token pair, capital amount (if mentioned), chain, and risk tolerance.\n\n\nDelegate to lp-strategist: Invoke Task(subagent_type:lp-strategist) with the parameters. The agent performs a 7-step analysis:\n\nClassifies the pair (stable-stable, stable-volatile, volatile-volatile)\nEvaluates V2 vs V3 vs V4 tradeoffs\nSelects optimal fee tier with data backing\nCalculates range width targeting >80% time-in-range\nDesigns rebalance strategy with gas cost analysis\nGets independent risk assessment from risk-assessor\nProduces a recommendation with conservative/moderate/optimistic estimates\n\n\n\nPresent the strategy as a clear, actionable recommendation with specific numbers."
      },
      {
        "title": "Output Format",
        "body": "LP Strategy for WETH/USDC\n\n  Recommendation: V3, 0.05% fee tier\n  Pool: 0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640 (Ethereum)\n\n  Range: $1,668 - $2,258 (±15%, medium strategy)\n  Expected time-in-range: ~82%\n\n  Expected Returns (annualized):\n    Conservative: 8.5% APY (after IL)\n    Moderate:     15.2% APY (after IL)\n    Optimistic:   24.1% APY (after IL)\n\n  Expected IL:\n    Conservative: 2.1%\n    Moderate:     5.8%\n    Worst case:   12.3%\n\n  Rebalance Strategy:\n    Trigger: Price within 10% of range boundary\n    Frequency: Every 2-3 weeks (estimated)\n    Gas cost: ~$15 per rebalance\n\n  Risk Assessment: MEDIUM (approved by risk-assessor)\n\n  Alternatives Considered:\n    V3 0.3%: Lower APY (8%) but less competition\n    V2: No range management, ~4% APY — good for passive\n    Narrow range (±5%): Higher APY but needs weekly rebalancing\n\n  Ready to add liquidity? Say \"Add liquidity to WETH/USDC\""
      },
      {
        "title": "Important Notes",
        "body": "This skill provides a strategy recommendation, not execution. To act on it, use the manage-liquidity skill.\nAll APY estimates are based on historical data. Past performance does not guarantee future returns.\nIL estimates are always shown alongside fee APY — never fee APY alone.\nFor small positions (<$1K), the recommendation accounts for gas costs eating into returns.\nThe lp-strategist internally delegates to pool-researcher for data and risk-assessor for risk evaluation."
      },
      {
        "title": "Error Handling",
        "body": "ErrorUser-Facing MessageSuggested ActionToken not found\"Could not find token X on Uniswap.\"Provide contract addressNo pools exist\"No pools found for X/Y on this chain.\"Try different chain or check tokensInsufficient data\"Not enough historical data to produce a reliable strategy.\"Pool may be too newAgent unavailable\"LP strategist is not available.\"Check agent configuration"
      }
    ],
    "body": "Optimize LP\nOverview\n\nProvides a focused, actionable LP strategy recommendation for a specific token pair. Delegates to the lp-strategist agent, which analyzes pair volatility, evaluates version options, selects the optimal fee tier, calculates the best range width, and designs a rebalance strategy — all backed by on-chain data and risk analysis.\n\nThis skill answers the question: \"How should I LP into X/Y?\" with a concrete, implementable answer.\n\nWhen to Use\n\nActivate when the user asks:\n\n\"Best LP strategy for ETH/USDC\"\n\"How should I LP $10K into ETH/USDC?\"\n\"Tight or wide range for WETH/USDC?\"\n\"V2 or V3 for this pair?\"\n\"What fee tier should I use for UNI/WETH?\"\n\"Optimize my LP approach for X/Y\"\n\"What range should I set for my ETH/USDC position?\"\n\"Should I use concentrated liquidity for this pair?\"\nParameters\nParameter\tRequired\tDefault\tHow to Extract\ntoken0\tYes\t—\tFirst token: \"ETH\", \"WETH\", \"USDC\", or 0x address\ntoken1\tYes\t—\tSecond token\ncapital\tNo\t—\tAmount to LP: \"$10K\", \"5 ETH\", \"$50,000\"\nchain\tNo\tethereum\t\"ethereum\", \"base\", \"arbitrum\", etc.\nriskTolerance\tNo\tmoderate\t\"conservative\", \"moderate\", \"aggressive\"\nWorkflow\n\nExtract parameters from the user's request. Identify the token pair, capital amount (if mentioned), chain, and risk tolerance.\n\nDelegate to lp-strategist: Invoke Task(subagent_type:lp-strategist) with the parameters. The agent performs a 7-step analysis:\n\nClassifies the pair (stable-stable, stable-volatile, volatile-volatile)\nEvaluates V2 vs V3 vs V4 tradeoffs\nSelects optimal fee tier with data backing\nCalculates range width targeting >80% time-in-range\nDesigns rebalance strategy with gas cost analysis\nGets independent risk assessment from risk-assessor\nProduces a recommendation with conservative/moderate/optimistic estimates\n\nPresent the strategy as a clear, actionable recommendation with specific numbers.\n\nOutput Format\nLP Strategy for WETH/USDC\n\n  Recommendation: V3, 0.05% fee tier\n  Pool: 0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640 (Ethereum)\n\n  Range: $1,668 - $2,258 (±15%, medium strategy)\n  Expected time-in-range: ~82%\n\n  Expected Returns (annualized):\n    Conservative: 8.5% APY (after IL)\n    Moderate:     15.2% APY (after IL)\n    Optimistic:   24.1% APY (after IL)\n\n  Expected IL:\n    Conservative: 2.1%\n    Moderate:     5.8%\n    Worst case:   12.3%\n\n  Rebalance Strategy:\n    Trigger: Price within 10% of range boundary\n    Frequency: Every 2-3 weeks (estimated)\n    Gas cost: ~$15 per rebalance\n\n  Risk Assessment: MEDIUM (approved by risk-assessor)\n\n  Alternatives Considered:\n    V3 0.3%: Lower APY (8%) but less competition\n    V2: No range management, ~4% APY — good for passive\n    Narrow range (±5%): Higher APY but needs weekly rebalancing\n\n  Ready to add liquidity? Say \"Add liquidity to WETH/USDC\"\n\nImportant Notes\nThis skill provides a strategy recommendation, not execution. To act on it, use the manage-liquidity skill.\nAll APY estimates are based on historical data. Past performance does not guarantee future returns.\nIL estimates are always shown alongside fee APY — never fee APY alone.\nFor small positions (<$1K), the recommendation accounts for gas costs eating into returns.\nThe lp-strategist internally delegates to pool-researcher for data and risk-assessor for risk evaluation.\nError Handling\nError\tUser-Facing Message\tSuggested Action\nToken not found\t\"Could not find token X on Uniswap.\"\tProvide contract address\nNo pools exist\t\"No pools found for X/Y on this chain.\"\tTry different chain or check tokens\nInsufficient data\t\"Not enough historical data to produce a reliable strategy.\"\tPool may be too new\nAgent unavailable\t\"LP strategist is not available.\"\tCheck agent configuration"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wpank/optimize-lp",
    "publisherUrl": "https://clawhub.ai/wpank/optimize-lp",
    "owner": "wpank",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/optimize-lp",
    "downloadUrl": "https://openagent3.xyz/downloads/optimize-lp",
    "agentUrl": "https://openagent3.xyz/skills/optimize-lp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/optimize-lp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/optimize-lp/agent.md"
  }
}