·wallet-encrypt-decrypt
!

wallet-encrypt-decrypt

This skill should be used when the user asks to "encrypt message with BSV key", "decrypt with private key", "ECDH encryption", "AES-256-GCM BSV", "EncryptedMessage", "BRC-2 encryption", or needs to encrypt/decrypt data using BSV keys and @bsv/sdk.

9Installs·2Trend·@b-open-io

Installation

$npx skills add https://github.com/b-open-io/bsv-skills --skill wallet-encrypt-decrypt

How to Install wallet-encrypt-decrypt

Quickly install wallet-encrypt-decrypt AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/b-open-io/bsv-skills --skill wallet-encrypt-decrypt
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: b-open-io/bsv-skills.

SKILL.md

View raw

The @bsv/sdk provides EncryptedMessage for secure message encryption. This is the preferred approach - avoid rolling custom encryption implementations.

Use when both parties have established keypairs (e.g., BAP identities, paymail addresses).

Use when sender doesn't have a persistent identity (e.g., browser-to-server).

This skill should be used when the user asks to "encrypt message with BSV key", "decrypt with private key", "ECDH encryption", "AES-256-GCM BSV", "EncryptedMessage", "BRC-2 encryption", or needs to encrypt/decrypt data using BSV keys and @bsv/sdk. Source: b-open-io/bsv-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/b-open-io/bsv-skills --skill wallet-encrypt-decrypt
Category
!Security
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from b-open-io/bsv-skills

Quick answers

What is wallet-encrypt-decrypt?

This skill should be used when the user asks to "encrypt message with BSV key", "decrypt with private key", "ECDH encryption", "AES-256-GCM BSV", "EncryptedMessage", "BRC-2 encryption", or needs to encrypt/decrypt data using BSV keys and @bsv/sdk. Source: b-open-io/bsv-skills.

How do I install wallet-encrypt-decrypt?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/b-open-io/bsv-skills --skill wallet-encrypt-decrypt Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/b-open-io/bsv-skills