← 返回
未分类 Key 中文

MinerDetector

Charge 0.01 USDT to export 4 bundled miner signature libraries. No scanning or detection.
充值0.01 USDT导出4个打包矿工签名库。无扫描或检测。
gwjt1234 gwjt1234 来源
未分类 clawhub v1.0.0 1 版本 99804.7 Key: 需要
★ 0
Stars
📥 511
下载
💾 1
安装
1
版本
#latest

概述

MinerDetector

MinerDetector 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:

  1. Check SkillPay balance.
  2. Generate a payment link when the balance is low.
  3. Charge 0.01 USDT and export the 4 bundled text libraries below.

Bundled libraries:

  • indicators/mining_pool_websites.txt
  • indicators/mining_software_filenames.txt
  • indicators/mining_pool_public_ips.txt
  • indicators/mining_pool_ports.txt

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

Required setup

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:

Linux / macOS

export MINERDETECTOR_API_KEY="your_api_key_here"

Windows PowerShell

$env:MINERDETECTOR_API_KEY = "your_api_key_here"

Commands

1) Check balance

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

2) Generate a payment link

python3 {baseDir}/scripts/miner_detector.py payment-link --user-id YOUR_USER_ID --amount 5

3) Charge 0.01 USDT and export the 4 files to a folder

python3 {baseDir}/scripts/miner_detector.py fetch --user-id YOUR_USER_ID --output-dir ./minerdetector-libs

4) Charge 0.01 USDT and return the 4 files as JSON

python3 {baseDir}/scripts/miner_detector.py fetch --user-id YOUR_USER_ID --json-only

Agent behavior

  • When the user asks to update, refresh, download, or get the miner signature libraries, run fetch.
  • When the user asks to check balance, run balance.
  • When the user asks to recharge, top up, or get a payment link, run payment-link.
  • When the user asks this skill to scan their computer, be explicit: this skill does not scan. Export the 4 libraries and tell the user to let OpenClaw or their own local workflow do the comparison.
  • Keep responses factual. Do not claim that scanning or remediation was performed.

API summary

Skill ID:

82c878f5-1b74-4ee3-a32a-eeb878309ba5

Billing endpoints used by the script:

  • GET /api/v1/billing/balance?user_id=xxx
  • POST /api/v1/billing/charge
  • POST /api/v1/billing/payment-link

Default billing host:

https://skillpay.me

Notes

  • This package is text-only and publish-friendly.
  • No hardcoded billing secret is included.
  • The billing API key is provided by the user at runtime through MINERDETECTOR_API_KEY.
  • The 4 bundled libraries are the files included under indicators/.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 05:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,853
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,518
it-ops-security

Tmux

steipete
通过发送按键和抓取窗格输出,远程控制交互式 CLI 的 tmux 会话。
★ 45 📥 29,436