OpenMM for Openclaw

A professional open-source market making framework for AI agents supporting multi-exchange grid trading and real-time market data.

adacapo21
v0.1.0
Feb 26, 2026
0
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install openmm

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is OpenMM?

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.

OpenMM Use Cases

  • Automating grid trading strategies with dynamic spacing to capture profit from market volatility.
  • Monitoring real-time orderbooks and trade history across multiple crypto exchanges simultaneously.
  • Managing exchange portfolios and open orders through a unified AI-driven interface in Openclaw Skills.
  • Comparing centralized exchange prices with Cardano DEX liquidity for arbitrage and market research.
  • Executing risk-managed trades with built-in safety reserves and position sizing controls.

How OpenMM Works

  1. The user installs the package and configures exchange API credentials locally using environment variables for maximum security.
  2. The system initializes a connection to the selected exchange (MEXC, Bitget, Gate.io, or Kraken) via the CLI or MCP server.
  3. Market data is fetched and analyzed to establish the current price center and volatility levels.
  4. A trading strategy, such as a geometric or linear grid, is deployed with specific parameters for levels and order sizing.
  5. The skill continuously monitors fills and price deviations, automatically adjusting the grid and orders to maintain the strategy lifecycle.

OpenMM Setup

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 Data Schema & Taxonomy

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.

OpenMM Advanced Features

  • Volatility-based dynamic spread adjustment to protect capital during high market turbulence.
  • Sophisticated spacing models including geometric and pyramidal sizing for professional liquidity provision.
  • Cardano DEX integration via Iris Protocol for tokens like INDY, SNEK, and NIGHT.
  • Built-in dry-run mode for testing complex strategies without executing real exchange orders.
  • Seamless MCP support, allowing AI agents to perform market analysis and portfolio overviews within the Openclaw Skills ecosystem.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*