skills/cns/SKILL.md
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.
npx skillsauth add Convex-Dev/convex cnsInstall 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.
CNS maps human-readable names (like convex.fungible) to on-chain addresses.
Use mcp__convex-testnet__resolveCNS with the name.
Returns: value (usually an address), controller, metadata, and child node.
Transaction: (call #9 (cns-update 'my.name *address*))
#9 is the CNS registry actor@convex.fungible in CVM source resolves to the actor address at runtime(@convex.fungible/balance #TOKEN #USER) calls balance on the resolved actor| Name | Purpose |
|------|---------|
| convex.fungible | Fungible token standard library |
| convex.trust | Trust and access control |
| convex.asset | Multi-asset interface |
| convex.nft | Non-fungible token support |
devops
Deploy an actor (smart contract) to the Convex network. Use when the user wants to create a new on-chain actor with exported functions.
tools
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.