solana-keypair
Installation
SKILL.md
Configure the Solana keypair used for signing write operations.
Review: $ARGUMENTS
Instructions
show (default)
- Read
SOLANA_KEYPAIR_PATHfrom environment. - If set and file exists — show public address (never the private key).
- If not set — show setup instructions:
Option 1 (env var): export SOLANA_KEYPAIR_PATH=~/.config/solana/id.json Option 2 (command): /solana-keypair set /path/to/keypair.json