# Send ClawRTC to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawrtc",
    "name": "ClawRTC",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Scottcjn/clawrtc",
    "canonicalUrl": "https://clawhub.ai/Scottcjn/clawrtc",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawrtc",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawrtc",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "clawrtc/__init__.py",
      "clawrtc/cli.py",
      "clawrtc/coinbase_wallet.py",
      "clawrtc/data/__init__.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawrtc",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T15:58:55.818Z",
      "expiresAt": "2026-05-08T15:58:55.818Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawrtc",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawrtc",
        "contentDisposition": "attachment; filename=\"clawrtc-1.5.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawrtc"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawrtc"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawrtc",
    "downloadUrl": "https://openagent3.xyz/downloads/clawrtc",
    "agentUrl": "https://openagent3.xyz/skills/clawrtc/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawrtc/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawrtc/agent.md"
  }
}
```
## Documentation

### ClawRTC

Mine RTC tokens with your AI agent using Proof-of-Antiquity consensus.

### What It Does

One-command setup: pip install clawrtc && clawrtc install --wallet my-agent
Hardware fingerprinting: 6 cryptographic checks prove your machine is real (clock drift, cache timing, SIMD identity, thermal entropy, instruction jitter, anti-emulation)
Automatic attestation: 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

### Security

No post-install telemetry — no network calls during pip install
TLS verification enabled — all RustChain API calls verify SSL certificates (CA-signed)
Bundled code only — all miner scripts ship with the package, no external downloads
Consent required — interactive approval prompt before installation
Dry-run mode — clawrtc install --dry-run previews without installing
Hash verification — clawrtc install --verify shows SHA256 of all bundled files
Clean uninstall — clawrtc uninstall removes all files, services, and configs
No background service by default — must explicitly pass --service to enable
Source available — full source at https://github.com/Scottcjn/Rustchain (MIT)

### What Data Is Sent

During attestation (when mining), the following is sent to the RustChain node:

CPU model name and architecture (e.g. "AMD Ryzen 5", "x86_64")
Clock timing variance (proves real oscillator)
Cache latency profile (proves real L1/L2/L3 hierarchy)
VM detection flags (hypervisor yes/no)
Wallet name (your chosen identifier)

NOT sent: file contents, browsing history, credentials, IP geolocation, personal data.

### Install

pip install clawrtc

### Usage

# Install miner + configure wallet
clawrtc install --wallet my-agent

# Start mining (foreground)
clawrtc start

# Check status
clawrtc status

# View logs
clawrtc logs

# Stop mining
clawrtc stop

# Clean uninstall
clawrtc uninstall

### Multipliers

HardwareMultiplierModern x86/ARM1.0xApple Silicon (M1-M3)1.2xPowerPC G52.0xPowerPC G42.5xVM/Emulator~0x (detected and penalized)

### Coinbase Wallet (v1.5.0)

# Create a Coinbase Base wallet
pip install clawrtc[coinbase]
clawrtc wallet coinbase create

# Show wallet info
clawrtc wallet coinbase show

# Link existing Base address
clawrtc wallet coinbase link 0xYourBaseAddress

# USDC → wRTC swap guide
clawrtc wallet coinbase swap-info

Requires CDP credentials from portal.cdp.coinbase.com for auto-creation. Manual linking works without credentials.

### Links

Source: https://github.com/Scottcjn/Rustchain
PyPI: https://pypi.org/project/clawrtc/
npm: https://www.npmjs.com/package/clawrtc
Block Explorer: https://rustchain.org/explorer
Agent Wallets: https://rustchain.org/wallets.html
RustChain: https://rustchain.org
BoTTube: https://bottube.ai
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Scottcjn
- Version: 1.5.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T15:58:55.818Z
- Expires at: 2026-05-08T15:58:55.818Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawrtc)
- [Send to Agent page](https://openagent3.xyz/skills/clawrtc/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawrtc/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawrtc/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawrtc)