npx skills add ...
npx skills add convex-dev/convex --skill account
npx skills add convex-dev/convex --skill account
Create or inspect Convex accounts. Use when the user wants to set up a new account, check account details, or manage keys.
Use mcp__convex-testnet__signingCreateAccount — creates a key pair and on-chain account in one step. Optionally fund via faucet.
mcp__convex-testnet__keyGenmcp__convex-testnet__createAccount with the public keyfaucet parameter (max 1 CVM = 1,000,000,000 copper)Important: Save the seed securely — it cannot be recovered.
mcp__convex-testnet__describeAccount with the addressmcp__convex-testnet__getBalance with the address(account #ADDR) returns the full account recordmcp__convex-testnet__signingListKeysmcp__convex-testnet__signingListAccountsmcp__convex-testnet__signingCreateKey with a passphrase# prefix