← Back to Skills Marketplace
Move
by
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
146
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install move
Description
Move reference tool. Use when working with move in blockchain contexts.
Usage Guidance
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 automated agent, ensure the agent will only invoke the documented subcommands and not run arbitrary additional arguments.
Capability Analysis
Type: OpenClaw Skill
Name: move
Version: 1.0.0
The 'move' skill bundle is a purely informational reference tool providing static text documentation about the Move blockchain language and general financial/risk concepts. The shell script (scripts/script.sh) contains no network activity, file system modifications, or sensitive data access, and the SKILL.md instructions are limited to executing these safe informational commands.
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install move - After installation, invoke the skill by name or use
/move - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Move?
Move reference tool. Use when working with move in blockchain contexts. It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Move?
Run "/install move" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Move free?
Yes, Move is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Move support?
Move is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Move?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.
More Skills