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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chainyoda/aaveclawWhat This Skill Does
aaveclaw is a specialized AI agent skill designed for seamless interaction with the Aave V3 lending protocol on the Base Sepolia testnet. It acts as an intermediary between the user and the blockchain, automating complex tasks like depositing collateral, borrowing assets, and managing loan health. By leveraging locally stored wallet configurations from ~/.x402-config.json, the skill enables secure and repeatable financial operations without requiring manual script orchestration from the user.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/chainyoda/aaveclaw
After installation, navigate to the skill directory and run the initialization script to ensure all dependencies, such as ethers.js, are properly configured:
bash scripts/setup.sh
Ensure your configuration file ~/.x402-config.json is correctly populated with your private key before attempting any transactions.
Use Cases
This skill is ideal for developers testing DeFi integration, users exploring lending protocols on the Base network, or anyone looking to simulate borrowing and lending cycles on a testnet. It is particularly useful for monitoring position risk through the health factor mechanism, ensuring users remain informed about liquidation thresholds before they reach critical levels.
Example Prompts
- "Check my current Aave position health on Base Sepolia and tell me how much WETH I have deposited."
- "I need to start testing, can you mint 1 WETH and 1000 USDC from the faucet for me?"
- "My current health factor is 2.0. Can you deposit 0.5 WETH and then borrow 50 USDC?"
Tips & Limitations
Always prioritize reading the current state using the health check script before executing any write operations. The health factor is the most important metric; if it drops below 1.5, consider your position high-risk. Remember that this skill operates on a testnet, meaning all assets are non-custodial and hold no real-world monetary value. The skill relies on external faucet availability and network RPC stability; if a transaction fails, check the Base Sepolia explorer for real-time status. Always maintain a buffer in your collateral to prevent involuntary liquidation due to market volatility.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chainyoda-aaveclaw": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, code-execution