LaunchKit · 2026
Back to Skills

mobula

Real-time crypto market data, wallet portfolio tracking, and token analytics across 88+ blockchains.

2
352 downloads
by @flotapponnier

Setup & Installation

openclaw skills install @flotapponnier/mobula

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install mobula

Version History

v1.0.1Feb 20, 2026 - Version note by skill developer:

- Added full `.git` directory and associated files to project. - Updated SKILL.md to clarify that a free API key from mobula.io is required for all usage. - No changes to skill endpoints or functionality.

What This Skill Does

Provides real-time crypto market data, wallet portfolio tracking, and on-chain analytics across 88+ blockchains. Supports price lookups by token name, symbol, or contract address, along with historical data, recent trades, and transaction history.

Covers 88+ chains in a single API, eliminating the need to query separate endpoints per network for cross-chain portfolio and price data.

When to use it

  • Check current price and 24h change for any token
  • View total portfolio value of a wallet across all chains
  • Monitor whale wallet activity for large trades
  • Get 30-day price history for trend analysis
  • Compare market cap and volume across multiple tokens at once

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Give me a full analysis of this token: 0x532f27101965dd16442e59d40670faf5ebb142e4'

AGENT
  1. 1Fetch current price, volume, market cap, and liquidity via mobula_market_data with the contract address
  2. 2Retrieve 7-day and 30-day historical price data via mobula_market_history
  3. 3Pull recent trades via mobula_market_trades to assess buy/sell pressure
  4. 4Fetch token metadata via mobula_metadata for project links and contract verification
  5. 5Compile results into a structured summary with price context, on-chain activity, and project info
OUTPUT

Price $0.042 (up 156% 7d, down 8% 24h). Mcap $2.1M, liquidity $280K, volume $1.2M 24h. Recent trades show 3:1 buy/sell ratio with two $50K+ buys in the last 2 hours. Contract verified, active Twitter presence.

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

MOBULA_API_KEY environment variable (free tier available at mobula.io)