Aave V3 lending protocol on Base Sepolia testnet. Deposit WETH collateral, borrow USDC, repay loans, withdraw collateral, check health factor, and mint test tokens via faucet. Use when users want to interact with Aave lending, check their lending position health, or get testnet tokens.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install aaveclaw或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install aaveclaw⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/aaveclaw/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: aaveclaw description: Aave V3 lending protocol on Base Sepolia testnet. Deposit WETH collateral, borrow USDC, repay loans, withdraw collateral, check health factor, and mint test tokens via faucet. Use when users want to interact with Aave lending, check their lending position health, or get testnet tokens. ---
Interact with Aave V3 lending protocol on Base Sepolia testnet. Manages the full lending lifecycle using the wallet from ~/.x402-config.json.
Run setup.sh on first use to install dependencies (ethers v6):
bash scripts/setup.sh
Check the current lending position. Safe to run anytime, read-only.
bash scripts/health.sh [address]
If no address is provided, uses the configured wallet address.
Get testnet WETH or USDC from the Aave faucet. Run this first if the wallet has no tokens.
bash scripts/faucet.sh weth 1 # Mint 1 WETH
bash scripts/faucet.sh usdc 1000 # Mint 1000 USDC
Deposit WETH as collateral into Aave. Auto-wraps native ETH to WETH if needed.
bash scripts/deposit.sh 0.5 # Deposit 0.5 WETH
Borrow USDC against deposited collateral. Uses variable interest rate.
bash scripts/borrow.sh 100 # Borrow 100 USDC
Repay borrowed USDC. Use "max" to repay entire debt.
bash scripts/repay.sh 50 # Repay 50 USDC
bash scripts/repay.sh max # Repay all debt
Withdraw WETH collateral. Use "max" to withdraw everything (only if no debt).
bash scripts/withdraw.sh 0.5 # Withdraw 0.5 WETH
bash scripts/withdraw.sh max # Withdraw all
health.sh first to see the current position before making changes.~/.x402-config.json with {"private_key": "0x..."}安装 aaveclaw 后,可以对 AI 说这些话来触发它
Help me get started with aaveclaw
Explains what aaveclaw does, walks through the setup, and runs a quick demo based on your current project
Use aaveclaw to aave V3 lending protocol on Base Sepolia testnet
Invokes aaveclaw with the right parameters and returns the result directly in the conversation
What can I do with aaveclaw in my product manager workflow?
Lists the top use cases for aaveclaw, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/aaveclaw/ 目录(个人级,所有项目可用),或 .claude/skills/aaveclaw/(项目级)。重启 AI 客户端后,用 /aaveclaw 主动调用,或让 AI 根据上下文自动发现并使用。
aaveclaw 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
aaveclaw 可免费安装使用。请查阅仓库了解许可证信息。
Aave V3 lending protocol on Base Sepolia testnet. Deposit WETH collateral, borrow USDC, repay loans, withdraw collateral, check health factor, and mint test tokens via faucet. Use when users want to interact with Aave lending, check their lending position health, or get testnet tokens.
aaveclaw 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using aaveclaw
Identifies repetitive steps in your workflow and sets up aaveclaw to handle them automatically