← Back to Docs

Cross-Skill Workflows

Combine multiple OpenMM tools to build powerful trading workflows. These examples show how skills work together to solve real problems.

How Cross-Skill Workflows Work

When you ask your AI agent a complex question, it automatically chains multiple tools together:

Your Prompt
Tool 1
Tool 2
Tool 3
Insight

Example Workflows

CEX↔DEX Arbitrage

Find price differences between centralized exchanges and Cardano DEXs, then execute the trade.

Workflow

Get CEX Price
Get DEX Price
Calculate Spread
Execute Trade

Skills Used

openmm_tickeropenmm_cardano_priceopenmm_discover_pools

Try It

"Find arbitrage for SNEK between MEXC and Minswap, and tell me how to execute it"

Portfolio Rebalancing

Analyze your portfolio allocation across exchanges and suggest rebalancing trades.

Workflow

Fetch Balances
Calculate Weights
Identify Drift
Suggest Trades

Skills Used

openmm_balanceopenmm_ticker

Try It

"Analyze my portfolio across all exchanges. Am I overexposed to any token? Suggest rebalancing."

Grid Bot Optimization

Analyze orderbook depth and volatility to set optimal grid parameters.

Workflow

Analyze Orderbook
Check Volatility
Calculate Levels
Deploy Grid

Skills Used

openmm_orderbookopenmm_tradesopenmm_grid_status

Try It

"Analyze ETH/USDT orderbook and set up an optimal grid strategy based on current conditions"

Risk-Adjusted Entry

Check liquidity depth and slippage before executing a large trade.

Workflow

Check Depth
Estimate Slippage
Compare Venues
Execute Best

Skills Used

openmm_orderbookopenmm_ticker

Try It

"I want to buy 50 ETH. Which exchange has the best liquidity and what slippage should I expect?"

Cardano Yield Hunt

Find the best liquidity pools for your Cardano tokens and compare yields.

Workflow

List Pools
Compare TVL
Check Volume
Recommend

Skills Used

openmm_discover_poolsopenmm_cardano_price

Try It

"Find the best liquidity pools for INDY with over $100k TVL and compare their volumes"

Multi-Exchange Scanner

Scan prices across all exchanges to find the best entry/exit points.

Workflow

Fetch All Prices
Rank by Price
Check Spread
Alert

Skills Used

openmm_ticker

Try It

"Show me BTC/USDT prices across all exchanges and highlight the cheapest place to buy"

Build Your Own Workflows

The beauty of MCP tools is that you don't need to code workflows — just describe what you want in natural language. Your AI agent figures out which tools to use and how to combine them.

Data → Analysis

"Get orderbook and tell me if there's a wall"

Compare → Decide

"Compare prices and recommend where to buy"

Monitor → Alert

"Watch for spread >1% and notify me"

Ready to Build?

Start with the prompt library and combine tools to create your own trading workflows.