openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Whitepaper

Whitepaper reference tool. Use when working with whitepaper in blockchain contexts.

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 7 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:bytesagain1/whitepaper

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is an internally consistent, instruction-only reference tool that runs a bundled local shell script to print static whitepaper guidance; it does not request credentials, perform network activity, or access unrelated system data.

目的

Name/description (whitepaper reference for blockchain contexts) matches the provided files: SKILL.md documents CLI-like commands and the bundled script emits static reference content. Nothing requested or installed that is unrelated to a documentation/reference tool.

说明范围

SKILL.md instructs the agent to run the included scripts/script.sh for each command. The script only prints predefined text blocks and does not read arbitrary files, environment credentials, or transmit data externally.

安装机制

No install spec (instruction-only with a bundled script). No downloads, no external package managers, and no extraction of remote archives—lowest-risk installation profile.

证书

The skill declares no required environment variables or credentials and the script does not access environment secrets or external config paths. The only variable is an internal VERSION string.

持久

Skill is not always-enabled and makes no changes to agent/system configuration. It does not request persistent privileges or modify other skills.

综合结论

This skill appears safe and coherent with its stated purpose: it simply runs a local shell script that prints static whitepaper guidance. Before installing or running, you may want to: (1) review the script contents yourself (they're included) to confirm there are no unexpected commands; (2) run it in a restricted/sandboxed environment if you have policy concerns; and (3) be aware that the help text has a minor bug (VERSION is inside a quoted …

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Whitepaper」。简介:Whitepaper reference tool. Use when working with whitepaper in blockchain conte…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/bytesagain1/whitepaper/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: "whitepaper"
version: "1.0.0"
description: "Whitepaper reference tool. Use when working with whitepaper in blockchain contexts."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [whitepaper, blockchain, finance, reference, cli]
category: "blockchain"
---

# Whitepaper

Whitepaper reference tool. Use when working with whitepaper in blockchain contexts.

## When to Use

- Working with whitepaper and need quick reference
- Looking up blockchain standards or best practices for whitepaper
- Troubleshooting whitepaper issues
- Need a checklist or guide for whitepaper 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*