wallet

Manage encrypted BIP39 wallets for Bitcoin L1 and Stacks L2 via CLI.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill wallet-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wallet
Source: https://github.com/aibtcdev/skills/tree/main/wallet
Command: npx skills add https://github.com/aibtcdev/skills --skill wallet-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

Manage encrypted BIP39 wallets stored locally and simplify their lifecycle, from creation to deletion, with safe encryption and access control.

Core Features & Use Cases

  • Create, import, unlock, lock, switch, delete, export, and rotate wallet passwords.
  • Retrieve and display Bitcoin L1 (Native SegWit + Taproot) and Stacks L2 addresses.
  • Check readiness and status, and view STX balances for wallets.

Quick Start

Create a new wallet with a strong password, then unlock it to begin transacting.

Frequently Asked Questions about wallet

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

FAQPage Schema
How do I securely manage BIP39 wallets for Bitcoin and Stacks locally?

You can manage encrypted BIP39 wallets locally by using a CLI that enforces AES-GCM encryption at rest. This approach safely handles wallet creation, importing, unlocking, and transacting for Bitcoin L1 and Stacks L2.

How do I generate Native SegWit and Taproot addresses from a BIP39 wallet?

You can generate Native SegWit and Taproot addresses by unlocking a locally stored BIP39 wallet. The wallet lifecycle CLI retrieves and displays these Bitcoin L1 addresses alongside your Stacks L2 addresses for transacting.

Does this wallet management tool support checking STX balances and readiness status?

Yes, the wallet management tool supports checking STX balances and readiness status. It provides CLI subcommands to check wallet readiness, view status, and query Stacks L2 balances for automated workflows.

Can I automate wallet lifecycle operations like password rotation and deletion?

Yes, you can automate wallet lifecycle operations because the CLI outputs machine-friendly JSON. It provides subcommands for switching, deleting, exporting, and rotating wallet passwords, making it suitable for automated scripts.

What is the best way to encrypt BIP39 wallets at rest for automation tooling?

The best way to encrypt BIP39 wallets at rest for automation tooling is using AES-GCM encryption. A dedicated CLI manages this encryption locally, ensuring secure access control while outputting JSON for automated processing.