ワンクリックで
account
Create or inspect Convex accounts. Use when the user wants to set up a new account, check account details, or manage keys.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or inspect Convex accounts. Use when the user wants to set up a new account, check account details, or manage keys.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build the Convex project from source. Use when a contributor wants to compile, test, or package Convex.
Deploy an actor (smart contract) to the Convex network. Use when the user wants to create a new on-chain actor with exported functions.
Use Convex DB — a lattice-backed SQL database. Use when helping users write queries, connect via JDBC or PostgreSQL clients, create tables, insert/query data, or use the direct lattice API.
Resolve or register Convex Name System (CNS) names. Use when the user wants to look up a CNS name, register a new name, or update a name's target.
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.
Create and manage fungible tokens on Convex. Use when the user wants to create a new token, check token balances, or manage token supply.
| name | account |
| description | Create or inspect Convex accounts. Use when the user wants to set up a new account, check account details, or manage keys. |
| argument-hint | [create|info|keys] [address] |
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