sui-wallet

Execute SUI blockchain transactions through a dry-run and user approval workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies and secures the process of performing on-chain transactions, such as transferring assets, calling Move functions, or publishing smart contracts, by integrating with an agent's wallet and providing a clear approval flow.

Core Features & Use Cases

  • Transaction Execution: Handles transfers, Move calls, and package publishing.
  • Secure Workflow: Enforces a dry-run -> approve -> execute flow for all transactions.
  • On-Chain Query Integration: Leverages MCP Wallet Tools for interacting with the SUI blockchain.
  • Use Case: You need to deploy a new version of your Move smart contract to the SUI testnet. This Skill will guide you through the deployment process, showing you the estimated gas costs and effects before you confirm and execute the transaction.

Quick Start

Use the sui-wallet skill to transfer 10 SUI to the address 0x123...

Frequently Asked Questions about sui-wallet

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

FAQPage Schema
How do I securely execute SUI blockchain transactions like asset transfers and Move function calls?

To securely execute SUI blockchain transactions, this Skill enforces a dry-run, approve, and execute workflow. It prevents direct CLI execution without prior user consent, showing estimated gas costs and effects before you confirm the transaction.

How can I deploy a Move smart contract to the Sui testnet safely?

To deploy a Move smart contract to the Sui testnet safely, this Skill guides you through package publishing with a mandatory dry-run phase. It displays estimated gas costs and transaction effects for your approval before executing the deployment.

What is the dry-run approval process for Sui wallet transactions?

The dry-run approval process for Sui wallet transactions is a mandatory security workflow that simulates asset transfers and Move calls before execution. It ensures transaction safety by requiring explicit user consent and confirmation of network details before any on-chain action.

Can I use an agent wallet to manage SUI on-chain transactions without direct CLI access?

Yes, you can use an agent wallet to manage SUI on-chain transactions without direct CLI access. This Skill leverages MCP Wallet Tools to facilitate secure asset transfers and smart contract deployments, bypassing direct CLI execution.

Do I need to confirm network details before executing a SUI transaction?

Yes, you need to confirm network details before executing a SUI transaction to ensure safety. This Skill mandates user approval of network parameters and transaction effects during the dry-run phase before proceeding to on-chain execution.