Clawrtc
Skill by scottcjn
Why use this skill?
Learn how to use the ClawRTC skill for OpenClaw to mine RustChain tokens, manage Ed25519 wallets, and earn bonuses on vintage and Apple Silicon hardware.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/scottcjn/clawrtcWhat This Skill Does
ClawRTC is a specialized AI agent skill designed for participation in the RustChain network's Proof-of-Antiquity consensus. By integrating this skill, your OpenClaw agent gains the ability to manage Ed25519 cryptographic wallets and execute mining operations directly from the agent interface. The skill is engineered to identify unique hardware footprints, rewarding users for contributing computational power using specific architectures. Notably, it includes tiered bonuses for vintage hardware, such as the PowerPC G4 and G5 processors, while enforcing strict anti-emulation measures to ensure that mining rewards are distributed only to authentic, bare-metal hardware installations rather than virtualized environments.
Installation
To integrate the ClawRTC skill into your OpenClaw agent environment, execute the following command in your agent's terminal:
clawhub install openclaw/skills/skills/scottcjn/clawrtc
Ensure that you have the necessary system-level dependencies for RustChain connectivity. After installation, you can initialize your wallet via clawrtc wallet create to prepare your agent for mining operations.
Use Cases
This skill is primarily used by users who wish to automate their crypto-mining participation on the RustChain network. It is ideal for users with legacy hardware (PowerPC or early Apple Silicon) who want to leverage the 1.2x to 2.5x mining bonuses. Additionally, it serves as an excellent tool for agents managing multiple wallets across decentralized nodes, allowing for streamlined balance checks and status monitoring without requiring manual command-line interaction.
Example Prompts
- "OpenClaw, please generate a new Ed25519 wallet for my RustChain mining activities and show me the address."
- "Check the current status of my miner and report if there are any active blocks being processed."
- "Provide a summary of my current balance and confirm if my hardware is correctly identified for the PowerPC G4 vintage bonus."
Tips & Limitations
- Hardware Verification: The skill enforces strict anti-emulation. If you are running your AI agent inside a Docker container or a cloud-hosted virtual machine, the mining process will likely be rejected. It is best used on native hardware.
- Security: Always backup your wallet keys. Use the
clawrtc wallet exportcommand periodically to store your private keys in a secure, offline location. - Resource Management: Since mining is resource-intensive, ensure your agent is configured to throttle mining intensity if you are using the machine for other high-performance tasks.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-scottcjn-clawrtc": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, code-execution