Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

minerdetectorminerdetector 开发

Agent Skill

minerdetector 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,928

周安装

167

GitHub Stars

公开资料未说明

下载量

1,376
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install minerdetector

简介

minerdetector 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。

  • 它提供收费0.01 USDT导出4个捆绑矿工签名库的功能,但不包含扫描或检测功能。
  • 安装命令为 openclaw skills install minerdetector,来源仓库为 https://github.com/gwjt1234/minerdetector。
  • 建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写后再使用。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
MinerDetector
description
Charge 0.01 USDT to export 4 bundled miner signature libraries. No scanning or detection.
version
1.0.0
metadata
openclaw
requires
env
anyBins
primaryEnv
MINERDETECTOR_API_KEY
skillKey
minerdetector
emoji
🧩
homepage
https://x.com/MaZhenZi1/status/2034654798906269916
os

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.29%
按下载量换算1,036

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills