Maps human-readable CNS names (eg. convex.fungible) to on-chain addresses and provides resolve, register, and update operations. Includes usage examples for resolving names in code and performing CNS registry transactions.
Use this skill when you need to: look up the address behind a CNS name, register a new name under your namespace, or update an existing name's target. Useful for making on-chain code portable by avoiding hardcoded addresses.
(call #9 (cns-update 'my.name *address*)), authority requirements for top-level names, and examples of using CNS paths in CVM source.Likely compatible with agents able to interact with blockchain CLIs and on-chain RPCs (e.g. Codex/Gemini CLI style agents, or custom blockchain-capable agent integrations).
Convex Name System (CNS) skill provides lookup, registration, and update instructions for human-readable on-chain names on the Convex blockchain. No scripts were included — it's a reference-only skill relying on an MCP tool. Clean and safe but minimal in depth.
Purely informational skill with no executable code. Zero security risk. Limited audience (Convex blockchain developers). Well-structured for its scope but could benefit from error handling guidance and more detailed registration steps.