← 返回 Skills 市场
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minerdetector
功能描述
Charge 0.01 USDT to export 4 bundled miner signature libraries. No scanning or detection.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minerdetector - 安装完成后,直接呼叫该 Skill 的名称或使用
/minerdetector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
MinerDetector 是什么?
Charge 0.01 USDT to export 4 bundled miner signature libraries. No scanning or detection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。
如何安装 MinerDetector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minerdetector」即可一键安装,无需额外配置。
MinerDetector 是免费的吗?
是的,MinerDetector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MinerDetector 支持哪些平台?
MinerDetector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, macos, windows)。
谁开发了 MinerDetector?
由 gwjt1234(@gwjt1234)开发并维护,当前版本 v1.0.0。
推荐 Skills