A TypeScript library for programmatic minting, burning, and yield farming on the Stable Layer protocol via the Sui blockchain.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stable-layer-sdk
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 stable-layer-sdk using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Stable Layer SDK is a robust TypeScript interface engineered to facilitate seamless interaction with the Stable Layer protocol on the Sui blockchain. It provides developers with the tools necessary to manage stablecoin lifecycles, including collateralized minting and yield-bearing vault interactions. By integrating this library into Openclaw Skills, users can automate complex DeFi operations that involve liquidating assets, redeeming collateral, and interacting with high-performance Move-based smart contracts.
Install the SDK and necessary Sui dependencies via npm to start building Openclaw Skills:
npm install stable-layer-sdk @mysten/sui @mysten/bcs
Configure the client with your environment details:
import { StableLayerClient } from "stable-layer-sdk";
const client = new StableLayerClient({ network: "mainnet", sender: "0xYOUR_SUI_ADDRESS" });
The SDK organizes data around Sui blockchain primitives and protocol-specific types:
| Attribute | Format | Description |
|---|---|---|
| stableCoinType | string | The fully qualified Move type of the stablecoin |
| usdcCoin | Coin Object | The input coin object used for minting operations |
| amount | bigint | The transaction amount represented in base units |
| Transaction | Object | A Sui Transaction block for instruction batching |
Loading
A comprehensive suite of SDKs for building and automating DeFi operations on the Sui blockchain using Cetus Protocol.

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.

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

An autonomous trading skill for AI agents to trade on the Stellar DEX and generate yield 24/7.








































