{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawrtc",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawrtc",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "clawrtc/__init__.py",
      "clawrtc/cli.py",
      "clawrtc/coinbase_wallet.py",
      "clawrtc/data/__init__.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawrtc",
    "agentPageUrl": "https://openagent3.xyz/skills/clawrtc/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawrtc/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawrtc/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ClawRTC",
        "body": "Mine RTC tokens with your AI agent using Proof-of-Antiquity consensus."
      },
      {
        "title": "What It Does",
        "body": "One-command setup: pip install clawrtc && clawrtc install --wallet my-agent\nHardware fingerprinting: 6 cryptographic checks prove your machine is real (clock drift, cache timing, SIMD identity, thermal entropy, instruction jitter, anti-emulation)\nAutomatic attestation: Attests to the RustChain network every few minutes\nPer-epoch rewards: RTC tokens accumulate in your wallet each epoch (~10 minutes)\nVM detection: Virtual machines are detected and receive effectively zero rewards"
      },
      {
        "title": "Security",
        "body": "No post-install telemetry — no network calls during pip install\nTLS verification enabled — all RustChain API calls verify SSL certificates (CA-signed)\nBundled code only — all miner scripts ship with the package, no external downloads\nConsent required — interactive approval prompt before installation\nDry-run mode — clawrtc install --dry-run previews without installing\nHash verification — clawrtc install --verify shows SHA256 of all bundled files\nClean uninstall — clawrtc uninstall removes all files, services, and configs\nNo background service by default — must explicitly pass --service to enable\nSource available — full source at https://github.com/Scottcjn/Rustchain (MIT)"
      },
      {
        "title": "What Data Is Sent",
        "body": "During attestation (when mining), the following is sent to the RustChain node:\n\nCPU model name and architecture (e.g. \"AMD Ryzen 5\", \"x86_64\")\nClock timing variance (proves real oscillator)\nCache latency profile (proves real L1/L2/L3 hierarchy)\nVM detection flags (hypervisor yes/no)\nWallet name (your chosen identifier)\n\nNOT sent: file contents, browsing history, credentials, IP geolocation, personal data."
      },
      {
        "title": "Install",
        "body": "pip install clawrtc"
      },
      {
        "title": "Usage",
        "body": "# Install miner + configure wallet\r\nclawrtc install --wallet my-agent\r\n\r\n# Start mining (foreground)\r\nclawrtc start\r\n\r\n# Check status\r\nclawrtc status\r\n\r\n# View logs\r\nclawrtc logs\r\n\r\n# Stop mining\r\nclawrtc stop\r\n\r\n# Clean uninstall\r\nclawrtc uninstall"
      },
      {
        "title": "Multipliers",
        "body": "HardwareMultiplierModern x86/ARM1.0xApple Silicon (M1-M3)1.2xPowerPC G52.0xPowerPC G42.5xVM/Emulator~0x (detected and penalized)"
      },
      {
        "title": "Coinbase Wallet (v1.5.0)",
        "body": "# Create a Coinbase Base wallet\r\npip install clawrtc[coinbase]\r\nclawrtc wallet coinbase create\r\n\r\n# Show wallet info\r\nclawrtc wallet coinbase show\r\n\r\n# Link existing Base address\r\nclawrtc wallet coinbase link 0xYourBaseAddress\r\n\r\n# USDC → wRTC swap guide\r\nclawrtc wallet coinbase swap-info\n\nRequires CDP credentials from portal.cdp.coinbase.com for auto-creation. Manual linking works without credentials."
      },
      {
        "title": "Links",
        "body": "Source: https://github.com/Scottcjn/Rustchain\nPyPI: https://pypi.org/project/clawrtc/\nnpm: https://www.npmjs.com/package/clawrtc\nBlock Explorer: https://rustchain.org/explorer\nAgent Wallets: https://rustchain.org/wallets.html\nRustChain: https://rustchain.org\nBoTTube: https://bottube.ai"
      }
    ],
    "body": "ClawRTC\n\nMine RTC tokens with your AI agent using Proof-of-Antiquity consensus.\n\nWhat It Does\nOne-command setup: pip install clawrtc && clawrtc install --wallet my-agent\nHardware fingerprinting: 6 cryptographic checks prove your machine is real (clock drift, cache timing, SIMD identity, thermal entropy, instruction jitter, anti-emulation)\nAutomatic attestation: Attests to the RustChain network every few minutes\nPer-epoch rewards: RTC tokens accumulate in your wallet each epoch (~10 minutes)\nVM detection: Virtual machines are detected and receive effectively zero rewards\nSecurity\nNo post-install telemetry — no network calls during pip install\nTLS verification enabled — all RustChain API calls verify SSL certificates (CA-signed)\nBundled code only — all miner scripts ship with the package, no external downloads\nConsent required — interactive approval prompt before installation\nDry-run mode — clawrtc install --dry-run previews without installing\nHash verification — clawrtc install --verify shows SHA256 of all bundled files\nClean uninstall — clawrtc uninstall removes all files, services, and configs\nNo background service by default — must explicitly pass --service to enable\nSource available — full source at https://github.com/Scottcjn/Rustchain (MIT)\nWhat Data Is Sent\n\nDuring attestation (when mining), the following is sent to the RustChain node:\n\nCPU model name and architecture (e.g. \"AMD Ryzen 5\", \"x86_64\")\nClock timing variance (proves real oscillator)\nCache latency profile (proves real L1/L2/L3 hierarchy)\nVM detection flags (hypervisor yes/no)\nWallet name (your chosen identifier)\n\nNOT sent: file contents, browsing history, credentials, IP geolocation, personal data.\n\nInstall\npip install clawrtc\n\nUsage\n# Install miner + configure wallet\r\nclawrtc install --wallet my-agent\r\n\r\n# Start mining (foreground)\r\nclawrtc start\r\n\r\n# Check status\r\nclawrtc status\r\n\r\n# View logs\r\nclawrtc logs\r\n\r\n# Stop mining\r\nclawrtc stop\r\n\r\n# Clean uninstall\r\nclawrtc uninstall\n\nMultipliers\nHardware\tMultiplier\nModern x86/ARM\t1.0x\nApple Silicon (M1-M3)\t1.2x\nPowerPC G5\t2.0x\nPowerPC G4\t2.5x\nVM/Emulator\t~0x (detected and penalized)\nCoinbase Wallet (v1.5.0)\n# Create a Coinbase Base wallet\r\npip install clawrtc[coinbase]\r\nclawrtc wallet coinbase create\r\n\r\n# Show wallet info\r\nclawrtc wallet coinbase show\r\n\r\n# Link existing Base address\r\nclawrtc wallet coinbase link 0xYourBaseAddress\r\n\r\n# USDC → wRTC swap guide\r\nclawrtc wallet coinbase swap-info\n\n\nRequires CDP credentials from portal.cdp.coinbase.com for auto-creation. Manual linking works without credentials.\n\nLinks\nSource: https://github.com/Scottcjn/Rustchain\nPyPI: https://pypi.org/project/clawrtc/\nnpm: https://www.npmjs.com/package/clawrtc\nBlock Explorer: https://rustchain.org/explorer\nAgent Wallets: https://rustchain.org/wallets.html\nRustChain: https://rustchain.org\nBoTTube: https://bottube.ai"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Scottcjn/clawrtc",
    "publisherUrl": "https://clawhub.ai/Scottcjn/clawrtc",
    "owner": "Scottcjn",
    "version": "1.5.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}