ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

pacifica

Trade perpetuals on Pacifica via 36 MCP tools. Market data, account monitoring, order execution, subaccounts, and real-time WebSocket streaming on Solana. Trigger when the user asks about crypto prices, perps, trading, positions, orders, funding rates, or Pacifica. Skip for general knowledge, math, or questions answerable from training data.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/blockchain-oracle/pacifica
Or

Pacifica MCP Skill

When to Use

Trigger when the user:

  • Asks about crypto prices, perps, or trading on Pacifica / Solana
  • Wants to check their trading account, positions, or open orders
  • Wants to place, modify, or cancel trades
  • Wants market data (orderbooks, candles, funding rates, recent trades)
  • Mentions BTC, ETH, SOL, or any perpetual contract on Pacifica
  • Wants real-time price/trade monitoring via WebSocket

When NOT to Use

  • General knowledge ("What is a perpetual contract?")
  • Math or computation ("What's 10x leverage on $1000?")
  • Questions answerable from training data alone

Tool Selection

User IntentToolKey Params
Price of Xpacifica-pricessymbol
My account/balancepacifica-account
My positionspacifica-positions
Open a long / buypacifica-market-ordersymbol, side: "bid", amount
Open a short / sellpacifica-market-ordersymbol, side: "ask", amount
Limit orderpacifica-limit-ordersymbol, side, amount, price, tif
Stop orderpacifica-stop-ordersymbol, side, stop_price, amount
Set TP / SLpacifica-set-tpslsymbol, side (exit side!), take_profit_price, stop_loss_price
Cancel orderpacifica-cancel-ordersymbol, order_id (omit to cancel all)
Cancel stop orderpacifica-cancel-stopsymbol, order_id
Edit orderpacifica-edit-ordersymbol, order_id, price, amount
Batch orderspacifica-batch-orderactions (array, max 10)
Orderbookpacifica-orderbooksymbol
Candles / chartpacifica-candlessymbol, interval, limit
Mark price candlespacifica-mark-candlessymbol, interval, limit
Funding ratespacifica-funding-ratessymbol, limit
Recent tradespacifica-recent-tradessymbol
Available marketspacifica-markets
Order historypacifica-order-historylimit
Trade history / PnLpacifica-trade-historysymbol, limit
Equity curvepacifica-portfoliotime_range
Deposits / withdrawalspacifica-balance-historylimit
Order details by IDpacifica-order-by-idorder_id
Account settingspacifica-account-settings
My open orderspacifica-orders
Set leveragepacifica-set-leveragesymbol, leverage
Cross / isolated marginpacifica-set-margin-modesymbol, is_isolated
Wallet addresspacifica-wallet
Create subaccountpacifica-create-subaccount
List subaccountspacifica-list-subaccounts
Transfer USDC to subaccountpacifica-transfer-fundsto_account, amount
Withdraw USDCpacifica-withdrawamount
All available toolspacifica-tools
Watch trades livepacifica-watchchannel, symbol, duration
Monitor real-timepacifica-watch-startpacifica-watch-readpacifica-watch-stopchannel, symbol

Parameter Guide

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-blockchain-oracle-pacifica": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.