aave-planner

GitHub

用于规划 AAVE V3 借贷操作,支持以太坊和 Arbitrum 链。根据用户意图验证代币白名单、检查利率模式,并生成深度链接或手动执行路径,涵盖存取款、借贷及还款等操作。

data/skills-md/0xweaksheep/aave_farmore/aave-planner/SKILL.md NeverSight/learn-skills.dev

Trigger Scenarios

supply to aave borrow from aave repay aave loan withdraw from aave

Install

npx skills add NeverSight/learn-skills.dev --skill aave-planner -g -y
More Options

Non-standard path

npx skills add https://github.com/NeverSight/learn-skills.dev/tree/main/data/skills-md/0xweaksheep/aave_farmore/aave-planner -g -y

Use without installing

npx skills use NeverSight/learn-skills.dev@aave-planner

指定 Agent (Claude Code)

npx skills add NeverSight/learn-skills.dev --skill aave-planner -a claude-code -g -y

安装 repo 全部 skill

npx skills add NeverSight/learn-skills.dev --all -g -y

预览 repo 内 skill

npx skills add NeverSight/learn-skills.dev --list

SKILL.md

Frontmatter
{
    "name": "aave-planner",
    "license": "MIT",
    "metadata": {
        "author": "AAVE AI Contributors",
        "version": "1.0.0"
    },
    "description": "This skill should be used when the user asks to \"supply to aave\", \"deposit to aave\", \"lend on aave\", \"borrow from aave\", \"take loan on aave\", \"repay aave loan\", \"pay back aave\", \"withdraw from aave\", \"remove collateral\", \"aave lending\", \"earn yield on aave\", or mentions AAVE V3 operations including supply, borrow, repay, or withdraw on Ethereum or Arbitrum."
}

AAVE V3 Planner

Plan and generate deep links for AAVE V3 lending operations on Ethereum and Arbitrum.

Overview

Plan AAVE V3 operations by:

  1. Gathering operation intent (action, token, amount, chain)
  2. Validating token against whitelist
  3. Checking interest rate mode compatibility (for borrow)
  4. Generating a deep link or manual path for execution

Supported actions:

  • Supply: Deposit assets to earn yield
  • Borrow: Borrow assets against collateral
  • Repay: Repay borrowed assets
  • Withdraw: Withdraw supplied collateral

Supported chains:

  • Ethereum Mainnet (chainId: 1)
  • Arbitrum One (chainId: 42161)

Whitelist Assets

Ethereum (chainId: 1)

Symbol Address Decimals
USDC `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48` 6
USDT `0xdAC17F958D2ee523a2206206994597C13D831ec7` 6
WETH `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2` 18
WBTC `0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599` 8
DAI `0x6B175474E89094C44Da98b954EedeAC495271d0F` 18

Arbitrum (chainId: 42161)

Symbol Address Decimals
USDC `0xaf88d065e77c8cC2239327C5EDb3A432268e5831` 6
USDT `0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9` 6
WETH `0x82aF49447D8a07e3bd95BD0d56f35241523fBab1` 18
WBTC `0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f` 8
DAI `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` 18

Note: Only DAI supports stable rate borrowing. All other assets default to variable rate.

Deep Link Format

``` https://app.aave.com/?marketName={market}&token={token}&amount={amount}&action={action} ```

Market mapping:

  • Ethereum: `proto_mainnet_v3`
  • Arbitrum: `proto_arbitrum_v3`

Action mapping:

  • supply → `supply`
  • borrow → `borrow`
  • repay → `repay`
  • withdraw → `withdraw`

Position Simulation

When users want to preview how an action would affect their position:

```bash npx tsx packages/plugins/aave-planner/scripts/simulate-position.ts <chainId> <userAddress> ```

External Resources

Version History

  • e0220ca Current 2026-07-05 20:38

Same Skill Collection

data/skills-md/00prabalk00/claude-skills/knowledge-base-gap-finder/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-agile/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-auth/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-issues/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-project-management/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-projects/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-safe/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-search/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-spaces/SKILL.md
data/skills-md/01000001-01001110/agent-jira-skills/jira-transitions/SKILL.md
data/skills-md/0731coderlee-sudo/wechat-publisher/wechat-publisher/SKILL.md
data/skills-md/0froq/skills/conventionalcommits/SKILL.md
data/skills-md/0froq/skills/nuxt/SKILL.md
data/skills-md/0froq/skills/oq/SKILL.md
data/skills-md/0froq/skills/pinia/SKILL.md
data/skills-md/0froq/skills/pnpm/SKILL.md
data/skills-md/0froq/skills/slidev/SKILL.md
data/skills-md/0froq/skills/tsdown/SKILL.md
data/skills-md/0froq/skills/turborepo/SKILL.md
data/skills-md/0froq/skills/unocss/SKILL.md
data/skills-md/0froq/skills/vitepress/SKILL.md
data/skills-md/0froq/skills/vitest/SKILL.md
data/skills-md/0froq/skills/vue-best-practices/SKILL.md
data/skills-md/0froq/skills/vue-router-best-practices/SKILL.md
data/skills-md/0froq/skills/vue-testing-best-practices/SKILL.md
data/skills-md/0froq/skills/vue/SKILL.md
data/skills-md/0froq/skills/vueuse-functions/SKILL.md
data/skills-md/0froq/skills/web-design-guidelines/SKILL.md
data/skills-md/0juano/agent-skills/bondterminal-x402/SKILL.md
data/skills-md/0juano/agent-skills/edgeone-pages-deploy/SKILL.md
data/skills-md/0juano/agent-skills/ley-ar/SKILL.md
data/skills-md/0juano/agent-skills/ticktick/SKILL.md
data/skills-md/0juano/agent-skills/x-image-cards/SKILL.md
data/skills-md/0juano/x-image-cards/x-image-cards/SKILL.md
data/skills-md/0x0funky/agent-sprite-forge/generate2dsprite/SKILL.md
data/skills-md/0x0funky/agent-sprite-forge/video2dsprite/SKILL.md
data/skills-md/0x2e/superpowers/brainstorming/SKILL.md
data/skills-md/0x2e/superpowers/dispatching-parallel-agents/SKILL.md
data/skills-md/0x2e/superpowers/executing-plans/SKILL.md
data/skills-md/0x2e/superpowers/finishing-a-development-branch/SKILL.md
data/skills-md/0x2e/superpowers/receiving-code-review/SKILL.md
data/skills-md/0x2e/superpowers/requesting-code-review/SKILL.md
data/skills-md/0x2e/superpowers/subagent-driven-development/SKILL.md
data/skills-md/0x2e/superpowers/systematic-debugging/SKILL.md
data/skills-md/0x2e/superpowers/test-driven-development/SKILL.md
data/skills-md/0x2e/superpowers/using-git-worktrees/SKILL.md
data/skills-md/0x2e/superpowers/using-superpowers/SKILL.md
data/skills-md/0x2e/superpowers/verification-before-completion/SKILL.md
data/skills-md/0x2e/superpowers/writing-plans/SKILL.md
data/skills-md/0x2e/superpowers/writing-skills/SKILL.md

Metadata

Files
0
Version
f4b4cf1
Hash
3f14cde7
Indexed
2026-07-05 20:38

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-08 06:04
浙ICP备14020137号-1 $방문자$