skills/account/SKILL.md
Create or inspect Convex accounts. Use when the user wants to set up a new account, check account details, or manage keys.
npx skillsauth add Convex-Dev/convex accountInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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# prefixtools
Transfer CVM coins or fungible tokens between Convex accounts. Use when the user wants to send coins or tokens to another account.
data-ai
Execute a CVM transaction on the Convex network. Use when the user wants to modify on-chain state, call actor functions, or define values.
testing
Create and manage fungible tokens on Convex. Use when the user wants to create a new token, check token balances, or manage token supply.
testing
Execute a read-only CVM query on the Convex network. Use when reading on-chain state, checking balances, looking up accounts, or evaluating Convex Lisp expressions.