← All skills
Tencent SkillHub · Developer Tools

Local Wallet Standard

Lightweight Wallet Signer CLI — generate wallets, derive addresses, and sign messages across EVM, Solana, Bitcoin, Cosmos, and Tron chains.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Lightweight Wallet Signer CLI — generate wallets, derive addresses, and sign messages across EVM, Solana, Bitcoin, Cosmos, and Tron chains.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
skill.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

LWS CLI

Minimal, offline-first CLI for generating wallets, deriving addresses, and signing messages across multiple chains.

Installation

One-liner: curl -fsSL https://raw.githubusercontent.com/dawnlabsai/lws/main/lws/install.sh | bash The installer will: Install Rust via rustup if not already present Clone the repo and build from source Place the lws binary at ~/.lws/bin/lws Add ~/.lws/bin to your shell's PATH (supports zsh, bash, fish) Set LWS_INSTALL_DIR to override the install location. From source: git clone https://github.com/dawnlabsai/lws.git cd lws/lws cargo build --workspace --release cp target/release/lws ~/.lws/bin/lws

lws generate

Generate a new BIP-39 mnemonic phrase. lws generate [--words 12|24] --words — Number of mnemonic words, 12 or 24 (default: 12)

lws derive

Derive an address from a mnemonic. lws derive --mnemonic <PHRASE> --chain <CHAIN> [--index 0] --mnemonic — BIP-39 mnemonic phrase (required) --chain — Chain type: evm, solana, bitcoin, cosmos, tron (required) --index — Account index (default: 0)

lws sign

Sign a message with a mnemonic-derived key. lws sign --mnemonic <PHRASE> --chain <CHAIN> --message <MSG> [--index 0] --mnemonic — BIP-39 mnemonic phrase (required) --chain — Chain type (required) --message — Message to sign (required) --index — Account index (default: 0)

lws info

Show the vault path and list supported chains. lws info

lws create-wallet

Create a new wallet — generates a mnemonic and saves a wallet descriptor to the vault. lws create-wallet --name <NAME> --chain <CHAIN> [--words 12|24] --name — Wallet name (required) --chain — Chain type (required) --words — Mnemonic word count (default: 12)

lws list-wallets

List all saved wallets in the vault. lws list-wallets

lws update

Update lws to the latest version by building from the latest commit. lws update [--force] --force — Rebuild even if already on the latest commit

lws uninstall

Remove lws from the system. lws uninstall [--purge] --purge — Also remove all wallet data and config (~/.lws) Removes the binary, cleans PATH entries from shell config files, and optionally deletes the entire ~/.lws directory. Prompts for confirmation before proceeding.

File Layout

~/.lws/ ├── bin/ │ └── lws # CLI binary └── wallets/ └── <wallet-id>.json # Wallet descriptors

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • skill.md Docs