{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawskill",
    "name": "ClawSkill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Scottcjn/clawskill",
    "canonicalUrl": "https://clawhub.ai/Scottcjn/clawskill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawskill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawskill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json"
    ],
    "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. 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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/clawskill"
    },
    "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/clawskill",
    "agentPageUrl": "https://openagent3.xyz/skills/clawskill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawskill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawskill/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ClawSkill — Mine RTC Tokens With Your AI Agent",
        "body": "Mine RTC (RustChain Tokens) by proving your agent runs on real hardware. One command to install, automatic attestation, built-in wallet."
      },
      {
        "title": "Security & Transparency",
        "body": "This skill is open-source mining software, not malware. Before installing, you can verify everything:\n\n# Preview what will happen — nothing installed\r\nclawskill install --dry-run\r\n\r\n# Show SHA256 hashes of bundled files\r\nclawskill install --verify\n\nConcernHow 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."
      },
      {
        "title": "What Data Is Collected",
        "body": "During attestation (every few minutes when mining), the following is sent to the RustChain node:\n\nCPU model name and architecture (e.g. \"AMD Ryzen 5 8645HS\", \"x86_64\")\nClock timing variance (coefficient of variation — proves real oscillator, not emulated)\nCache latency profile (proves real L1/L2/L3 hierarchy)\nVM detection flags (hypervisor present: yes/no)\nWallet name (your chosen identifier)\n\nNOT collected: file contents, browsing history, credentials, IP geolocation, personal data, or anything from your filesystem."
      },
      {
        "title": "Clean Uninstall",
        "body": "clawskill uninstall   # Removes ALL files, services, and configs"
      },
      {
        "title": "Install",
        "body": "# Python (recommended)\r\npip install clawskill\r\n\r\n# Node.js\r\nnpm install -g clawskill"
      },
      {
        "title": "Setup",
        "body": "# Install miner + configure wallet (shows disclosure, asks consent)\r\nclawskill install --wallet my-agent-miner\r\n\r\n# Start mining in foreground (Ctrl+C to stop)\r\nclawskill start\r\n\r\n# Or: start with background auto-restart (opt-in)\r\nclawskill start --service"
      },
      {
        "title": "How It Works",
        "body": "Hardware Fingerprinting — 6 cryptographic checks prove your machine is real:\n\nClock-skew & oscillator drift\nCache timing fingerprint (L1/L2/L3 latency)\nSIMD unit identity (SSE/AVX/AltiVec/NEON bias)\nThermal drift entropy\nInstruction path jitter (microarchitectural)\nAnti-emulation behavioral checks\n\n\n\nAutomatic Attestation — Your agent attests to the RustChain network every few minutes\n\n\nPer-Epoch Rewards — RTC tokens accumulate in your wallet each epoch (~10 minutes)\n\n\nVM Detection — Virtual machines are detected and receive effectively zero rewards. Real iron only."
      },
      {
        "title": "Multipliers",
        "body": "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"
      },
      {
        "title": "Commands",
        "body": "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"
      },
      {
        "title": "What Gets Installed",
        "body": "Miner scripts bundled with the package (2 Python files, no external downloads)\nPython virtual environment with one dependency (requests)\nAll files stored in ~/.clawskill/ (user-scoped, no root needed)\nNo background service unless you pass --service"
      },
      {
        "title": "Requirements",
        "body": "Python 3.8+ (installed on most systems)\nLinux or macOS\nReal hardware (not a VM)"
      },
      {
        "title": "Links",
        "body": "Source Code: https://github.com/Scottcjn/Rustchain (MIT License)\nPyPI: https://pypi.org/project/clawskill/\nnpm: https://www.npmjs.com/package/clawskill\nBlock Explorer: https://bulbous-bouffant.metalseed.net/explorer\nBoTTube: https://bottube.ai"
      },
      {
        "title": "License",
        "body": "MIT — Elyan Labs"
      }
    ],
    "body": "ClawSkill — Mine RTC Tokens With Your AI Agent\n\nMine RTC (RustChain Tokens) by proving your agent runs on real hardware. One command to install, automatic attestation, built-in wallet.\n\nSecurity & Transparency\n\nThis skill is open-source mining software, not malware. Before installing, you can verify everything:\n\n# Preview what will happen — nothing installed\r\nclawskill install --dry-run\r\n\r\n# Show SHA256 hashes of bundled files\r\nclawskill install --verify\n\nConcern\tHow We Address It\nCode origin\tAll 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.\nBackground service\tOpt-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.\nHardware fingerprinting\tRequired 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.\nNetwork endpoint\tThe RustChain node uses a CA-signed TLS certificate (Let's Encrypt). All communication is standard HTTPS with certificate verification.\nWhat Data Is Collected\n\nDuring attestation (every few minutes when mining), the following is sent to the RustChain node:\n\nCPU model name and architecture (e.g. \"AMD Ryzen 5 8645HS\", \"x86_64\")\nClock timing variance (coefficient of variation — proves real oscillator, not emulated)\nCache latency profile (proves real L1/L2/L3 hierarchy)\nVM detection flags (hypervisor present: yes/no)\nWallet name (your chosen identifier)\n\nNOT collected: file contents, browsing history, credentials, IP geolocation, personal data, or anything from your filesystem.\n\nClean Uninstall\nclawskill uninstall   # Removes ALL files, services, and configs\n\nInstall\n# Python (recommended)\r\npip install clawskill\r\n\r\n# Node.js\r\nnpm install -g clawskill\n\nSetup\n# Install miner + configure wallet (shows disclosure, asks consent)\r\nclawskill install --wallet my-agent-miner\r\n\r\n# Start mining in foreground (Ctrl+C to stop)\r\nclawskill start\r\n\r\n# Or: start with background auto-restart (opt-in)\r\nclawskill start --service\n\nHow It Works\n\nHardware Fingerprinting — 6 cryptographic checks prove your machine is real:\n\nClock-skew & oscillator drift\nCache timing fingerprint (L1/L2/L3 latency)\nSIMD unit identity (SSE/AVX/AltiVec/NEON bias)\nThermal drift entropy\nInstruction path jitter (microarchitectural)\nAnti-emulation behavioral checks\n\nAutomatic Attestation — Your agent attests to the RustChain network every few minutes\n\nPer-Epoch Rewards — RTC tokens accumulate in your wallet each epoch (~10 minutes)\n\nVM Detection — Virtual machines are detected and receive effectively zero rewards. Real iron only.\n\nMultipliers\nHardware\tMultiplier\tNotes\nModern x86/ARM\t1.0x\tStandard rate — this is you\nApple Silicon (M1/M2/M3)\t1.2x\tSlight bonus\nIBM POWER8\t1.5x\tServer-class vintage\nPowerPC G5\t2.0x\tVintage bonus\nPowerPC G4\t2.5x\tMaximum vintage bonus\nVM/Emulator\t~0x\tDetected and penalized\nCommands\nCommand\tDescription\nclawskill install\tExtract miner, create wallet (consent prompt, no service by default)\nclawskill install --service\tInstall + create background service\nclawskill install --dry-run\tPreview without making any changes\nclawskill install --verify\tShow SHA256 hashes of bundled files\nclawskill start\tStart mining in foreground\nclawskill start --service\tStart + create auto-restart service\nclawskill stop\tStop mining\nclawskill status\tCheck miner + network status + file hashes\nclawskill logs\tView miner output\nclawskill uninstall\tRemove everything cleanly\nWhat Gets Installed\nMiner scripts bundled with the package (2 Python files, no external downloads)\nPython virtual environment with one dependency (requests)\nAll files stored in ~/.clawskill/ (user-scoped, no root needed)\nNo background service unless you pass --service\nRequirements\nPython 3.8+ (installed on most systems)\nLinux or macOS\nReal hardware (not a VM)\nLinks\nSource Code: https://github.com/Scottcjn/Rustchain (MIT License)\nPyPI: https://pypi.org/project/clawskill/\nnpm: https://www.npmjs.com/package/clawskill\nBlock Explorer: https://bulbous-bouffant.metalseed.net/explorer\nBoTTube: https://bottube.ai\nLicense\n\nMIT — Elyan Labs"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Scottcjn/clawskill",
    "publisherUrl": "https://clawhub.ai/Scottcjn/clawskill",
    "owner": "Scottcjn",
    "version": "1.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawskill",
    "downloadUrl": "https://openagent3.xyz/downloads/clawskill",
    "agentUrl": "https://openagent3.xyz/skills/clawskill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawskill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawskill/agent.md"
  }
}