Pre-built skills you can drop into your AI coding agent to build on Walrus. Install them into Claude Code, Cursor, Codex, and other agents with the skills CLI.
npx skills add mystenlabs/walrus-skills --allInstall any single skill with npx skills add mystenlabs/walrus-skills --skill <name>.
Persistent encrypted AI agent memory with Walrus Memory. Covers TypeScript and Python SDKs, MCP server, memory spaces, and delegate keys.
Get startedCommon error messages and fixes across the CLI, TypeScript SDK, HTTP API, Move integration, and Seal.
Get startedHigh-level overview of what Walrus is, how it works, architecture, terminology, and which tool to choose.
BuildEncrypt data with Seal threshold encryption and onchain access control. Covers the Seal SDK, seal_approve, and Nautilus TEE.
BuildWrap Walrus blobs in Sui Move contracts. Covers Move.toml setup, the WrappedBlob pattern, and the SharedBlob API.
Manage storagePost-storage operations: extending lifetimes, deleting, burning, sharing blobs, blob attributes, and storage pools.
Manage storageBatch many small blobs into a single storage unit to save costs by amortizing the per-blob metadata overhead.
Manage storagePricing, cost estimation, and the dual-token model (WAL + SUI). Covers the cost calculator, dry-run, and optimization strategies.
Store and readPublisher and aggregator REST API for storing and reading blobs over HTTP. Covers endpoints, parameters, and response formats.
Store and readProgrammatic blob storage with the @mysten/walrus TypeScript SDK. Covers client init, browser upload relay, and Vite config.
Store and readStore, read, and manage blobs with the CLI client. Covers installation, configuration, JSON mode, and gas budgets.