← 返回 Skills 市场
bytesagain3

Halving

作者 bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
171
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install halving
功能描述
Use when checking next Bitcoin halving countdown, reviewing historical halving price impacts, analyzing mining economics, or studying BTC 4-year market cycles.
使用说明 (SKILL.md)

Bitcoin Halving Countdown & Impact Analyzer

Track the next Bitcoin halving countdown, review historical price impacts, analyze mining economics shifts, and understand BTC's 4-year market cycle patterns.

Commands

countdown

Estimate time remaining until the next Bitcoin halving.

bash scripts/script.sh countdown

history

Complete history of all Bitcoin halvings with dates, blocks, and prices.

bash scripts/script.sh history

impact

Analyze price impact before and after each halving event.

bash scripts/script.sh impact

mining

Mining reward economics and miner profitability after halvings.

bash scripts/script.sh mining

cycles

Bitcoin's 4-year market cycle theory and phase analysis.

bash scripts/script.sh cycles

help

Show all commands.

bash scripts/script.sh help

Output

  • Estimated halving date and block countdown
  • Historical halving data with price performance
  • Mining reward and hash rate analysis
  • Cycle phase identification

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears to be an offline informational tool that prints Bitcoin halving analysis. Before installing or running: 1) Note that the countdown command uses python3 — ensure python3 is available or update the metadata to declare it as a dependency. 2) Review the shipped scripts (they are included in the package) — they only print static/derived data and do not make network calls or read secrets. 3) If you will run it in an automated or high-privilege environment, consider executing it in a sandbox first. 4) If you need real-time block data, use a verified block-explorer API instead of the script's 10-minute/block estimate.
功能分析
Type: OpenClaw Skill Name: halving Version: 2.0.1 The skill bundle is a purely informational tool designed to provide data and calculations related to Bitcoin halving events. The primary logic in `scripts/script.sh` uses a local Python script to estimate the next halving date based on hardcoded historical data and the current system time, while other commands output static educational text. No network requests, file system modifications, or data exfiltration attempts were found in any of the files.
能力评估
Purpose & Capability
Name, description, and included files are aligned: the skill provides halving countdowns, historical summaries, mining economics, and reference content. Included scripts produce only textual output matching the stated features.
Instruction Scope
SKILL.md instructs running included bash scripts; those scripts are self-contained and do not access network endpoints, external services, or arbitrary filesystem paths. One inconsistency: the primary countdown script spawns an inline python3 interpreter but the skill metadata does not declare python3 as a required binary. Otherwise the runtime instructions stay within the stated purpose and do not request unrelated data or credentials.
Install Mechanism
No install spec (instruction-only with bundled scripts). No downloads, package installs, or archive extraction are performed. Files included are simple shell scripts and inline Python; low install risk.
Credentials
Skill declares no required environment variables, credentials, or config paths and the scripts do not read environment variables or external config. No secrets or unrelated credentials are requested.
Persistence & Privilege
Skill is not set to always:true, does not modify other skills or system-wide agent settings, and does not request persistent privileges. Normal user-invocable/autonomous invocation settings are used.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install halving
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /halving 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.0.0 full rewrite: name+description+script
v1.0.0
publish v1.0.0
元数据
Slug halving
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Halving 是什么?

Use when checking next Bitcoin halving countdown, reviewing historical halving price impacts, analyzing mining economics, or studying BTC 4-year market cycles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。

如何安装 Halving?

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

Halving 是免费的吗?

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

Halving 支持哪些平台?

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

谁开发了 Halving?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.1。

💬 留言讨论