A comprehensive suite of SDKs for building and automating DeFi operations on the Sui blockchain using Cetus Protocol.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cetus
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cetus using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cetus Protocol SDK v2 provides a modular and robust framework for interacting with the premier decentralized exchange and liquidity protocol on the Sui blockchain. By leveraging these Openclaw Skills, developers can programmatically access concentrated liquidity (CLMM), dynamic liquidity (DLMM), and automated vault management with high efficiency.
This toolkit is designed for building sophisticated financial applications, ranging from simple token swaps to complex yield farming and governance strategies. These Openclaw Skills empower developers to create AI-driven agents capable of managing liquidity, executing limit orders, and performing dollar-cost averaging (DCA) autonomously on-chain.
To start using these Openclaw Skills, install the core packages via npm:
npm install @cetusprotocol/common-sdk @cetusprotocol/sui-clmm-sdk
Initialize the SDK in your TypeScript environment:
import { CetusClmmSDK } from '@cetusprotocol/sui-clmm-sdk';
const sdk = CetusClmmSDK.createSDK({ env: 'mainnet' });
sdk.setSenderAddress('0xYOUR_SUI_ADDRESS');
The SDK organizes DeFi data into specific modules to maintain clarity and performance:
| Module | Core Data Objects | Purpose |
|---|---|---|
| CLMM | Pools, Ticks, Positions | Concentrated liquidity management |
| Aggregator | Routes, Quotes, Hops | Multi-DEX trade optimization |
| xCETUS | veNFTs, Lock Objects | Governance and dividend tracking |
| DCA | Order Metadata, Cycles | Automated periodic purchase tracking |
| Limit | Order Status, Price Bounds | Precise trade execution logging |
Loading
A comprehensive tracking utility for monitoring, managing, and optimizing AI API expenditures across major providers like OpenAI, Anthropic, and Google.

A dual-language tax assistant designed to provide precise answers based on the official Tax Code of the Republic of Kazakhstan.

A professional accounting automation tool to manage clients, items, and financial documents through the Morning (GreenInvoice) API.

A comprehensive read-only market data assistant for the Hyperliquid exchange that supports natural language and terminal-style command parsing.

A TypeScript library for programmatic minting, burning, and yield farming on the Stable Layer protocol via the Sui blockchain.

An autonomous trading tool enabling AI agents to execute swaps and earn yield on the Stellar network 24/7.








































