stripe-accountslisted
Install: claude install-skill juliandickie/stripe-plugin
# Stripe Accounts
List and inspect configured accounts. This skill never prints secret key values; show only the last 4 characters and the type and mode availability.
## Steps
1. Load the registry (same path precedence as setup) and list each account: name, label, type (standalone or connect), and for connect the platform and connected_account.
2. For a connectivity check, run `${CLAUDE_PLUGIN_ROOT}/bin/stripe-x balance retrieve --account <name>` in test mode and report pass or fail only.
3. To change the default account, edit `default_account` in the registry after confirming with the user. Do not modify keys.
Mask any secret to the last 4 characters in all output.