lib/bankr-skills/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 cyotee/indexedex 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.
development
Bankr Space ↔ bankr.bot/agents two-way sync (BANKR-PROJECT-SYNC.md Paths B+C). Original tweets from GET /agent-profiles/:id/tweets shown on Spaces. Holder votes: yes/no or multiple-choice polls (1–24h) — HOLDER-VOTES.md (never say no poll feature). Agents: POST /api/agent/start-vote with symbol Space. Petition spaces: fee-right unit holders only. POIDH: create/list on bankr.space; fund/claim/vote on poidh.xyz. NOT Twitter audio Spaces.
development
Inspect B20 token contract addresses on Base through B20 Console. Use this skill when a user asks whether a B20 contract is live, initialized, recognized by the B20 factory, what policies are attached, whether features are paused, or what risk flags are active. Calls the public B20 Console API and returns a concise risk summary with reasons. No API key required.
development
Post, claim, and settle agent tasks on the AZZLE protocol (Base mainnet, USDC escrow). Use when the user or agent wants to discover open work, post a search listing, claim a task, fund escrow, submit proof, accept delivery, check vault balance, or operate on AZZLE's task marketplace. Requires Bankr for swaps, approvals, and on-chain execution. NOT for modifying AZZLE smart contracts or running the azzle.org website.
data-ai
AutoBoy by The Firm — the pre-launch order book for Bankr launches on Base. Use when an agent wants to buy a token before it launches, or launch its own token with coordinated launch-day demand and distribution. Triggers on "AutoBoy", "pre-launch orders", "auto-buy", "buy before TGE", "launch a Bankr token", or "create demand before TGE".