← All skills
Tencent SkillHub · Data Analysis

OpenMM Portfolio

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/exchange-data.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

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: ToolDescriptionget_balanceGet balances for an exchange (all or specific asset)list_ordersList open orders on an exchangeget_tickerCurrent price for a trading pairget_orderbookOrder book depth (bids/asks)get_tradesRecent trades with buy/sell summaryget_cardano_priceAggregated Cardano token pricediscover_poolsDiscover Cardano DEX liquidity pools

Tips for Agents

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

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/exchange-data.md Docs