BeClaude

walrus-ts

New
Community RegistryGeneralby icehugh · MIT

Walrus TypeScript SDK 专业化 AI 技能集,提供代码生成、错误诊断、监控分析和性能优化功能,专为 Walrus 去中心化存储应用开发者打造

First seen 5/22/2026

Summary

Walrus TypeScript SDK professional AI skill set that provides code generation, error diagnosis, monitoring analysis, and performance optimization for developers building decentralized storage applications on the Walrus network.

  • It streamlines development with Sui and TypeScript, helping you write, debug, and optimize blob storage integrations efficiently.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install walrus-ts@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Generate TypeScript code for uploading and retrieving blobs using the Walrus SDK.
Diagnose and fix errors in Walrus blob storage transactions or Sui contract interactions.
Analyze monitoring data to identify performance bottlenecks in decentralized storage operations.
Optimize blob storage configurations for cost and latency in production applications.
Automate creation of Sui move call wrappers for Walrus storage operations.
Refactor existing TypeScript code to align with Walrus SDK best practices and security patterns.

Usage Examples

1

/walrus-ts generate code to upload a file to Walrus and return the blob ID

2

Debug this Walrus blob retrieval error: 'insufficient gas for storage fee'

3

/walrus-ts optimize this blob storage loop for batch uploads with retry logic

View source on GitHub
typescriptsuiwalrusdecentralized-storageblob-storageai-programmingcode-generationerror-diagnosis

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is walrus-ts?

Walrus TypeScript SDK professional AI skill set that provides code generation, error diagnosis, monitoring analysis, and performance optimization for developers building decentralized storage applications on the Walrus network. It streamlines development with Sui and TypeScript, helping you write, debug, and optimize blob storage integrations efficiently.

How to install walrus-ts?

To install walrus-ts: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install walrus-ts@<marketplace>. Finally, /plugin in Claude Code.

What is walrus-ts best for?

walrus-ts is a plugin categorized under General. It is designed for: typescript, sui, walrus, decentralized-storage, blob-storage, ai-programming, code-generation, error-diagnosis. Created by icehugh.

What can I use walrus-ts for?

walrus-ts is useful for: Generate TypeScript code for uploading and retrieving blobs using the Walrus SDK.; Diagnose and fix errors in Walrus blob storage transactions or Sui contract interactions.; Analyze monitoring data to identify performance bottlenecks in decentralized storage operations.; Optimize blob storage configurations for cost and latency in production applications.; Automate creation of Sui move call wrappers for Walrus storage operations.; Refactor existing TypeScript code to align with Walrus SDK best practices and security patterns..