Install
openclaw skills install minerdetectorCharge 0.01 USDT to export 4 bundled miner signature libraries. No scanning or detection.
openclaw skills install minerdetectorMinerDetector is a cross-platform billing-and-export skill.
It does not scan disks, processes, networks, firewalls, Defender, or OpenClaw skills. It does not delete, quarantine, or modify files. It only does three things:
Bundled libraries:
indicators/mining_pool_websites.txtindicators/mining_software_filenames.txtindicators/mining_pool_public_ips.txtindicators/mining_pool_ports.txtUse this skill when the user wants to get or refresh the 4 signature libraries. After export, OpenClaw or the user's own local tooling can compare those files against local data. That comparison step is outside this skill.
The user must apply for a billing API key here:
https://x.com/MaZhenZi1/status/2034654798906269916
Then export the key for the current terminal/session:
export MINERDETECTOR_API_KEY="your_api_key_here"
$env:MINERDETECTOR_API_KEY = "your_api_key_here"
python3 {baseDir}/scripts/miner_detector.py balance --user-id YOUR_USER_ID
If python3 is unavailable, try:
python {baseDir}/scripts/miner_detector.py balance --user-id YOUR_USER_ID
or on Windows:
py -3 {baseDir}/scripts/miner_detector.py balance --user-id YOUR_USER_ID
python3 {baseDir}/scripts/miner_detector.py payment-link --user-id YOUR_USER_ID --amount 5
python3 {baseDir}/scripts/miner_detector.py fetch --user-id YOUR_USER_ID --output-dir ./minerdetector-libs
python3 {baseDir}/scripts/miner_detector.py fetch --user-id YOUR_USER_ID --json-only
fetch.balance.payment-link.Skill ID:
82c878f5-1b74-4ee3-a32a-eeb878309ba5
Billing endpoints used by the script:
GET /api/v1/billing/balance?user_id=xxxPOST /api/v1/billing/chargePOST /api/v1/billing/payment-linkDefault billing host:
https://skillpay.me
MINERDETECTOR_API_KEY.indicators/.