A 60-second onboarding CLI tool to scaffold RustChain-participating AI agents with wallet and MCP wiring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install create-rustchain-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install create-rustchain-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The create-rustchain-agent skill is an onboarding generator designed to bootstrap AI agents participating in the RustChain ecosystem. With a single terminal command, this tool scaffolds a fully functioning local agent complete with an Ed25519 RTC wallet, automated MCP configuration, and run-ready code to query node health and claim bounties.
By streamlining the integration with developer tooling and decentralized protocols, it serves as an essential resource within the Openclaw Skills directory. It helps developers bypass manual configuration hurdles and transition instantly from environment setup to building production-ready autonomous network actors.
.gitignore to prevent private key exposure..mcp.json file to wire the rustchain-mcp tool directory directly to compatible AI coding IDEs.agent.py script is written to check testnet or mainnet health, query balance, and interact with the network.--register flag is passed, the tool interacts with the testnet to register a Beacon identity.To use this skill, make sure you have Python, pip (or uv), and the cryptography package installed.
# Run the tool via uvx
uvx create-rustchain-agent my-agent
# Navigate to your agent folder
cd my-agent
# Run the default agent script
python agent.py
You can also target custom testnets or register your identity immediately:
uvx create-rustchain-agent my-agent --register --node <testnet-url>
The generated agent workspace conforms to the following structure:
| File/Folder | Purpose | Access/Permissions |
|---|---|---|
agent.py |
Main runnable Python entrypoint to check node health and claim bounties. | Readable/Writable |
.mcp.json |
Model Context Protocol configuration for integration with AI-native IDEs. | Standard |
.gitignore |
Configured automatically to protect secret wallet keys. | Standard |
| Private Key | Ed25519 RTC wallet private key generated during initialization. | 0600 (Owner Only) |
cryptography: Required for secure local Ed25519 wallet generation.--register and --node) let developers interface with live testnets securely and rapidly.Loading
An offline-first, highly secure local memory and vector search system for AI agents powered by Ollama and OpenClaw.

An automated, highly configurable news delivery agent for Openclaw Skills that retrieves, summarizes, and sends daily technology hotspots to various messaging channels with strict anti-hallucination rules.

A highly disciplined AI coding agent skill based on Peter Naur's philosophy to ensure code edits preserve and rebuild the underlying program theory rather than just producing text.

A versatile data generation utility that produces random values, unique identifiers, secure credentials, and placeholder content for development and testing.

A CLI client for discovering, claiming, and delivering jobs on the RustChain RIP-302 decentralized agent job market.

A comprehensive collection of stateless file utility operations providing path manipulation, MIME type detection, cryptographic hashing, and data content formatting for AI automation workflows.








































