A professional open-source market making framework for AI agents supporting multi-exchange grid trading and real-time market data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openmm
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 openmm using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenMM is a comprehensive market making framework designed to empower developers and AI agents with professional-grade trading capabilities. It provides a unified interface for major exchanges like MEXC, Gate.io, Kraken, and Bitget, enabling automated grid trading, order management, and deep market data analysis. By adding this tool to your collection of Openclaw Skills, you gain the ability to manage liquidity and execute trades programmatically across diverse environments.
Beyond standard centralized exchange features, OpenMM offers unique integration with Cardano DEXs via the Iris Protocol, allowing users to discover liquidity pools and compare on-chain prices with CEX feeds. The framework is built to be flexible, supporting direct CLI usage, library integration for TypeScript projects, and a dedicated MCP server for seamless interaction with AI coding agents.
Install the package globally using npm to get started with this skill:
npm install -g @3rd-eye-labs/openmm
Set your exchange credentials as environment variables in your shell or .env file:
export MEXC_API_KEY="your_key"
export MEXC_SECRET="your_secret"
To integrate with AI agents using Openclaw Skills, run the MCP server:
npx @qbtlabs/openmm-mcp
OpenMM structures its data to be highly parseable, offering standard output and detailed JSON formats.
| Component | Data Description |
|---|---|
| Account Balance | Real-time tracking of free and locked assets per exchange. |
| Market Tickers | Aggregated bid/ask, spread, and 24h volume data. |
| Order Management | Structured IDs, symbols, and status tracking for limit/market orders. |
| Grid Profiles | Configuration schemas including spacing models (linear/geometric) and size models. |
| DEX Liquidity | TVL-weighted pool data and bridge pricing for Cardano tokens. |
Loading
An automated grid trading engine for OpenMM that executes buy and sell orders around a center price to capture market volatility.

An interactive configuration guide for setting up secure API credentials and environment variables for the OpenMM trading framework.

Advanced context management for DeepSeek models featuring auto-compaction and dynamic relevance-based optimization.

A sophisticated text processing skill that identifies and removes AI-generated signatures to transform robotic LLM output into natural human writing.

A deterministic framework for standardizing API credential handling and startup authentication checks to prevent session regressions.

A security-focused static analysis tool that scans Openclaw Skills for potential vulnerabilities, malicious patterns, and data exfiltration risks.








































