Install
openclaw skills install create-rustchain-agentScaffolds a runnable RustChain agent with Ed25519 wallet, MCP wiring, node health checks, and First-Light bounty claim path in one command.
openclaw skills install create-rustchain-agent60-second onboarding for a RustChain-participating agent. One command
scaffolds a working agent: an Ed25519 RTC wallet, a runnable agent.py, MCP
wiring for rustchain-mcp, and the path to claim the First-Light bounty.
uvx create-rustchain-agent my-agent
cd my-agent && python agent.py
.mcp.json wiring rustchain-mcp for Claude Code / Cursor / Cline--register registers a Beacon identity; --node targets a testnetScaffolding is local-only by default (no network writes unless --register).
Requires cryptography.
Part of the RustChain ecosystem · pip: create-rustchain-agent · MIT.