Install
openclaw skills install beaconchainMonitor Ethereum validator dashboard health on beaconcha.in via V2 API, focused on one-check-per-day status and BeaconScore-first triage. Use when the user asks to check validator health, BeaconScore, missed duties, or set up low-anxiety daily monitoring/alerts for a beaconcha.in dashboard.
openclaw skills install beaconchainUse this skill to reduce validator-check anxiety: do one concise daily health check, then only surface issues.
BEACONCHAIN_API_KEYBEACONCHAIN_DASHBOARD_IDpython3 skills/beaconchain/scripts/check_dashboard.py --json
0 = good2 = bad (needs attention)1 = error (auth/rate-limit/endpoint failure)scripts/check_dashboard.py once per day.status=good, respond with a short reassurance and avoid extra detail.status=bad, report:
status=error, report key checks:
python3 skills/beaconchain/scripts/check_dashboard.py
python3 skills/beaconchain/scripts/check_dashboard.py --json
python3 skills/beaconchain/scripts/check_dashboard.py --warn-threshold 75
POST /api/v2/ethereum/validators/performance-aggregate with dashboard selector and reads data.beaconscore.total directly.24h; supported windows: 24h, 7d, 30d, 90d, all_time.python3 only, using Python standard library (argparse, json, urllib, datetime).BEACONCHAIN_API_KEY and BEACONCHAIN_DASHBOARD_ID (or equivalent CLI flags).https://beaconcha.in/api/v2/ethereum/validators/performance-aggregate.references/api-notes.md