一键导入
validator-manage
Manage GenLayer validators across testnets using the GenLayer CLI. Join, fund, set identity, list, and organize validators per network and owner.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage GenLayer validators across testnets using the GenLayer CLI. Join, fund, set identity, list, and organize validators per network and owner.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes or mentions "/commit".
Scaffold a new skill directory using the multi-YAML pattern. Use when user says /create-skill.
Write, run, and refine fast direct-mode tests for GenLayer intelligent contracts using the in-memory pytest fixtures.
Refresh documentation with deterministic generation from source files. Use when user says /docs-refresh.
Deploy, interact with, inspect, and debug GenLayer intelligent contracts with the GenLayer CLI across local Studio, hosted Studio, and testnet.
Install, upgrade, and monitor a GenLayer validator node on AMD64 Linux, including zero-downtime updates and LLM provider setup.
| name | validator-manage |
| description | Manage GenLayer validators across testnets using the GenLayer CLI. Join, fund, set identity, list, and organize validators per network and owner. |
Use this skill when the task is operational validator management through the genlayer CLI rather than full node installation.
Use this skill for:
Confirm these before proceeding:
genlayer CLI is installedUseful checks:
genlayer --version
genlayer network list
genlayer network info
genlayer account list
Each testnet has its own staking contract. A validator must be joined separately on each network. Reusing one owner across networks is common; reusing one operator across networks is usually not.
genlayer network set for built-in networks instead of forcing --rpc$genlayernodegenlayer network set testnet-bradbury
genlayer network info
genlayer staking validators
genlayer staking validator-info <validator-address>
genlayer staking validator-join \
--amount "100000gen" \
--operator <operator-address> \
--account "<owner-cli-name>"
This returns the on-chain validator wallet address.
genlayer account send <operator-address> <amount> --account "<owner-cli-name>"
genlayer staking set-identity <validator-address> \
--moniker "Validator Name" \
--account "<owner-cli-name>"
Use the owner account for identity updates, not the operator.
genlayer account create --name "Validator Operator" --no-set-active
genlayer account show --account "<name>"
genlayer staking epoch-info