On-Chain Monitor

Monitor blockchain addresses and contracts for significant activity via RPC endpoints.

17|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/aaronjmars/miroshark-aeon --skill on-chain-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: On-Chain Monitor
Source: https://github.com/aaronjmars/miroshark-aeon/tree/main/skills/on-chain-monitor
Command: npx skills add https://github.com/aaronjmars/miroshark-aeon --skill on-chain-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables monitoring blockchain addresses and contracts for notable activity, helping users stay informed about relevant blockchain events without manual checks.

Core Features & Use Cases

  • Transaction Monitoring: Tracks recent transactions and balance changes for specified addresses and contracts.
  • Event Detection: Identifies and flags significant activity such as transfers or smart contract events.
  • Use Case: A user wants to be notified when their wallet receives a transfer or when a particular contract emits an event; this Skill automates that process seamlessly.

Quick Start

Use the on-chain monitor to check updates for the wallet at address 0x1234...abcd on the Ethereum network.

Frequently Asked Questions about On-Chain Monitor

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

FAQPage Schema
How do I monitor Ethereum contracts for significant activity and events?

To monitor Ethereum contracts for significant activity, the Skill connects to RPC endpoints, queries recent blocks and logs, and flags notable changes like transfers or smart contract events. It supports prompt alerts and historical logging.

How does real-time blockchain address tracking work for detecting balance changes?

Real-time blockchain address tracking works by connecting to RPC interfaces to query recent blocks and logs, identifying balance changes and transactions for specified addresses to flag notable activity without manual checks.

Can I track smart contract events on Ethereum using an RPC endpoint?

Yes, you can track smart contract events on Ethereum by connecting to RPC endpoints with read access. The Skill queries recent logs and blocks to identify and flag significant activity emitted by specified contracts.

Do I need read access to blockchain RPC interfaces to track wallet transactions?

Yes, you need read access to blockchain RPC interfaces to track wallet transactions. The Skill requires this access to query recent blocks and logs, reading configuration from YAML files to monitor specified addresses.

What is the best way to get alerts for blockchain transfers without manual checks?

The best way to get alerts for blockchain transfers is using an automated tracker that connects to RPC endpoints, queries recent blocks, and flags significant activity. This maintains real-time awareness and logs historical data.

What are the limitations of monitoring blockchain addresses with this approach?

A limitation of monitoring blockchain addresses is that it requires read access to RPC interfaces and reads configuration from YAML files, meaning it cannot operate without these prerequisites. It focuses on querying recent blocks and logs rather than full historical synchronization.