An automated grid trading engine for OpenMM that executes buy and sell orders around a center price to capture market volatility.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openmm-grid-trading
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-grid-trading using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenMM Grid Trading is a sophisticated automation skill designed for traders looking to capitalize on market oscillations. By placing a series of buy and sell orders at predetermined intervals above and below a center price, this Openclaw Skills integration allows for 24/7 market participation without manual intervention. It excels in ranging or sideways markets where price fluctuates within a specific band.
The skill provides a robust framework for managing liquidity across multiple exchanges including MEXC, Bitget, and Kraken. It handles the complexities of order placement, monitoring, and rebalancing, ensuring that traders can implement professional-grade market-making strategies with minimal setup. Whether you are seeking passive income or active volatility harvesting, this tool provides the technical infrastructure needed for modern algorithmic trading.
To use this skill, ensure you have Node.js installed and the necessary exchange API keys. Install the package using the following command:
npm install -g @3rd-eye-labs/openmm
Next, configure your environment variables for the exchanges you intend to use:
export MEXC_API_KEY='your_key'
export GATEIO_API_KEY='your_key'
# Repeat for other exchanges as needed
Verify the installation by running a dry run via this Openclaw Skills component:
openmm trade --strategy grid --exchange mexc --symbol BTC/USDT --dry-run
The skill organizes trading data and configuration using JSON profiles and CLI parameters. Key data structures include:
| Component | Format | Description |
|---|---|---|
| Grid Profile | JSON | Defines levels, spacing models, and sizing models for reusable strategies. |
| Volatility Window | Rolling 5m | Tracks price changes to adjust spread widths dynamically. |
| Order State | Internal | Tracks active, filled, and cancelled limit orders across the grid. |
| Risk Parameters | CLI Flags | Manages balance allocation, safety reserves, and confidence thresholds. |
Loading
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 professional-grade thermal and gliding weather forecast tool using an 11-parameter scoring engine to predict soaring conditions.

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

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








































