Wallet Health Monitor

Monitor wallet balances, gas levels, and claimable fees across multiple wallets.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/0xAxiom/axiom-public --skill wallet-health-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Wallet Health Monitor
Source: https://github.com/0xAxiom/axiom-public/tree/main/agent-tools/skills/wallet-health
Command: npx skills add https://github.com/0xAxiom/axiom-public --skill wallet-health-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires viem, dotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill monitors wallet balances, gas levels, and claimable fees across multiple wallets to provide timely alerts and operational visibility.

Core Features & Use Cases

  • Real-time wallet health: Track ETH and USDC balances, gas, and pending Clanker fees for multiple wallets.
  • Instant alerts: Notify you when gas is low or claimable fees exceed a threshold.
  • Cron-friendly reporting: Output a JSON snapshot suitable for cron jobs and automation.

Quick Start

Check all configured wallets:

  • cd ~/Github/axiom-public/agent-tools/skills/wallet-health
  • node scripts/wallet-health.mjs check See only alerts:
  • node scripts/wallet-health.mjs alerts JSON output for cron:
  • node scripts/wallet-health.mjs check --json

Frequently Asked Questions about Wallet Health Monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor wallet balances and gas levels across multiple crypto wallets?

Monitor wallet balances and gas levels using real-time checks that track ETH, USDC, and pending fees across multiple wallets. The Skill runs Node.js scripts with viem to fetch current balances and alert you when gas or claimable fees meet configured thresholds.

Can I set up automated alerts when gas or fees reach a certain level?

Yes, automated alerts notify you instantly when gas is low or claimable fees exceed your threshold. Run the alerts command to see only triggered conditions, or integrate JSON output into cron jobs for continuous monitoring.

What do I need to get started monitoring wallets with Node.js and viem?

You need Node.js installed, the viem and dotenv dependencies, and wallet addresses configured in your environment. The Skill provides scripts that check wallet health and output results in JSON format for automation.

How do I integrate wallet monitoring into my automation workflows?

Export wallet snapshots as JSON output using the check --json command, which produces structured data suitable for cron jobs and automation pipelines. Feed this output into downstream alerting or reporting systems.

Why use viem for wallet monitoring instead of other Node.js libraries?

Viem provides lightweight, type-safe blockchain interactions for fetching balances and gas data. It integrates seamlessly with Node.js environments and handles multi-wallet operations efficiently without heavy dependencies.