Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Proactive monitoring of Aave V3 borrow positions with liquidation alerts. Queries user collateral, debt, and health factor across chains (Ethereum, Polygon, Arbitrum, etc.). Sends urgent alerts to Telegram/Discord/Slack when health factor drops below configurable thresholds (critical at 1.05, warning at 1.2). Use when you need continuous monitoring of Aave positions, want alerts before liquidation risk occurs, or need periodic summaries of your borrowing health.
Proactive monitoring of Aave V3 borrow positions with liquidation alerts. Queries user collateral, debt, and health factor across chains (Ethereum, Polygon, Arbitrum, etc.). Sends urgent alerts to Telegram/Discord/Slack when health factor drops below configurable thresholds (critical at 1.05, warning at 1.2). Use when you need continuous monitoring of Aave positions, want alerts before liquidation risk occurs, or need periodic summaries of your borrowing health.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Configure your wallet and thresholds once, then the skill runs automatically every 6 hours (configurable).
Run /aave-config init to set up: Your Ethereum wallet address (read-only; no private keys required) Health factor thresholds (default: critical 1.05, warning 1.2, stable >1.5) Check interval in hours (default: 6) Notification verbosity (verbose = daily summaries even if stable; quiet = only alerts) Preferred notification channel (Telegram default, or specify Discord/Slack) Example: /aave-config init โ Wallet: 0x1234...5678 โ Thresholds: 1.05 (critical), 1.2 (warning) โ Interval: 6 hours โ Verbosity: quiet (alerts only) โ Channel: telegram
Run /aave-monitor check to fetch your position immediately and see the alert format: /aave-monitor check โ Fetching position for 0x1234...5678 on Ethereum... โ Health Factor: 2.31 (Stable โ) โ Total Collateral: $50,342.12 โ Total Debt: $21,804.00 โ Borrowed Assets: USDC (15,000), WETH (0.5), USDT (6,804) โ Supplied Assets: WETH (10), USDC (20,000), DAI (30,000)
Run /aave-monitor enable to start automatic checks every 6 hours. The skill registers a cron job that silently runs in the background and alerts you only when health factor drops below threshold. For manual override: /aave-monitor enable --interval 4 # Check every 4 hours /aave-monitor disable # Stop monitoring /aave-monitor status # See current config + last check result
See references/config-guide.md for detailed config options, chain support, and threshold guidance. See references/aave-api.md for Aave V3 GraphQL schema and query patterns. Security & Credentials: See SECURITY.md for how credentials are handled and threat model. For auditors: See SECURITY.md for code review checklist and architecture details.
Query Phase: Calls Aave V3 GraphQL API with your wallet address Analysis Phase: Extracts health factor, collateral, debt, borrowed/supplied assets Alert Logic: If HF < 1.05 โ CRITICAL (red alert, send immediately) If HF < 1.2 โ WARNING (yellow alert, send immediately) If HF > 1.5 โ STABLE (no alert, unless verbose mode enables daily summary) Notification Phase: Posts alert to your configured channel with clear summary Retry Logic: If API fails, retries up to 3 times with exponential backoff
Invalid wallet address โ Logs error, skips check, retries next interval API timeout โ Retries up to 3x with exponential backoff (2s, 4s, 8s) Malformed response โ Alerts you to API changes, logs full response for debugging Network errors โ Silently retries; alerts only if all retries fail
NO private keys are requested or stored โ this is read-only monitoring only.
The skill uses OpenClaw's built-in message routing โ it does NOT store Telegram, Discord, or Slack tokens. You configure your messaging channel in OpenClaw (outside this skill) The skill calls OpenClaw's messaging API with just the alert text OpenClaw routes the message using your configured channels Example: /aave-config set channel telegram โ OpenClaw sends alerts via your pre-configured Telegram channel You must have a messaging channel already set up in OpenClaw. See OpenClaw docs for setting up Telegram/Discord/Slack integrations.
Wallet address: Stored in OpenClaw's encrypted config (never sent to external services except Aave's public API) API responses: Parsed for health factor only; sensitive position data is NOT logged Credentials: Managed by OpenClaw, never stored in skill files
โ Aave GraphQL API (public) โ reads your position data โ OpenClaw message routing โ sends formatted alerts to your configured channel โ Cron scheduler โ runs background checks on your interval โ Does NOT: Request private keys Store API tokens Execute transactions Modify your positions
# One-time position check /aave-monitor check # Start automatic monitoring /aave-monitor enable # Change thresholds (e.g., earlier warning at HF 1.3) /aave-config set thresholds 1.05 1.3 # Check monitoring status /aave-monitor status # View last 5 check results with alerts /aave-monitor history 5 # Disable monitoring temporarily /aave-monitor disable
Primary: Ethereum mainnet Also works (with same config address where applicable): Polygon Arbitrum Optimism Base Avalanche Gnosis Edit scripts/monitor.js to add chains or customize per-chain endpoints.
Change check interval: /aave-config set interval 4 # Check every 4 hours Change alert thresholds: /aave-config set thresholds 1.1 1.25 # Critical at 1.1, warning at 1.25 Enable verbose mode (daily summaries even if stable): /aave-config set verbosity verbose Switch notification channel: /aave-config set channel discord
See scripts/monitor.js for the core monitoring logic (GraphQL queries, health factor calculation, alert formatting). See scripts/cron-runner.js for cron job integration with OpenClaw's cron scheduler.
"Invalid wallet address" โ Check format: must be 0x... format. Try /aave-config view to see current config. "Health factor not returned by API" โ Wallet may not have Aave position. Try /aave-monitor check for immediate response. "API endpoint unreachable" โ Aave API may be down. Skill retries automatically. Check https://status.aave.com. "No notifications sent" โ Check that your notification channel is active. Run /aave-monitor check to test delivery.
Health factor = Total Collateral / Total Debt (net of liquidation threshold ratios) Liquidation occurs when HF โค 1.0 Variable debt accrues interest; stable debt is fixed-rate eMode allows higher LTV for correlated assets (e.g., stablecoins, ETH-LSTs) Supplied assets are collateral; they earn interest but can be seized if you're liquidated Last Updated: 2026-02-11 | Status: Ready for configuration
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.