npx skills add ...
npx skills add convex-dev/convex --skill transfer
npx skills add convex-dev/convex --skill transfer
Transfer CVM coins or fungible tokens between Convex accounts. Use when the user wants to send coins or tokens to another account.
Transfer native CVM coins using mcp__convex-testnet__transfer:
#42)Or via transaction: (transfer #42 1000000000) — sends 1 CVM.
For non-native tokens, include the token actor address:
token parameter to the token actor address(@convex.fungible/transfer #TOKEN #DEST AMOUNT)