openmm-portfolio

Balance tracking, order overview, and market data across exchanges using OpenMM.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openmm-portfolio" with this command: npx skills add qbtlabs/openmm-portfolio

OpenMM Portfolio Management

Track balances, review open orders, and monitor market data across exchanges.

Required Credentials

At least one exchange must be configured via environment variables. Set the credentials for each exchange you want to query:

# MEXC
MEXC_API_KEY=your-mexc-api-key
MEXC_SECRET=your-mexc-secret
MEXC_UID=your-mexc-uid-for-whitelisted-access

# Gate.io
GATEIO_API_KEY=your-gateio-api-key
GATEIO_SECRET=your-gateio-secret

# Bitget (requires passphrase)
BITGET_API_KEY=your-bitget-api-key
BITGET_SECRET=your-bitget-secret
BITGET_PASSPHRASE=your-bitget-passphrase

# Kraken
KRAKEN_API_KEY=your-kraken-api-key
KRAKEN_SECRET=your-kraken-secret

See the openmm-exchange-setup skill for detailed configuration instructions.

View Balances

# All assets on an exchange
openmm balance --exchange mexc
openmm balance --exchange kraken

# Specific asset
openmm balance --exchange mexc --asset BTC
openmm balance --exchange kraken --asset ADA
openmm balance --exchange bitget --asset USDT

# JSON output
openmm balance --exchange mexc --json

To see balances across all exchanges, query each one:

openmm balance --exchange mexc
openmm balance --exchange gateio
openmm balance --exchange bitget
openmm balance --exchange kraken

Review Open Orders

# All open orders on an exchange
openmm orders list --exchange mexc

# Filter by trading pair
openmm orders list --exchange bitget --symbol SNEK/USDT

# Limit results
openmm orders list --exchange kraken --limit 5

Check Market Prices

# Current price
openmm ticker --exchange mexc --symbol BTC/USDT
openmm ticker --exchange kraken --symbol ADA/EUR

# Order book depth
openmm orderbook --exchange bitget --symbol SNEK/USDT --limit 10

# Recent trades
openmm trades --exchange mexc --symbol ETH/USDT --limit 50

Compare Prices Across Exchanges

# Compare DEX and CEX prices for Cardano tokens
openmm price-comparison --symbol SNEK
openmm price-comparison --symbol INDY

Cardano Token Prices

# Aggregated price from DEX pools
openmm pool-discovery prices NIGHT
openmm pool-discovery prices SNEK

# Discover liquidity pools
openmm pool-discovery discover INDY
openmm pool-discovery discover SNEK --min-liquidity 50000

MCP Tools for Portfolio Overview

When using the MCP server, these tools are relevant for portfolio management:

ToolDescription
get_balanceGet balances for an exchange (all or specific asset)
list_ordersList open orders on an exchange
get_tickerCurrent price for a trading pair
get_orderbookOrder book depth (bids/asks)
get_tradesRecent trades with buy/sell summary
get_cardano_priceAggregated Cardano token price
discover_poolsDiscover Cardano DEX liquidity pools

Tips for Agents

  1. Check balances before trading — always verify available funds
  2. Query each exchange separately — there is no cross-exchange aggregate command
  3. Use --json for parsing — structured output for programmatic use
  4. Use BASE/QUOTE format — e.g. BTC/USDT, ADA/EUR, SNEK/USDT
  5. Respect minimum order values — MEXC/Gate.io/Bitget: 1 USDT, Kraken: 5 EUR/USD

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Questrade

Access Questrade brokerage accounts and Canadian/US market data for balances, positions, orders, executions, Level 1 quotes, historical candles, and symbol s...

Registry SourceRecently Updated
2820Profile unavailable
Web3

Polaris

Access verified, real-time news briefs, on-demand intelligence reports, trending topics, and search from 160+ sources across 18 categories with bias and conf...

Registry SourceRecently Updated
3110Profile unavailable
General

Xalpha Fund Tool

xalpha 支持多市场基金组合分析,实现 A/C 份额成本比较、可转债估值、组合业绩归因及基金相关性分析。

Registry SourceRecently Updated
1140Profile unavailable
General

Tensortrade Rl Env

提供多市场回测与强化学习交易环境构建能力,支持多交易所钱包组合管理、Plotly交互式交易可视化及RL智能体训练评估。

Registry SourceRecently Updated
1080Profile unavailable