← 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

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

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

Package facts

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

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

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