aeon-on-chain-monitor/SKILL.md
Watchlist monitor over blockchain addresses and contracts. Surfaces large transfers, new approvals, contract upgrades, unusual gas spends, MEV interactions, and first-time interactions with new contracts. Silent on quiet members. Pluggable RPC layer (Bankr / Quicknode / Alchemy / public). Triggers: "watch this wallet", "monitor address X", "alert on 0x...", "did the multisig move funds", "track this contract".
npx skillsauth add bankrbot/openclaw-skills aeon-on-chain-monitorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Watchlist over EVM addresses and contracts. Pulls activity from RPC + indexers, classifies events, surfaces only what's changed since the last run.
addresses:
- address: 0x...
label: "DAO treasury"
chain: base
alert_min_usd: 1000 # transfers above this size
- address: 0x...
label: "Counterparty contract"
chain: ethereum
# watches for any contract upgrade
- address: 0x...
label: "Whale A"
chain: base
alert_min_usd: 50000
| Trigger | Default |
|---|---|
| Transfer in/out above alert_min_usd | $1,000 |
| New ERC-20 approval | any |
| Contract upgrade (proxy Upgraded event) | any — always fires |
| Large gas spend (> 0.05 ETH equivalent) | any |
| First-time interaction with a new contract | once per (watched, counterpart) pair |
| MEV bot interaction (sandwich/frontrun/backrun) | any |
eth_getLogs for ERC-20 Transfer + Approval topics, eth_getTransactionByHash for tx detail, token prices via CoinGecko / DefiLlama for USD enrichment. Any of: Bankr-compatible RPC (already provisioned via Bankr Wallet API), Quicknode, Alchemy, or a public RPC.
Per surfaced address, the events of interest with USD value, counterparty label if known, and a one-line context note (pattern recognition vs prior weeks). Events that can't be priced show without $ — never zero-filled.
data-ai
Claim and withdraw payments from Metr (metrpay.com) merchant account.
development
AI-powered crypto trading agent, wallet API, and LLM gateway via natural language. Use when the user wants to trade crypto, trade tokenized stocks and ETFs (spot or leveraged), check portfolio balances (with PnL and NFTs), view token prices, search tokens, transfer crypto, manage NFTs, use leverage (Hyperliquid or Avantis), bet on Polymarket, deploy tokens, set up automated trading, sign and submit raw transactions, call or deploy x402 paid API endpoints, browse the web, or access LLM models through the Bankr LLM gateway funded by your Bankr wallet. Supports Base, Ethereum, Polygon, Solana, Unichain, World Chain, Arbitrum, BNB Chain, and Robinhood Chain.
testing
Urizen — an AI equity-research desk + the first autonomous fund on Robinhood Chain (4663), as an agent skill. Real charts & technicals for any tokenized US stock, SEC fundamentals + filings + insider activity, Wall Street analyst consensus, financial news, the macro calendar (Fed/CPI/jobs), live prediction-market odds, and on-chain price — plus the fund's live strategies, book, execution tape, and one-token exposure via $URI. Public, key-less, CORS-open REST on chain 4663. Triggers on: "urizen", "research a stock", "tokenized stock", "SEC fundamentals", "analyst rating", "economic calendar", "prediction market odds", "copy trade the fund", "urizen book", "buy $URI".
development
List tokens on CoinHero via consignment deals on Base — deposit ERC-20 inventory, earn USDC when the protocol buys your token for CoinHero card games. Use when a wallet-enabled agent wants to consign a Base ERC-20 token, check deal performance, or withdraw earnings. Requires a CoinHero dashboard API key and a wallet (EOA) on Base mainnet with at least $50 USD worth of the token to deposit.