LaunchKit · 2026
Back to Skills

aave-liquidation-monitor

Proactive monitoring of Aave V3 borrow positions with liquidation alerts.

0
991 downloads
by @jgramajo4

Setup & Installation

openclaw skills install @jgramajo4/aave-liquidation-monitor

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install aave-liquidation-monitor

Version History

v1.0.1Feb 11, 2026 - Version note by skill developer:

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.

INPUT

User asks: check my Aave position and alert me if health factor is below 1.2

AGENT
  1. 1Calls /aave-config init to set wallet address 0x1234...5678 and warning threshold to 1.2
  2. 2Calls Aave V3 GraphQL API to fetch collateral, debt, and health factor for the wallet
  3. 3Evaluates health factor against configured thresholds
  4. 4Formats alert with position summary, borrowed assets, and suggested actions
  5. 5Routes alert to configured notification channel via OpenClaw message routing
OUTPUT

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.

Messaging channel (Telegram, Discord, or Slack) configured in OpenClaw