技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 8 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:bytesagain1/hotwallet
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is a self-contained reference tool: its description matches the included shell script, it requires no credentials or installs, and the script only prints static guidance (no networking or sensitive access).
目的
Name/description (hotwallet reference) align with what is bundled: a local script that prints explanatory/reference material. There are no unrelated requirements or hidden capabilities.
说明范围
SKILL.md instructs running scripts/script.sh with specific commands; the script implements those commands and only emits static text. It does not read arbitrary files, access environment variables, or send data externally.
安装机制
No install spec is provided (instruction-only plus a packaged script). Nothing is downloaded or extracted at install time, so there is no external code fetch risk.
证书
No environment variables, credentials, or config paths are required. The skill does not request or use secrets.
持久
always is false and the skill does not modify system or other-skill configuration. It simply exposes a local script for on-demand use.
综合结论
This skill appears to be a harmless local reference: it runs a bundled shell script that prints documentation and requires no credentials or network. Before installing, you can (and should) open scripts/script.sh to verify it matches your expectations (it does in this package). If you don't trust the publisher, avoid granting the agent broader execution privileges, but otherwise this skill's footprint is minimal.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Hotwallet」。简介:Hotwallet reference tool. Use when working with hotwallet in blockchain context…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/bytesagain1/hotwallet/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: "hotwallet"
version: "1.0.0"
description: "Hotwallet reference tool. Use when working with hotwallet in blockchain contexts."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [hotwallet, blockchain, finance, reference, cli]
category: "blockchain"
---
# Hotwallet
Hotwallet reference tool. Use when working with hotwallet in blockchain contexts.
## When to Use
- Working with hotwallet and need quick reference
- Looking up blockchain standards or best practices for hotwallet
- Troubleshooting hotwallet issues
- Need a checklist or guide for hotwallet 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*