Skip to content

QBT-Labs/OpenMM-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMM AI Skills

Open-source market making skills for AI agents

npm downloads openmm-skills downloads openmm-trading downloads openmm-market-data downloads openclaw-openmm downloads License Smithery Skills DeepWiki

Agent Skills for OpenMM — multi-exchange trading, grid strategies, portfolio management, and real-time market data for AI agents.

Built on the open Agent Skills standard — a portable skill format recognized by OpenAI Codex, Gemini CLI, GitHub Copilot, Cursor, VS Code, OpenClaw, and 20+ other platforms.


Install Skills

Quick Install (all skills)

npx @qbtlabs/openmm-skills --all

Interactive Install

npx @qbtlabs/openmm-skills
 ██████╗ ██████╗ ███████╗███╗   ██╗███╗   ███╗███╗   ███╗
██╔═══██╗██╔══██╗██╔════╝████╗  ██║████╗ ████║████╗ ████║
██║   ██║██████╔╝█████╗  ██╔██╗ ██║██╔████╔██║██╔████╔██║
██║   ██║██╔═══╝ ██╔══╝  ██║╚██╗██║██║╚██╔╝██║██║╚██╔╝██║
╚██████╔╝██║     ███████╗██║ ╚████║██║ ╚═╝ ██║██║ ╚═╝ ██║
 ╚═════╝ ╚═╝     ╚══════╝╚═╝  ╚═══╝╚═╝     ╚═╝╚═╝     ╚═╝

  QBT Labs  — Open-source market making for AI agents

  Found 5 skills

  Select skills to install (space to toggle)
    □ openmm-exchange-setup
    □ openmm-grid-trading
    □ openmm-order-management
    □ openmm-cardano-dex
    □ openmm-portfolio

Browse Available Skills

npx @qbtlabs/openmm-skills --list

Install a Specific Skill

npx @qbtlabs/openmm-skills --skill openmm-grid-trading

Install to a Specific Agent

npx @qbtlabs/openmm-skills --agent claude-code
npx @qbtlabs/openmm-skills --agent cursor

Install Globally (user-level)

npx @qbtlabs/openmm-skills --global

Alternative: Standard Skills CLI

npx skills add QBT-Labs/OpenMM-ai

Alternative: ClawHub

clawhub install openmm-exchange-setup
clawhub install openmm-grid-trading
clawhub install openmm-portfolio

Skills

Skill Description Smithery
openmm-portfolio Balance tracking, order overview, and market data across exchanges activations
openmm-exchange-setup Step-by-step guide to configure exchange API credentials activations
openmm-grid-trading Automated grid trading strategies with dry-run support activations
openmm-order-management Place, list, and cancel limit/market orders activations
openmm-cardano-dex Cardano DEX pool discovery and aggregated pricing via Iris Protocol activations

Plugins

Self-contained plugin packages for structured agent integration:

Plugin Description npm
openmm-trading Exchange setup, order management, and grid trading strategies @qbtlabs/openmm-trading
openmm-market-data Market data, portfolio tracking, and Cardano DEX integration @qbtlabs/openmm-market-data
openclaw-openmm OpenClaw plugin — trade and monitor from Telegram or any channel @qbtlabs/openclaw-openmm

Install the OpenClaw Plugin

openclaw plugins install @qbtlabs/openclaw-openmm

Prerequisites

npm install -g @3rd-eye-labs/openmm

Verify the installation:

which openmm

Supported Exchanges

Exchange Min Order Credentials
MEXC 1 USDT MEXC_API_KEY, MEXC_SECRET
Gate.io 1 USDT GATEIO_API_KEY, GATEIO_SECRET
Bitget 1 USDT BITGET_API_KEY, BITGET_SECRET, BITGET_PASSPHRASE
Kraken 5 EUR/USD KRAKEN_API_KEY, KRAKEN_SECRET

Components

OpenMM Ecosystem
├── OpenMM (Core)           → github.com/3rd-Eye-Labs/OpenMM
├── OpenMM-MCP (Tools)      → github.com/QBT-Labs/OpenMM-MCP
└── OpenMM-AI (Skills)      → this repo
    ├── .claude-plugin/     → plugin discovery manifest
    └── packages/
        ├── openmm-skills/  → npx installer with OpenMM banner
        └── plugins/
            ├── openmm-trading/       → trading skills + references
            ├── openmm-market-data/   → market data skills + references
            └── openclaw-openmm/      → OpenClaw plugin (Telegram, Discord)

x402 (coming soon) — Payment layer for AI agent transactions is a work in progress.


What are Agent Skills?

Agent Skills is an open standard for portable AI agent capabilities. Skills are SKILL.md files that any compatible agent can read and execute.

These skills are built for OpenMM on centralized exchanges, but the format works with any platform that supports the Agent Skills standard — including OpenAI Codex, Gemini CLI, GitHub Copilot, Cursor, VS Code, OpenClaw, and more.


Links

License

MIT © QBT Labs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors