mobula
Real-time crypto market data, wallet portfolio tracking, and token analytics across 88+ blockchains. Use when the user wants to check any token price (by name, symbol, or contract address), look up wallet balances and holdings across all chains, get historical price data, track portfolio PnL, monitor whale wallets, find new tokens, or get oracle-grade pricing. Requires free API key from mobula.io.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/flotapponnier/mobulaMobula - Multi-Chain Crypto Data Intelligence
Real-time crypto market data, wallet tracking, and on-chain analytics across 88+ blockchains. Oracle-grade pricing trusted by Chainlink, Supra, and API3.
When to Use This Skill
USE WHEN the user:
- Asks about any token price, volume, market cap, or price change
- Wants to check a wallet's holdings or portfolio value
- Needs historical price data for charts or analysis
- Mentions a contract address and wants token info
- Asks about tokens on specific chains (Base, Arbitrum, Solana, etc.)
- Wants cross-chain portfolio overview
- Needs batch data on multiple tokens at once
- Asks about token liquidity, ATH, ATL, or trading volume
- Wants to track whale wallets or monitor significant transactions
- Needs to find new tokens matching specific criteria
DON'T USE WHEN:
- User wants to execute trades (use bankr skill instead)
- User wants DEX swap quotes (use defi skill)
- User wants exchange-specific data (use okx/binance skills)
Core Capabilities
1. Market Data (mobula_market_data)
Endpoint: GET https://api.mobula.io/api/1/market/data
Get real-time price, volume, market cap, and liquidity for any token across all supported chains.
Parameters:
asset(required): Token name, symbol, or contract address- Examples: "Bitcoin", "ETH", "0x532f27101965dd16442e59d40670faf5ebb142e4"
blockchain(optional): Specific chain to query- Examples: "base", "arbitrum", "ethereum", "solana", "polygon"
Returns:
- Current price (USD)
- Price changes: 1h, 24h, 7d, 30d (percentage and absolute)
- Volume (24h)
- Market cap
- Fully diluted valuation
- Liquidity
- All-time high (ATH) and all-time low (ATL) with dates
- Total supply, circulating supply
Usage examples:
- "What's the price of Bitcoin?"
- "Show me BRETT's market data on Base"
- "Get data for contract 0x532f27101965dd16442e59d40670faf5ebb142e4"
- "Is ETH pumping or dumping right now?"
- "What's the market cap of PEPE?"
When to use:
- User asks for price of any token
- User wants to know if something is pumping/dumping
- Analyzing token fundamentals (mcap, liquidity, volume)
- Comparing tokens
- Setting up price alerts
2. Wallet Portfolio (mobula_wallet_portfolio)
Endpoint: GET https://api.mobula.io/api/1/wallet/portfolio
Get complete portfolio for any wallet across all 88 chains in a single call.
Parameters:
wallet(required): Wallet address- Format: "0x..." or ENS name (e.g., "vitalik.eth")
blockchains(optional): Comma-separated list to filter specific chains- Default: all chains
cache(optional): Use cached data (faster, slightly less fresh)
Returns:
- All tokens held with:
- Token name, symbol, address
- Balance (amount and USD value)
- Current price
- Price change 24h
- Estimated profit/loss
- Chain
- Total portfolio value (USD)
- Portfolio allocation by token (percentages)
- NFTs (if present)
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-flotapponnier-mobula": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
vynn-backtester
Run trading strategy backtests with natural language — powered by Vynn
auto-trading-strategy
Professional trading strategy guides for prediction markets and crypto. Risk management, trend analysis, and best practices.
Zerion Api Skill
Skill by abishekdharshan
okx-dex-swap
Execute token swaps on-chain via OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Build a complete swap flow: get swap calldata -> sign transaction -> broadcast to chain 2. Execute token-to-token swaps with slippage protection, MEV protection, and Jito tips (Solana) 3. Integrate OKX DEX swap + broadcast into applications, bots, or scripts This skill covers the FULL lifecycle: /swap endpoint (get tx data) + /broadcast-transaction endpoint (submit signed tx). For quote-only (no execution), use the okx-dex-quote skill instead.
skill-market-fit-ranker
对一批 Skill 选题按高频、低门槛、传播性、ROI 和风险做排序。;use for skills, market-fit, prioritization workflows;do not use for 只按个人偏好排序, 忽略发布风险.