From eth2-quickstart
Use this skill whenever the task involves an Ethereum validator node — setting up a node, installing Geth/Besu/Nethermind/Reth or Prysm/Lighthouse/Teku/other clients, configuring MEV-Boost or Commit-Boost, checking node health, listing active validators, managing validator exits, BLS-to-execution withdrawal changes, or 0x02 compounding creation, operating services, cleaning node data, or updating clients. Routes all actions through `./scripts/eth2qs.sh` with strict safety guardrails. If in doubt about an Ethereum node task, trigger this skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/eth2-quickstart:eth2-quickstartThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for Ethereum node workflows inside an `eth2-quickstart` checkout. Publish/install it through ClawHub or `npx clawhub`, then run it from the repo so it can use the canonical wrapper commands.
Use this skill for Ethereum node workflows inside an eth2-quickstart checkout. Publish/install it through ClawHub or npx clawhub, then run it from the repo so it can use the canonical wrapper commands.
./scripts/eth2qs.sh bootstrap .... Read workflow.md../scripts/eth2qs.sh configure, phase1, phase2, or monad-install. Read workflow.md../scripts/eth2qs.sh doctor --json for health gates, ./scripts/eth2qs.sh stats --json for machine-readable triage, ./scripts/eth2qs.sh debug --json --service <name> for structured RCA, ./scripts/eth2qs.sh update-check --json for freshness/drift, and ./scripts/eth2qs.sh repair for bounded repair preview/apply. Read outputs.md../scripts/eth2qs.sh validators --json to list active validators and ./scripts/eth2qs.sh validator-exit, ./scripts/eth2qs.sh validator-withdrawal-changes, ./scripts/eth2qs.sh validator-create-0x02, or ./scripts/eth2qs.sh validator-manage for focused exit / withdrawal-change / compounding / consolidation flows. Rehearse withdrawal changes with ./scripts/eth2qs.sh validator-withdrawal-changes --dry-run --generate --submit --yes before touching live keys. Read commands.md and operator.md../scripts/eth2qs.sh over calling utility scripts directly.doctor --json as the canonical health gate, stats --json as the canonical machine-readable triage surface, and monitor export --json as the canonical compact alert/dashboard surface.validators --json as the canonical read-only validator inventory surface; use it to inspect local validator index/status/balance before taking exit, withdrawal-change, or compounding actions. The JSON output also carries inventory freshness metadata and beacon query status.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub chimera-defi/eth2-quickstart --plugin eth2-quickstart