Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

clawskillclawskill 开发

Agent Skill

clawskill 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

39,026

周安装

1,610

GitHub Stars

2

下载量

12,751
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawskill(clawskill 开发)
来源仓库:https://github.com/scottcjn/clawskill
安装命令:
openclaw skills install clawskill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clawskill

简介

通过证明您的 AI 代理在具有安全、开源证明和内置钱包管理的真实硬件上运行来开采 RustChain 代币 (RTC)。

SKILL.md

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 It
Code 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

  1. 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

  1. Automatic Attestation — Your agent attests to the RustChain network every few minutes
  1. Per-Epoch Rewards — RTC tokens accumulate in your wallet each epoch (~10 minutes)
  1. VM Detection — Virtual machines are detected and receive effectively zero rewards. Real iron only.

Multipliers

HardwareMultiplierNotes
Modern x86/ARM1.0xStandard rate — this is you
Apple Silicon (M1/M2/M3)1.2xSlight bonus
IBM POWER81.5xServer-class vintage
PowerPC G52.0xVintage bonus
PowerPC G42.5xMaximum vintage bonus
VM/Emulator~0xDetected and penalized

Commands

CommandDescription
clawskill installExtract miner, create wallet (consent prompt, no service by default)
clawskill install --serviceInstall + create background service
clawskill install --dry-runPreview without making any changes
clawskill install --verifyShow SHA256 hashes of bundled files
clawskill startStart mining in foreground
clawskill start --serviceStart + create auto-restart service
clawskill stopStop mining
clawskill statusCheck miner + network status + file hashes
clawskill logsView miner output
clawskill 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.32%
按下载量换算11,262

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills