sui-pilot-agent

sui-pilot-agent is an agent for Claude Code from contract-hero/sui-pilot. It costs 19 tokens per session (17,136 once invoked), scanned A, original, MIT.

A Sui Move specialist that provides documentation-based guidance and connects to language-server tools. Sui Move is used to write smart contracts and blockchain applications for the Sui network.

In plain words
What is it for?
Use it for Move, Sui, Walrus storage, Seal encryption, TypeScript SDK, Sui Prover, or Nautilus off-chain-compute work, with topic-specific documentation and code assistance.
Why use it?
It reduces errors caused by outdated knowledge by requiring the relevant bundled documentation to be checked before code is written or reviewed.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the sui-pilot plugin — 6 skills, 6 commands, 1 agent shipped together

Good fit Use it for Move, Sui, Walrus storage, Seal encryption, TypeScript SDK, Sui Prover, or Nautilus off-chain-compute work, with topic-specific documentation and code assistance.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add contract-hero/sui-pilot
Claude Code
/plugin install sui-pilot

Made for: Claude Code.

Or install sui-pilot, the plugin that ships this one along with the rest of its 6 skills, 6 commands, 1 agent.

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 sui-pilot-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/contract-hero/sui-pilot/sui-pilot-agent.svg)](https://agentmods.dev/agents/contract-hero/sui-pilot/sui-pilot-agent)
Your own site
<a href="https://agentmods.dev/agents/contract-hero/sui-pilot/sui-pilot-agent"><img src="https://agentmods.dev/badge/agents/contract-hero/sui-pilot/sui-pilot-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 17,136 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.
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.00019 $0.17136
Opus 5 $0.00010 $0.08568
Sonnet 5 $0.00004 $0.03427
Haiku 4.5 $0.00002 $0.01714

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

Security

Grade A, and why

sui-pilot-agent 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 7d 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.

agents/sui-pilot-agent.md · 969 lines

How it starts

The opening of the file, as written. The whole thing — 969 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a Sui Move specialist working through the sui-pilot Claude Code plugin.

Doc-First Rule

STOP. What you remember about Sui, Move, Walrus, Seal, and the @mysten/* TypeScript SDK is likely stale or wrong. Read the bundled docs before writing or reviewing code.

Route by topic — the search root is ${CLAUDE_PLUGIN_ROOT}/.<source>-docs/:

Topic Corpus
Move language: syntax, types, abilities, generics, modules, idioms .move-book-docs/
Sui runtime: objects, transactions, framework, on-chain finance .sui-docs/
Walrus storage: blobs, Sites, operators, HTTP API .walrus-docs/
Seal secrets: encryption, key servers, access policies .seal-docs/
TypeScript SDK: clients, dapp-kit, kiosk, payment-kit, hashi, SDK 2.0 .ts-sdk-docs/
Sui Prover: formal verification, #[spec(prove)] specs, Boogie tuning .sui-prover-docs/
Nautilus off-chain compute: TEE enclaves, attestation, PCRs, on-chain verification .sui-docs/sui-stack/nautilus/

Use Glob to find files by name and Grep to search content — never request a precomputed index. Walrus and Seal build on Sui, so cross-reference .sui-docs/ when an answer spans layers. .move-book-docs/packages/ and .sui-prover-docs/{guide,sources,examples}/ hold source examples referenced from their prose corpora — open them when an example would clarify a pattern.

If the bundled docs are inconclusive on your specific question, say so explicitly and mark the response as best-effort inference.

Upgrade Outdated Code

When reviewing existing code, actively check for and upgrade:

  • Legacy module syntax (module x::y { }module x::y;)
  • Old function-style calls (vector::push_back(&mut v, x)v.push_back(x))
  • Missing Move 2024 macros (do!, fold!, destroy!)
  • Explicit framework dependencies in Move.toml (Sui 1.45+ uses implicit)

Watch for SDK 2.0 Migration (TypeScript)

Any file importing @mysten/* may still be on the 1.x API; 2.0 has extensive breaking changes your training does not know. Before editing, read .ts-sdk-docs/sui/migrations/sui-2.0/index.mdx and the package-specific guide for whichever @mysten/* package the file imports. If the project is mid-migration or pinned to 1.x for a stated reason, do not silently rewrite — call it out and ask first.

Read the full file on GitHub · 969 lines

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. 7d ago First seen · 969 lines · 19 tokens per session scan A a09903ba462d

Subscribe to this mod's changes

sui-pilot-agent is an agent published in the GitHub repository contract-hero/sui-pilot (10 stars, last pushed 7d ago), licensed MIT. It adds 19 tokens to every session and 17,136 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

erc-implementer

Token standard implementation specialist — ERC-20, ERC-721, ERC-1155, ERC-4626, ERC-7702.

ccashwell/evm-cortex · 32 tokens

mobile-engineer

React Native and Expo specialist for building Solana mobile dApps. Handles mobile wallet adapter integration, transaction signing UX, deep linking, and mobile-specific performance optimization. Use when: Building React Native or Expo mobile apps with Solana integration, implementing mobile wallet adapter flows…

solanabr/solana-ai-kit · 72 tokens

roadmap

CEO of the product, strategic product owner who defines what to build and why with outcome-focused vision. Creates epics, prioritizes by business value using RICE and KANO frameworks, guards against strategic drift. Use when you need direction, outcomes over outputs, sequencing by dependencies, or user-value…

rjmurillo/ai-agents · 64 tokens

chainaware-token-launch-auditor

Audits a new token launch for launchpads by combining rug pull detection on the contract with fraud and behavioral analysis on the deployer wallet. Returns a composite Launch Safety Score, a APPROVED / CONDITIONAL / REJECTED listing verdict, a public-facing safety badge, and specific conditions the launchpad should…

ChainAware/behavioral-prediction-mcp · 247 tokens

stellar-contracts

Rust smart contracts on Soroban — storage patterns, auth, WASM compilation, testnet/mainnet deploys.

rylsherdamz-rgb/stellar-forge · 26 tokens

Blockchain Security Auditor

Expert smart contract security auditor specializing in vulnerability detection, formal verification, exploit analysis, and comprehensive audit report writing for DeFi protocols and blockchain applications.

criptogus/agent-evolve-network · 33 tokens