feat(skills): lawb-pool-monitor — autonomous prize-pool watcher for LawbWorld arcade on Base#214
feat(skills): lawb-pool-monitor — autonomous prize-pool watcher for LawbWorld arcade on Base#214lawbworld-tech wants to merge 9 commits into
Conversation
… call + trace-filter warning
|
Triage: OUT-OF-SCOPE — touches The new skill itself ( |
|
Hi @aaronjmars — apologies for the noisy PR. The substantive change is just aeon.yml (+1 line skill registration) and skills/lawb-pool-monitor/SKILL.md (227 lines). The other 6 files are runtime artifacts (.outputs/, |
Summary
New AEON skill watching the LawbFishing prize pool on Base mainnet — the on-chain economy behind the LawbWorld LAWBFISH arcade (https://lawb.world). Hourly read-only run, threshold-gated alerts, silent unless
operator attention is needed.
Replaces a manual workflow that previously required SSHing into a dev machine and running
npx hardhat run scripts/diag-fishing.jsrepeatedly — sometimes 10+ times per day during heavy redeem activity.What it watches
prizePool()— LAWB available for redemptionshopVault()— should stay 0 post-upgrade; alerts if accounting driftspaused()— emergency stopRedeemedevents for activity contextAlert conditions (6h cooldown per condition)
pausedshop_vault_nonzerolow_poolcritical_low_poolhigh_burnReal-run output (Telegram)
[screenshot you just shared]
Agent improvised an extended 5h-window scan when the 1h sample had no activity, and added contextual framing for the shop_vault_nonzero alert ("today is the documented upgrade date — worth a manual check"). Quality
way above the bare spec.
Files
skills/lawb-pool-monitor/SKILL.md— the skill spec (read-only, no on-chain writes)aeon.yml— registers skill under crypto/midday section, disabled by defaultContext
LawbWorld is a Base-native NFT + game ecosystem. LawbFishing proxy at
0x48b2db9E89542Baa217bf8dc6269164b7887fE57(verified). The skill is contract-version-stable — selectors are baked in and recomputable viakeccak256(<sig>)[:4]if redeployed.Happy to iterate on the format, the alert thresholds, or the notification body shape based on what fits the AEON skill style best.
