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.
/plugin marketplace add contract-hero/sui-pilot/plugin install sui-pilotWrote 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.
[](https://agentmods.dev/agents/contract-hero/sui-pilot/sui-pilot-agent)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 7d ago First seen · 969 lines · 19 tokens per session scan A a09903ba462d
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.
Other agents, from other repositories
erc-implementer
Token standard implementation specialist — ERC-20, ERC-721, ERC-1155, ERC-4626, ERC-7702.
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…
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…
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…
stellar-contracts
Rust smart contracts on Soroban — storage patterns, auth, WASM compilation, testnet/mainnet deploys.
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.