A powerful command-line interface for end-to-end DeepBook operations including market data, account management, and on-chain execution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install deepbook-cli
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 deepbook-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DeepBook CLI Skill is a robust technical toolset designed for developers and power users to interact seamlessly with the DeepBook protocol on the Sui network. By leveraging this integration within Openclaw Skills, users can manage the entire trading lifecycle—from initial market research and orderbook inspection to the execution of complex spot and margin trades. The skill provides a bridge between high-level trading strategies and low-level on-chain interactions, ensuring precision and reliability in decentralized finance environments.
Built with developer experience in mind, it handles global configuration, account aliasing, and provider-side streaming. Whether you are building automated trading bots or performing manual high-stakes swaps, this skill provides the necessary infrastructure to interact with DeepBook's REST and SSE endpoints, ensuring that users of Openclaw Skills have real-time access to liquidity and execution services across both mainnet and testnet.
To get started with this skill within Openclaw Skills, ensure the CLI is installed and configured correctly:
# Install the CLI globally
npm install -g deepbook-cli
# Verify installation
deepbook --version
# Configure your network and provider
deepbook config set-network mainnet
deepbook config set-provider surflux
# Import your private key for on-chain actions
deepbook config import-key <your-private-key> --alias my-wallet
The skill manages persistent data and state through the following schema:
| Component | Type | Description |
|---|---|---|
| Global Config | JSON | Located at ~/.deepbook/config.json, storing network and RPC defaults. |
| Account Data | Alias Map | Maps human-readable aliases to private keys and Sui addresses. |
| Manager Objects | Move Objects | MarginManager<Base, Quote> objects are tracked to handle specific pool collateral. |
| Execution Logs | Structured JSON | Captures execution.kind and execution.type for audit trails. |
Loading
A multi-dimensional engine that deconstructs requirements into objective acceptance and failure criteria to eliminate implementation defects.

Manage Docker infrastructure and git-based stacks through the Portainer REST API using simple CLI commands or AI agent interactions.

A production-grade process manager for Node.js applications with built-in load balancing and auto-restart capabilities.

Automate whole-house audio scenes by synchronizing Spotify playback with Airfoil speaker routing on macOS.

A high-performance web and social media reader that converts URLs into AI-ready Markdown without requiring external API keys.

A sovereign document intelligence and archival system that extracts structured data from files 100% locally using AI.








































