← Back to Skills Marketplace
gwjt1234

MinerDetector

by gwjt1234 · GitHub ↗ · v1.0.0 · MIT-0
linuxmacoswindows ✓ Security Clean
133
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minerdetector
Description
Charge 0.01 USDT to export 4 bundled miner signature libraries. No scanning or detection.
Usage Guidance
This skill appears to do exactly what it says: charge via a billing API and export four bundled text files. Before installing, consider: 1) the script will send MINERDETECTOR_API_KEY to the billing host (default https://skillpay.me) — only use an API key you trust and verify the billing endpoint; 2) the script can return the files as JSON (printed to stdout), which exposes the bundled file contents but does not access any other local data; 3) SKILL.md does not declare the optional MINERDETECTOR_BILLING_API_URL env var that the script can read — avoid setting that to an untrusted host; and 4) this skill does not perform scanning or remediation, so you will need to run your own comparisons against local data. If you want extra safety, create a limited-scope API key for billing and review the small Python script before use.
Capability Analysis
Type: OpenClaw Skill Name: minerdetector Version: 1.0.0 The MinerDetector skill is a commercial utility designed to export miner signature libraries (IPs, domains, ports, and filenames) after a micro-payment (0.01 USDT) via an external billing API (skillpay.me). The Python script (miner_detector.py) performs standard HTTP requests for billing and local file operations for exporting the bundled text files; it lacks any evidence of data exfiltration, unauthorized command execution, or persistence mechanisms, and its instructions (SKILL.md) explicitly limit its scope to billing and data export.
Capability Assessment
Purpose & Capability
Name/description (billing + export of four signature libraries) matches the code and SKILL.md. Requested python runtime and a single billing API key (MINERDETECTOR_API_KEY) are appropriate for making HTTP calls and returning/writing the bundled files.
Instruction Scope
SKILL.md instructs the agent to run the included Python script to check balance, generate payment links, or fetch/export the 4 bundled files. The skill explicitly states it does not scan system files/processes/networks, and the shipped script only reads the bundled indicator files and optionally writes them to an output directory or returns them as JSON.
Install Mechanism
There is no install spec (instruction-only plus a small included Python script). Nothing is downloaded from remote URLs or written to system locations during install; risk from install mechanism is minimal.
Credentials
The skill requires a single API key (MINERDETECTOR_API_KEY), which is proportionate. One minor discrepancy: the script also reads MINERDETECTOR_BILLING_API_URL (defaulting to https://skillpay.me) but that env var is not declared in SKILL.md's requires list. Because the API key is sent as an X-API-Key header to the billing host, you should only use a key you trust and ensure the billing host is legitimate.
Persistence & Privilege
always is false, the skill does not request persistent system privileges, and it only writes files to an output directory chosen by the user (or returns file contents as JSON). It does not alter other skills or global configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minerdetector
  3. After installation, invoke the skill by name or use /minerdetector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of MinerDetector skill. - Provides export of four miner signature libraries for a fee of 0.01 USDT. - Supports commands to check SkillPay balance, generate payment links, and export libraries (as files or JSON). - Does not perform scanning, detection, or remediation—export only. - Requires user-supplied billing API key via environment variable. - Compatible with Linux, macOS, and Windows.
Metadata
Slug minerdetector
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is MinerDetector?

Charge 0.01 USDT to export 4 bundled miner signature libraries. No scanning or detection. It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.

How do I install MinerDetector?

Run "/install minerdetector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MinerDetector free?

Yes, MinerDetector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MinerDetector support?

MinerDetector is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, macos, windows).

Who created MinerDetector?

It is built and maintained by gwjt1234 (@gwjt1234); the current version is v1.0.0.

💬 Comments