sui-suins

Integrates Sui Name Service for registering names and resolving addresses on the SUI blockchain.

7|2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/first-mover-tw/sui-dev-agents --skill sui-suins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sui-suins
Source: https://github.com/first-mover-tw/sui-dev-agents/tree/main/skills/sui-suins
Command: npx skills add https://github.com/first-mover-tw/sui-dev-agents --skill sui-suins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies SUI blockchain interactions by enabling the use of human-readable names instead of complex addresses, making transactions and user identification more intuitive.

Core Features & Use Cases

  • Human-Readable Names: Register and use names like alice.sui instead of raw addresses.
  • Reverse Lookup: Resolve addresses back to their registered names.
  • Name Ownership & Trading: Manage and transfer domain names.
  • Use Case: When sending SUI tokens, users can now enter bob.sui instead of a long hexadecimal address, reducing errors and improving user experience.

Quick Start

Use the sui-suins skill to register the name 'mycoolname.sui' for 5 years.

Frequently Asked Questions about sui-suins

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

FAQPage Schema
How do I resolve a human-readable Sui name to a blockchain address?

To resolve a Sui name, you query the Sui Name Service (SuiNS) using the integrated GraphQL API. This converts human-readable names like alice.sui into their corresponding raw SUI blockchain addresses for transaction referencing.

Can I perform a reverse lookup to find the registered name for a SUI address?

Yes, SuiNS supports reverse lookups to map raw SUI blockchain addresses back to their registered human-readable names. This functionality helps identify users and verify address ownership during transactions.

How do I register and manage SUI subdomains using the SuiNS?

You can register SUI subdomains by calling the SuiNS registration functions to secure names like myname.sui. The Skill enables full subdomain management, allowing you to configure and transfer these human-readable domains.

Does the SuiNS Skill support frontend SDK integration for address resolution?

Yes, the Skill supports frontend SDK integration to seamlessly adopt human-readable SUI addresses. It also accommodates GraphQL API changes to ensure consistent name service resolution within decentralized applications.

What is the best way to simplify SUI token transfers and reduce addressing errors?

The best way to simplify SUI token transfers is using SuiNS to replace complex hexadecimal addresses with human-readable names. Entering names like bob.sui reduces transaction errors and improves the blockchain user experience.