Turbos CLMM SDK

v0.1.0

Integrate the Turbos Finance CLMM SDK on Sui for pools, swaps, positions, fees, and liquidity workflows. Use when building or analyzing apps that interact wi...

0· 64·0 current·0 all-time
bylyiyun@lyiyun1024
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Turbos CLMM SDK integration for Sui) matches the SKILL.md content: code examples, API references, and guidance for using the turbos-clmm-sdk and SuiClient. It does not request unrelated services, binaries, or credentials.
Instruction Scope
SKILL.md contains usage examples, API reference, and initialization code only. It does not instruct the agent to read arbitrary files, harvest environment variables, or transmit data to unexpected endpoints. Placeholders such as YOUR_RPC_URL and YOUR_SUI_ADDRESS are present and expected for RPC and wallet parameters.
Install Mechanism
There is no install spec in the skill bundle (instruction-only). The guide recommends installing the npm package (pnpm add turbos-clmm-sdk @mysten/sui) which will fetch code from npm — a normal step for SDK use. Users should verify the npm package and its provenance before installing.
Credentials
The skill requests no environment variables, credentials, or config paths. The examples require user-supplied RPC URLs and Sui addresses (expected for blockchain SDK usage) but do not attempt to access secrets on their own.
Persistence & Privilege
always is false and the skill is user-invocable. As an instruction-only skill it does not persist files or modify other skills. Autonomous invocation is enabled by default but not combined with elevated privileges or broad credential access.
Assessment
This skill is an instruction-only integration guide and does not request secrets or install anything on its own. Before you install or use the referenced npm package: verify the package name and version on npm/github, inspect the package source or use a trusted lockfile, avoid pasting private keys or full wallet mnemonics into examples (use ephemeral/read-only RPC endpoints for testing), and prefer connecting via a wallet/provider that you control. If you plan to run the code locally, review the turbos-clmm-sdk code and its dependencies for any unexpected network calls or post-install scripts.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bwy3szc1yghjfbz55jvdhnn83hssy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments