openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Move

Move reference tool. Use when working with move in blockchain contexts.

开发与 DevOps

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:bytesagain3/move

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is a self-contained local reference that only prints documentation from an included shell script; it does not request credentials, install software, or contact external services and is coherent with its stated purpose.

目的

Name and description claim a Move reference tool and the included SKILL.md plus scripts/script.sh provide only command-to-documentation mappings and reference text. The requested artifacts (none) and the script's behavior align with a read-only reference tool.

说明范围

SKILL.md instructs the agent to run scripts/script.sh with a small set of subcommands. The script only emits static text (via here-docs) and does not read arbitrary files, environment variables, or reach out to the network. There is minor scope drift in wording (help output says 'move <command>' while SKILL.md uses 'scripts/script.sh <command>'), but this is a usability bug, not a security concern.

安装机制

There is no install specification and no external downloads; the skill is instruction-plus-a-local-script only. Nothing is written to disk at install time by the registry spec, and the bundled script is plain text without obfuscated code or extraction steps.

证书

The skill declares no required environment variables, credentials, or config paths, and the runtime script does not access environment variables or secret-named values. No disproportionate access to credentials is requested.

持久

The skill is not marked always:true and does not attempt to modify agent/system configuration. It only exposes synchronous, user-invocable commands that print documentation; there is no evidence of persistent privileges or background behavior.

综合结论

This skill is a small, local reference that prints static documentation from scripts/script.sh. It does not require credentials, network access, or installs — review the included script (scripts/script.sh) yourself if you want to confirm behavior before running. Note minor usability issues (help text quoting prevents VERSION expansion and SKILL.md and help wording differ), but there are no security red flags. If you plan to run it in an automa…

安装(复制给龙虾 AI)

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

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

SKILL.md

打开原始 SKILL.md(GitHub raw)

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

# Move

Move reference tool. Use when working with move in blockchain contexts.

## When to Use

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