{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aave",
    "name": "Aave",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/aave",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/aave",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aave",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aave",
    "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/aave"
    },
    "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/aave",
    "agentPageUrl": "https://openagent3.xyz/skills/aave/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aave/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aave/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 Concepts",
        "body": "Supply assets to earn interest — deposit, receive aTokens representing position\nBorrow against collateral — must supply first, then borrow up to limit\naTokens accrue interest — balance grows over time automatically\nHealth Factor determines liquidation risk — below 1.0 = liquidation\nVariable and stable rates available — stable costs more but predictable"
      },
      {
        "title": "Health Factor (Critical)",
        "body": "Health Factor = (Collateral × Liquidation Threshold) / Borrowed\nAbove 1.0 is safe — higher is safer\nAt 1.0, liquidation begins — partial position closed\nMonitor actively during volatility — prices move, health factor changes\nAdd collateral or repay debt to improve — before liquidation happens"
      },
      {
        "title": "Supplying (Lending)",
        "body": "Deposit supported assets — ETH, stablecoins, various tokens\nReceive aTokens 1:1 — aETH, aUSDC, etc.\nInterest accrues in real-time — aToken balance grows\nCan withdraw anytime if liquidity available — high utilization may block withdrawals\nEnable as collateral to borrow against — optional per asset"
      },
      {
        "title": "Borrowing",
        "body": "Must have collateral supplied first — can't borrow without\nBorrow up to LTV (Loan-to-Value) ratio — varies by asset, usually 70-85%\nInterest accrues on borrowed amount — must repay more than borrowed\nVariable rate changes with market — stable rate fixed but higher\nDebt tokens represent borrowing — not transferable"
      },
      {
        "title": "Liquidations",
        "body": "Triggered when Health Factor < 1 — automated, permissionless\nLiquidators repay portion of debt — receive collateral + bonus\nLiquidation penalty 5-10% — you lose this bonus amount\nUp to 50% of debt liquidated at once — may need multiple liquidations\nPrevention: monitor and manage HF actively"
      },
      {
        "title": "Multi-Chain Deployment",
        "body": "Aave V3 on Ethereum, Polygon, Arbitrum, Optimism, Avalanche, more\nSame interface, different markets — assets and rates differ\nBridged assets may differ — USDC vs USDC.e\nPortals enable cross-chain — supply on one chain, borrow on another"
      },
      {
        "title": "E-Mode (Efficiency Mode)",
        "body": "Higher LTV for correlated assets — stablecoins to stablecoins, ETH to stETH\nUp to 97% LTV in E-Mode — vs ~80% normally\nOnly borrow assets in same E-Mode category — restricted but efficient\nHigher liquidation risk — narrow margin, monitor closely"
      },
      {
        "title": "GHO Stablecoin",
        "body": "Aave's native stablecoin — minted by borrowing\nBacked by Aave collateral — overcollateralized\nInterest paid to Aave DAO — different from regular borrowing\nstkAAVE holders get discount — reduced borrow rate"
      },
      {
        "title": "AAVE Token",
        "body": "Governance token — vote on proposals\nStaking in Safety Module — earn rewards, risk of slashing in shortfall\nstkAAVE for staking — represents staked position\n10-day cooldown to unstake — plus 2-day unstake window"
      },
      {
        "title": "Risk Management",
        "body": "Don't max out borrowing — leave buffer for price movements\nDiversify collateral — single asset concentration increases risk\nUse stablecoins for lower volatility — stable collateral = stable HF\nSet alerts for Health Factor — services like DefiSaver\nConsider automation — automatic deleveraging tools"
      },
      {
        "title": "Common Mistakes",
        "body": "Borrowing at max LTV — immediate liquidation risk\nIgnoring variable rate changes — rates can spike quickly\nNot monitoring during volatility — HF changes fast with price\nSupplying without enabling collateral — can't borrow if not enabled\nForgetting about interest — debt grows over time"
      },
      {
        "title": "Gas Considerations",
        "body": "Approvals needed for each new asset — first-time gas cost\nSupply and borrow are separate transactions — plan gas for both\nL2 deployments much cheaper — Arbitrum, Optimism save significantly\nBatch operations where possible — some aggregators help"
      },
      {
        "title": "Integrations",
        "body": "DefiSaver for automation — auto-repay, auto-leverage\nInstadapp for advanced management — DeFi dashboard\n1inch, Paraswap for swaps — swap and supply in one transaction\nFlash loans for advanced users — borrow without collateral, repay in same tx"
      }
    ],
    "body": "Core Concepts\nSupply assets to earn interest — deposit, receive aTokens representing position\nBorrow against collateral — must supply first, then borrow up to limit\naTokens accrue interest — balance grows over time automatically\nHealth Factor determines liquidation risk — below 1.0 = liquidation\nVariable and stable rates available — stable costs more but predictable\nHealth Factor (Critical)\nHealth Factor = (Collateral × Liquidation Threshold) / Borrowed\nAbove 1.0 is safe — higher is safer\nAt 1.0, liquidation begins — partial position closed\nMonitor actively during volatility — prices move, health factor changes\nAdd collateral or repay debt to improve — before liquidation happens\nSupplying (Lending)\nDeposit supported assets — ETH, stablecoins, various tokens\nReceive aTokens 1:1 — aETH, aUSDC, etc.\nInterest accrues in real-time — aToken balance grows\nCan withdraw anytime if liquidity available — high utilization may block withdrawals\nEnable as collateral to borrow against — optional per asset\nBorrowing\nMust have collateral supplied first — can't borrow without\nBorrow up to LTV (Loan-to-Value) ratio — varies by asset, usually 70-85%\nInterest accrues on borrowed amount — must repay more than borrowed\nVariable rate changes with market — stable rate fixed but higher\nDebt tokens represent borrowing — not transferable\nLiquidations\nTriggered when Health Factor < 1 — automated, permissionless\nLiquidators repay portion of debt — receive collateral + bonus\nLiquidation penalty 5-10% — you lose this bonus amount\nUp to 50% of debt liquidated at once — may need multiple liquidations\nPrevention: monitor and manage HF actively\nMulti-Chain Deployment\nAave V3 on Ethereum, Polygon, Arbitrum, Optimism, Avalanche, more\nSame interface, different markets — assets and rates differ\nBridged assets may differ — USDC vs USDC.e\nPortals enable cross-chain — supply on one chain, borrow on another\nE-Mode (Efficiency Mode)\nHigher LTV for correlated assets — stablecoins to stablecoins, ETH to stETH\nUp to 97% LTV in E-Mode — vs ~80% normally\nOnly borrow assets in same E-Mode category — restricted but efficient\nHigher liquidation risk — narrow margin, monitor closely\nGHO Stablecoin\nAave's native stablecoin — minted by borrowing\nBacked by Aave collateral — overcollateralized\nInterest paid to Aave DAO — different from regular borrowing\nstkAAVE holders get discount — reduced borrow rate\nAAVE Token\nGovernance token — vote on proposals\nStaking in Safety Module — earn rewards, risk of slashing in shortfall\nstkAAVE for staking — represents staked position\n10-day cooldown to unstake — plus 2-day unstake window\nRisk Management\nDon't max out borrowing — leave buffer for price movements\nDiversify collateral — single asset concentration increases risk\nUse stablecoins for lower volatility — stable collateral = stable HF\nSet alerts for Health Factor — services like DefiSaver\nConsider automation — automatic deleveraging tools\nCommon Mistakes\nBorrowing at max LTV — immediate liquidation risk\nIgnoring variable rate changes — rates can spike quickly\nNot monitoring during volatility — HF changes fast with price\nSupplying without enabling collateral — can't borrow if not enabled\nForgetting about interest — debt grows over time\nGas Considerations\nApprovals needed for each new asset — first-time gas cost\nSupply and borrow are separate transactions — plan gas for both\nL2 deployments much cheaper — Arbitrum, Optimism save significantly\nBatch operations where possible — some aggregators help\nIntegrations\nDefiSaver for automation — auto-repay, auto-leverage\nInstadapp for advanced management — DeFi dashboard\n1inch, Paraswap for swaps — swap and supply in one transaction\nFlash loans for advanced users — borrow without collateral, repay in same tx"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/aave",
    "publisherUrl": "https://clawhub.ai/ivangdavila/aave",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aave",
    "downloadUrl": "https://openagent3.xyz/downloads/aave",
    "agentUrl": "https://openagent3.xyz/skills/aave/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aave/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aave/agent.md"
  }
}