Overview
- Skill Key
- chainyoda/aaveclaw
- Author
- chainyoda
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chainyoda/aaveclaw
- Latest Commit SHA
- bbde4f9bea0ca636354a4b8ac72d8c1399942e7c
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 aaveclaw 技能。 若已安装,则直接安装 aaveclaw 技能。
# aaveclaw - Aave V3 Lending on Base Sepolia Interact with Aave V3 lending protocol on Base Sepolia testnet. Manages the full lending lifecycle using the wallet from `~/.x402-config.json`. ## Setup Run `setup.sh` on first use to install dependencies (ethers v6): ``` bash scripts/setup.sh ``` ## Commands ### Check Health Factor 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. ### Mint Test Tokens (Faucet) 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 Collateral 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 Borrow USDC against deposited collateral. Uses variable interest rate. ``` bash scripts/borrow.sh 100 # Borrow 100 USDC ``` ### Repay Debt 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 Collateral 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 ``` ## Usage Guidelines - **Always run `health.sh` first** to see the current position before making changes. - **Ask the user for amounts** before executing deposit, borrow, repay, or withdraw. - **Always show the health factor** after any state-changing operation (the scripts do this automatically). - **Warn when health factor drops below 1.5** - the position is at risk of liquidation. - **Guide new users to the faucet** to get test tokens before depositing. - **Typical flow**: faucet (get tokens) -> deposit (add collateral)...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.