Ethereum Node
v0.1.0Manage Ethereum execution client nodes — start, stop, sync status, peers, logs, config
⭐ 0· 532·2 current·2 all-time
byJ. Campbell@apexfork
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the declared requirements (reth/geth/curl) and the instructions focus on starting/stopping, RPC calls, peers, logs and diagnostics. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are limited to local node management (launch commands, JSON-RPC curl calls, log inspection, system diagnostics). The guidance includes use of powerful admin/debug RPC namespaces and shows how to add peers — this is expected for node ops but also sensitive; the SKILL.md warns not to expose admin over the network.
Install Mechanism
This is an instruction-only skill (no install spec). SKILL.md provides manual install commands (brew, cargo) from typical sources (Homebrew and a GitHub repo). Nothing is auto-downloaded or extracted by the skill itself.
Credentials
The skill declares no required environment variables or credentials. It references local JWT files and local paths as configuration examples but does not request secrets or unrelated credentials.
Persistence & Privilege
always:false and user-invocable; the skill does not request persistent installation or modify other skills. Note: autonomous invocation is allowed by default on the platform — that is normal but you should be aware an agent with shell execution enabled could run the provided commands.
Assessment
This skill is coherent with Ethereum node administration, but take standard precautions: install geth/reth only from trusted sources and verify the GitHub repo; do not bind RPC (admin/debug) to public interfaces or expose ports without a firewall; protect your engine JWT secret and never paste it into untrusted places; be cautious if you allow an agent to execute commands autonomously — node-admin commands (adding peers, enabling admin/debug) are powerful and can change node behavior. The skill itself does not request credentials or contain code files; it only provides shell/API instructions that will run if your agent is permitted to execute them.Like a lobster shell, security has layers — review code before you run it.
latestvk97ay86ravts7y12k7b95g5tfd819rca
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Any binreth, geth, curl
