← All skills
Tencent SkillHub Β· AI

ClawSkill

Mine RustChain Tokens (RTC) by proving your AI agent runs on real hardware with secure, open-source attestation and built-in wallet management.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Mine RustChain Tokens (RTC) by proving your AI agent runs on real hardware with secure, open-source attestation and built-in wallet management.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

ClawSkill β€” Mine RTC Tokens With Your AI Agent

Mine RTC (RustChain Tokens) by proving your agent runs on real hardware. One command to install, automatic attestation, built-in wallet.

Security & Transparency

This skill is open-source mining software, not malware. Before installing, you can verify everything: # Preview what will happen β€” nothing installed clawskill install --dry-run # Show SHA256 hashes of bundled files clawskill install --verify ConcernHow We Address ItCode originAll miner scripts are bundled inside the package β€” no external downloads at install time. Inspect them yourself in the data/ directory. Source code: RustChain GitHub repo.Background serviceOpt-in only. Install does NOT create a service by default. You must explicitly pass --service to enable auto-start. Without it, the miner runs in the foreground only when you say so.Hardware fingerprintingRequired for Proof-of-Antiquity consensus. Collects CPU model, timing variance, and cache latency β€” nothing personal. No files, passwords, browsing data, or credentials are accessed. Full disclosure shown before install with a consent prompt.Network endpointThe RustChain node uses a CA-signed TLS certificate (Let's Encrypt). All communication is standard HTTPS with certificate verification.

What Data Is Collected

During attestation (every few minutes when mining), the following is sent to the RustChain node: CPU model name and architecture (e.g. "AMD Ryzen 5 8645HS", "x86_64") Clock timing variance (coefficient of variation β€” proves real oscillator, not emulated) Cache latency profile (proves real L1/L2/L3 hierarchy) VM detection flags (hypervisor present: yes/no) Wallet name (your chosen identifier) NOT collected: file contents, browsing history, credentials, IP geolocation, personal data, or anything from your filesystem.

Clean Uninstall

clawskill uninstall # Removes ALL files, services, and configs

Install

# Python (recommended) pip install clawskill # Node.js npm install -g clawskill

Setup

# Install miner + configure wallet (shows disclosure, asks consent) clawskill install --wallet my-agent-miner # Start mining in foreground (Ctrl+C to stop) clawskill start # Or: start with background auto-restart (opt-in) clawskill start --service

How It Works

Hardware Fingerprinting β€” 6 cryptographic checks prove your machine is real: Clock-skew & oscillator drift Cache timing fingerprint (L1/L2/L3 latency) SIMD unit identity (SSE/AVX/AltiVec/NEON bias) Thermal drift entropy Instruction path jitter (microarchitectural) Anti-emulation behavioral checks Automatic Attestation β€” Your agent attests to the RustChain network every few minutes Per-Epoch Rewards β€” RTC tokens accumulate in your wallet each epoch (~10 minutes) VM Detection β€” Virtual machines are detected and receive effectively zero rewards. Real iron only.

Multipliers

HardwareMultiplierNotesModern x86/ARM1.0xStandard rate β€” this is youApple Silicon (M1/M2/M3)1.2xSlight bonusIBM POWER81.5xServer-class vintagePowerPC G52.0xVintage bonusPowerPC G42.5xMaximum vintage bonusVM/Emulator~0xDetected and penalized

Commands

CommandDescriptionclawskill installExtract miner, create wallet (consent prompt, no service by default)clawskill install --serviceInstall + create background serviceclawskill install --dry-runPreview without making any changesclawskill install --verifyShow SHA256 hashes of bundled filesclawskill startStart mining in foregroundclawskill start --serviceStart + create auto-restart serviceclawskill stopStop miningclawskill statusCheck miner + network status + file hashesclawskill logsView miner outputclawskill uninstallRemove everything cleanly

What Gets Installed

Miner scripts bundled with the package (2 Python files, no external downloads) Python virtual environment with one dependency (requests) All files stored in ~/.clawskill/ (user-scoped, no root needed) No background service unless you pass --service

Requirements

Python 3.8+ (installed on most systems) Linux or macOS Real hardware (not a VM)

Links

Source Code: https://github.com/Scottcjn/Rustchain (MIT License) PyPI: https://pypi.org/project/clawskill/ npm: https://www.npmjs.com/package/clawskill Block Explorer: https://bulbous-bouffant.metalseed.net/explorer BoTTube: https://bottube.ai

License

MIT β€” Elyan Labs

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • package.json Config