bankr-x402-sdk---wallet-operations — an installable skill for AI agents, published by bankrbot/claude-plugins.
SDK Wallet Operations
Initialize and configure the BankrClient with proper wallet setup.
Two-Wallet System
Wallet
Purpose
Required
Payment (privateKey)
Signs x402 micropayments ($0.01/request)
Yes
Context (walletAddress)
Receives swapped tokens, NFTs
No (defaults to payment wallet)
Basic Setup
import { BankrClient } from "@bankr/sdk";
const client = new BankrClient({
privateKey: process.env.BANKR_PRIVATE_KEY as `0x${string}`,
});don't have the plugin yet? install it then click "run inline in claude" again.