suins

Automate SuiNS domain registration, renewal, and reverse lookups on-chain.

3|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/mcxross/skills --skill suins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suins
Source: https://github.com/mcxross/skills/tree/main/suins
Command: npx skills add https://github.com/mcxross/skills --skill suins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the end-to-end management of SuiNS domains and their associated name records, simplifying ownership, resolution, and domain lifecycle tasks.

Core Features & Use Cases

  • Domain registration and renewal via SuinsRegistration NFTs
  • Forward and reverse lookups through the Registry
  • Target address management and per-domain data storage
  • Subdomain support and wrapper NFTs

Use cases include registering alice.sui, resolving addresses, updating domain data (avatar, content_hash, walrus_site_id), and managing auctions for premium domains.

Quick Start

Register a new .sui domain and set its initial target address using the on-chain SuinsRegistration flow.

Frequently Asked Questions about suins

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I register a .sui domain and set its target address?

To register a .sui domain, you use the on-chain SuinsRegistration flow, which mints an NFT for ownership and allows you to set the initial target address for resolution.

Can I resolve a SuiNS name to an address and perform reverse lookups?

Yes, SuiNS supports forward lookups to resolve domain names like alice.sui to target addresses, and reverse lookups to map addresses back to their registered names through the registry.

How do I update domain data like avatar and content hash for a .sui name?

You can update per-domain metadata by modifying the name record, allowing you to set attributes such as avatar, content_hash, and walrus_site_id directly on-chain.

Does SuiNS support subdomains and NFT-based ownership in auctions?

Yes, SuiNS supports subdomain creation and utilizes wrapper NFTs for ownership, which also enables the management of premium domains through auction mechanisms.

What is the process for renewing an existing SuiNS domain?

SuiNS automates the domain lifecycle, allowing you to renew existing .sui domains by interacting with the name record modules to extend your on-chain registration period.