official-sui-skills

official-sui-skills is a skill for Claude Code, Codex from MystenLabs/sui. It costs 116 tokens per session (609 once invoked), scanned A, original, Apache-2.0.

A pointer to Mysten Labs’ official guidance for building on Sui, a blockchain platform, with the Move language. It covers contracts, transactions, software libraries, command-line tools, and frontend connections.

In plain words
What is it for?
Use it when learning Move on Sui, working with objects and Programmable Transaction Blocks, publishing packages, using TypeScript or Rust libraries, or reading on-chain data.
Why use it?
It gives developers a maintained source for learning how Sui’s parts fit together and how to build, publish, test, upgrade, and connect to applications.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when learning Move on Sui, working with objects and Programmable Transaction Blocks, publishing packages, using TypeScript or Rust libraries, or reading on-chain data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mystenlabs/sui/official-sui-skills
About the project

Sui is a blockchain platform for running smart contracts and managing digital assets, using the Move programming language and a network of authorities to process transactions. It is intended for developers building web3 applications and on-chain assets.

MystenLabs/sui · 7,744 stars · on GitHub · sui.io

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MystenLabs/sui --skill official-sui-skills
Clone the repo
git clone --depth 1 https://github.com/MystenLabs/sui

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for official-sui-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/mystenlabs/sui/official-sui-skills/github.svg)](https://agentmods.dev/skills/mystenlabs/sui/official-sui-skills)
Your own site
<a href="https://agentmods.dev/skills/mystenlabs/sui/official-sui-skills"><img src="https://agentmods.dev/badge/skills/mystenlabs/sui/official-sui-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for official-sui-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/mystenlabs/sui/official-sui-skills"><img src="https://agentmods.dev/badge/skills/mystenlabs/sui/official-sui-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 609 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00116 $0.00609
Opus 5 $0.00058 $0.00304
Sonnet 5 $0.00023 $0.00122
Haiku 4.5 $0.00012 $0.00061

Measured 11d ago against content hash cca14c8add16, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

official-sui-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

crates/sui-prompt/src/skills/official-sui-skills/SKILL.md · 48 lines

What it actually says

Official Sui skills (upstream pointer)

For building, publishing, and upgrading Move contracts on Sui — and the SDK / CLI / frontend integration around them — refer to the official skills maintained by Mysten Labs. This bundle is a pointer, not embedded content.

High-level scope at the pinned ref

  • sui-move/ — Move on Sui: language fundamentals, events, coins
  • object-model/ — ownership, transfers, dynamic fields, display, patterns
  • ptbs/ — Programmable Transaction Blocks (fundamentals, building, troubleshooting, cli)
  • composable-move-functions/, naming-conventions/, modern-move-syntax/, move-unit-testing/, sui-move-project/, sui-build-test/
  • sui-publish/ — package publishing
  • sui-cli/, sui-client/, sui-install/ — CLI / client / install
  • frontend-apps/ — TypeScript SDK integration
  • sui-sdks/ — TypeScript and Rust SDKs
  • accessing-data/ — gRPC, GraphQL, indexers, Walrus, archival
  • sui-overview/ — ecosystem framing

Fetching individual files

Rendered (browser-friendly, HTML):

https://github.com/MystenLabs/skills/blob/764f21a95e709f46c60877a59d6ee6f27d9ed91e/{skill}/{file}.md

Raw (plain markdown, easier for programmatic consumption):

https://raw.githubusercontent.com/MystenLabs/skills/764f21a95e709f46c60877a59d6ee6f27d9ed91e/{skill}/{file}.md

Pick whichever your fetch tool handles best. Both serve the same content at the same pinned snapshot.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 48 lines · 116 tokens per session scan A cca14c8add16

Subscribe to this mod's changes

official-sui-skills is a skill published in the GitHub repository MystenLabs/sui (7,744 stars, last pushed today), licensed Apache-2.0. It adds 116 tokens to every session and 609 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

blockchain-application

Use this skill when asked about smart contract development, Solidity, Vyper, Rust smart contracts (Solana, NEAR, Polkadot), Haskell/Plutus (Cardano), Cairo/StarkNet, dApp backend development, Truffle, Hardhat, Foundry, Anchor, and blockchain application patterns. Languages: Solidity, Vyper, Rust, Haskell, Cairo, Move.…

j4flmao/agent-skills · 175 tokens

blockchain-expert

Expert-level blockchain, Web3, smart contracts, DeFi, and cryptocurrency development. Use when the user mentions Web3, smart contracts, DeFi, Ethereum, or Solidity, or when the task involves Blockchain Fundamentals, Web3 & DeFi, Smart Contract Security, or Gas Optimization.

personamanagmentlayer/pcl · 63 tokens

lineth-quickstart

Operating manual for the Lineth Stack quickstart — the Docker-Compose dev/demo stack at docs/getting-started/lineth-stack in the lineth-monorepo that boots a local Linea/Lineth L2 with Sepolia or local L1 finality. Use whenever you are working inside the lineth-stack quickstart and need to boot or run the stack…

LFDT-Lineth/lineth-monorepo · 228 tokens

frontend-design

Create distinctive, production-grade Stellar dApp UI. Combines bold aesthetic direction with smart contract integration patterns — wallet connection flows, transaction UX, contract data displays, and agentic kit hook wiring. No generic "AI slop" aesthetics.

rylsherdamz-rgb/stellar-forge · 51 tokens

stellar-mcp

MCP (Model Context Protocol) tools for Stellar development. Gives Claude direct access to the Stellar blockchain, filesystem, GitHub, and Playwright through configured MCP servers. Use when querying chain data, deploying contracts, managing repos, or running e2e tests from within the agent.

rylsherdamz-rgb/stellar-forge · 61 tokens

web3-expert

Build production-ready Web3 applications including smart contracts, dApps, DeFi protocols, and decentralized storage solutions. Use when the user mentions Web3, smart contracts or Solidity, dApps, DeFi protocols, ethers.js or web3.js, IPFS, or on-chain integration with Ethereum-compatible networks.

personamanagmentlayer/pcl · 66 tokens