Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Security patch: Added missing cron-runner.js, clarified credential handling (uses OpenClaw's message routing), removed full API response logging, added detailed SECURITY.md for auditors.
What This Skill Does
Monitors Aave V3 borrow positions across multiple chains and sends alerts when health factor drops below configurable thresholds. Runs on a cron schedule every 6 hours by default, querying collateral, debt, and health factor for a given wallet address. No private keys required — read-only access only.
Automated background polling with tiered alerts catches health factor drops between manual check-ins, which is when liquidations actually happen.
When to use it
- Getting alerted before a leveraged ETH position gets liquidated
- Tracking health factor across Ethereum and Arbitrum from one config
- Setting tighter warning thresholds during volatile market periods
- Reviewing borrowed asset breakdown after a price drop
- Running a daily summary of borrow positions in verbose mode
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: check my Aave position and alert me if health factor is below 1.2
- 1Calls /aave-config init to set wallet address 0x1234...5678 and warning threshold to 1.2
- 2Calls Aave V3 GraphQL API to fetch collateral, debt, and health factor for the wallet
- 3Evaluates health factor against configured thresholds
- 4Formats alert with position summary, borrowed assets, and suggested actions
- 5Routes alert to configured notification channel via OpenClaw message routing
Warning alert sent to Telegram: Health Factor 1.15, total collateral $50,000, total debt $43,000, suggested actions to repay or add collateral
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.