← 返回 Skills 市场
xueyetianya

Mining

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
168
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mining
功能描述
Analyze mining operations. Use when you need to understand mining mechanisms, evaluate protocol security, or reference on-chain concepts.
安全使用建议
This skill is essentially a local journal/log CLI: it will create and update files under ~/.mining (or the directory you set via MINING_DIR). It does not contact external servers or require credentials. Before installing, consider: (1) If you expected automated on-chain analysis, this script only stores and lists entries — it does not query blockchains. (2) Any sensitive data you write via the skill will be saved unencrypted in the data directory; set MINING_DIR to a secure path or remove files if needed. (3) Review the script if you want to ensure file handling meets your needs (it uses sed -i to remove/update lines and creates data.jsonl/config.txt). If those behaviors are acceptable, the skill appears coherent and low-risk.
功能分析
Type: OpenClaw Skill Name: mining Version: 1.0.0 The 'mining' skill is a local data management utility that allows the agent to store, search, and export text entries in a local directory (~/.mining/). The bash script (scripts/script.sh) performs basic file operations without any network activity, credential access, or suspicious execution patterns. The instructions in SKILL.md are consistent with the code's functionality.
能力评估
Purpose & Capability
The skill's files and runtime behavior match a simple entry/logging tool (add/list/search/export/stats) that stores data locally. The human-readable description mentions 'analyze mining operations' and 'on-chain concepts', which suggests broader analysis capabilities than the script actually provides (the script is a local journal/DB, not an on-chain analysis engine). This is likely a mild mismatch but not dangerous.
Instruction Scope
SKILL.md directs the agent to run scripts/script.sh with explicit commands. The script only reads/writes files inside its data directory (default ~/.mining), prints stats, and manipulates the local data.jsonl and config.txt. It does not reference other system paths, environment secrets, or network endpoints.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded or written outside the data directory at runtime by the script.
Credentials
No required environment variables or credentials. The only configurable environment variable is MINING_DIR to change where local data is stored; this is proportionate to the functionality.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modify other skills. It persists its own data under the configured data directory, which is normal for a local tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mining
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mining 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug mining
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Mining 是什么?

Analyze mining operations. Use when you need to understand mining mechanisms, evaluate protocol security, or reference on-chain concepts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。

如何安装 Mining?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mining」即可一键安装,无需额外配置。

Mining 是免费的吗?

是的,Mining 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mining 支持哪些平台?

Mining 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mining?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.0。

💬 留言讨论