wallet-manager

Create, list, switch, and delete blockchain wallets with AES-256-GCM encrypted local storage.

109|11|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/TermiX-official/cryptoclaw --skill wallet-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wallet-manager
Source: https://github.com/TermiX-official/cryptoclaw/tree/main/skills/wallet-manager
Command: npx skills add https://github.com/TermiX-official/cryptoclaw --skill wallet-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users manage their crypto wallets through the blockchain extension. All private keys are encrypted with AES-256-GCM and stored locally.

Core Features & Use Cases

  • Create wallet: Generate a new wallet with a random private key
  • List wallets: Show all wallets with addresses and labels
  • Switch wallet: Change the active wallet for operations
  • Delete wallet: Remove a wallet (requires passphrase)

Quick Start

Open your terminal and use the wallet-manager commands to create, list, switch, and delete wallets. For example:

  • Create a new wallet: cryptoclaw wallet create --label "Trading"
  • List wallets: cryptoclaw wallet list
  • Switch active wallet: cryptoclaw wallet switch --label "Trading"
  • Delete a wallet: cryptoclaw wallet delete --label "Old"

Frequently Asked Questions about wallet-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely manage and switch crypto wallets locally without exposing private keys?

To securely manage crypto wallets, this skill encrypts private keys with AES-256-GCM and stores them locally on your device. It allows creation, listing, switching, and deletion of wallets while preventing private-key exposure in the AI context.

Can I use CLI commands to import and export cryptocurrency wallets?

Yes, you can use CLI-only commands to import and export cryptocurrency wallets. The skill enforces passphrase protection for these operations, ensuring secure handling of your blockchain wallet data directly from your terminal.

What is the best way to create and switch between multiple crypto wallets?

The best way to manage multiple crypto wallets is using CLI commands like 'cryptoclaw wallet create --label' and 'cryptoclaw wallet switch --label'. This allows you to generate new wallets and change the active wallet for operations seamlessly.

Does deleting a wallet from local storage require a passphrase?

Yes, deleting a wallet from local storage requires a passphrase. This security measure prevents unauthorized removal of your encrypted cryptocurrency wallets, ensuring only the owner can execute the deletion command.

When do I need AES-256-GCM encryption for wallet management?

You need AES-256-GCM encryption for wallet management when storing private keys locally on your device. This encryption standard ensures that your cryptocurrency wallet credentials remain secure and inaccessible without the correct passphrase.

Why are private keys prevented from appearing in the AI context?

Private keys are prevented from appearing in the AI context to eliminate the risk of sensitive data leakage. By keeping encryption and operations strictly within local storage and CLI tools, your cryptographic secrets are never exposed.