Monitor 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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install beaconchain或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install beaconchain⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/beaconchain/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: beaconchain description: Monitor 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. metadata: { "openclaw": { "requires": { "bins": ["python3"], "env": ["BEACONCHAIN_API_KEY", "BEACONCHAIN_DASHBOARD_ID"], }, "disableModelInvocation": true, }, } ---
Use this skill to reduce validator-check anxiety: do one concise daily health check, then only surface issues.
- BEACONCHAIN_API_KEY - BEACONCHAIN_DASHBOARD_ID
python3 skills/beaconchain/scripts/check_dashboard.py --json
- 0 = good - 2 = 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:- BeaconScore (if available) - Which signal tripped (missed/penalty fallback) - Next action: inspect dashboard details and validator logs.
status=error, report key checks:- API key validity - dashboard ID - plan/rate-limit permissions.
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安装 Beaconchain 后,可以对 AI 说这些话来触发它
Help me get started with Beaconchain
Explains what Beaconchain does, walks through the setup, and runs a quick demo based on your current project
Use Beaconchain to monitor Ethereum validator dashboard health on beaconcha
Invokes Beaconchain with the right parameters and returns the result directly in the conversation
What can I do with Beaconchain in my developer & devops workflow?
Lists the top use cases for Beaconchain, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/beaconchain/ 目录(个人级,所有项目可用),或 .claude/skills/beaconchain/(项目级)。重启 AI 客户端后,用 /beaconchain 主动调用,或让 AI 根据上下文自动发现并使用。
Beaconchain 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Beaconchain 可免费安装使用。请查阅仓库了解许可证信息。
Monitor 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.
Beaconchain 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Beaconchain
Identifies repetitive steps in your workflow and sets up Beaconchain to handle them automatically