技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 26 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:bytesagain3/halving
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is a simple, local reference tool that prints static halving/blockchain guidance; its requirements and instructions match its stated purpose and it does not request secrets, network access, or installs.
目的
Name and description (halving reference) match the included assets: SKILL.md documents commands that invoke scripts/script.sh, and that script emits static reference text. No unrelated credentials, binaries, or config paths are requested.
说明范围
SKILL.md instructs the agent to run local commands (scripts/script.sh <command>) which only print built-in help and reference content. The instructions do not ask the agent to read unrelated files, access environment variables, or send data to external endpoints.
安装机制
There is no install spec and no external downloads. The skill is instruction-only with a bundled shell script; nothing will be written to disk or fetched during install beyond the skill files themselves.
证书
The skill requires no environment variables, credentials, or config paths. The bundled script does not reference or require secrets or external service credentials.
持久
The skill does not request always:true or any elevated persistence. It is user-invocable and can be called by the agent normally; this is appropriate for a utility reference skill.
综合结论
This skill is self-contained and prints static reference material; it appears safe and coherent with its description. Before installing, you may: (1) visually review scripts/script.sh (already included) to confirm it contains only static text (it does), (2) confirm you trust the BytesAgain source/homepage if you plan to rely on updates, and (3) ensure the agent executes only local scripts you expect (the skill runs scripts/script.sh commands).…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Halving」。简介:Halving reference tool. Use when working with halving in blockchain contexts.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/bytesagain3/halving/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: "halving"
version: "1.0.0"
description: "Halving reference tool. Use when working with halving in blockchain contexts."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [halving, blockchain, finance, reference, cli]
category: "blockchain"
---
# Halving
Halving reference tool. Use when working with halving in blockchain contexts.
## When to Use
- Working with halving and need quick reference
- Looking up blockchain standards or best practices for halving
- Troubleshooting halving issues
- Need a checklist or guide for halving tasks
## Commands
### `intro`
```bash
scripts/script.sh intro
```
Overview and fundamentals
### `formulas`
```bash
scripts/script.sh formulas
```
Key formulas and calculations
### `regulations`
```bash
scripts/script.sh regulations
```
Regulatory framework and compliance
### `risks`
```bash
scripts/script.sh risks
```
Risk factors and mitigation
### `instruments`
```bash
scripts/script.sh instruments
```
Instruments and tools overview
### `strategies`
```bash
scripts/script.sh strategies
```
Common strategies and approaches
### `glossary`
```bash
scripts/script.sh glossary
```
Key terms and definitions
### `checklist`
```bash
scripts/script.sh checklist
```
Due diligence checklist
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*