Wallet Digest

Computes daily per-wallet balance deltas and transaction counts from memory/on-chain-watches.yml.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill wallet-digest-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Wallet Digest
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/wallet-digest
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill wallet-digest-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lightweight balance-and-activity summary across tracked wallets, enabling quick situational awareness without decoding transfers.

Core Features & Use Cases

  • Daily digest of per-wallet balances with deltas and tx counts for monitoring multiple addresses.
  • Quick flagging of notable changes and simple integration with memory/on-chain-watches.yml.
  • Use case: maintain oversight of a wallet portfolio without deep transaction decoding.

Quick Start

Run the Wallet Digest to generate a daily balance-and-activity digest for all watched wallets.

Frequently Asked Questions about Wallet Digest

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

FAQPage Schema
How do I monitor Ethereum wallet balances and activity across multiple addresses?

You can monitor multiple Ethereum wallets by reading the memory/on-chain-watches.yml configuration file to list watched addresses. The Skill then computes balance deltas and transaction counts to output a compact daily digest for routine portfolio oversight.

What is a lightweight wallet digest and when do I need it for on-chain monitoring?

A lightweight wallet digest is a daily summary of per-wallet balances, balance deltas, and transaction counts for watched Ethereum addresses. You need it for quick situational awareness across a portfolio without deep transaction decoding.

How do I configure watched addresses for daily wallet balance tracking?

You configure watched addresses for daily wallet balance tracking by defining them in the memory/on-chain-watches.yml file. The digest computation reads this configuration and supports optional label filtering to organize the output.

Does this wallet monitoring approach decode transaction transfers for Ethereum wallets?

No, this wallet monitoring approach does not decode transaction transfers. It focuses on computing lightweight balance deltas and transaction counts suitable for routine portfolio monitoring without deep transaction decoding.

Can I filter the wallet digest output by labels for my watched addresses?

Yes, you can filter the wallet digest output by labels. The Skill reads the memory/on-chain-watches.yml configuration and applies optional label filtering to organize the balance deltas and transaction counts across your tracked addresses.

What's the best way to track balance changes for multiple Ethereum wallets without decoding transfers?

The best way to track balance changes without decoding transfers is generating a daily digest of per-wallet balance deltas and transaction counts. This provides quick situational awareness for routine portfolio monitoring across multiple addresses.