Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Pacifica

v1.0.0

Trade perpetuals on Pacifica via 36 MCP tools. Market data, account monitoring, order execution, subaccounts, and real-time WebSocket streaming on Solana. Tr...

0· 64·0 current·0 all-time
byBlockchain Oracle@blockchain-oracle

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for blockchain-oracle/pacifica.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pacifica" (blockchain-oracle/pacifica) from ClawHub.
Skill page: https://clawhub.ai/blockchain-oracle/pacifica
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pacifica

ClawHub CLI

Package manager switcher

npx clawhub@latest install pacifica
Security Scan
Capability signals
CryptoRequires walletRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill's stated purpose is to view market data and place orders, which necessarily requires signing transactions with a wallet/private key. However the skill declares no required credentials, no primaryEnv, and no required config paths. The SKILL.md mentions an auto-generated wallet at ~/.pacifica-mcp/config.json (private key), but that sensitive config location is not declared or justified in the metadata.
!
Instruction Scope
Runtime instructions reference creating/using a wallet file in the user's home (~/.pacifica-mcp/config.json), streaming to channels, and executing orders directly for autonomous bots. The document does not describe how signing is performed, whether the agent will read the private key, or whether user interaction is required. This is scope creep relative to a purely read-only market-data skill and could lead to sensitive key access or unintended trades.
Install Mechanism
There is no install spec (instruction-only), which reduces risk from arbitrary downloads. However the SKILL.md asserts that a wallet will be auto-generated on first run and stored under the user's home directory—that implies filesystem writes by whatever runtime implements the skill even though no installers are declared.
!
Credentials
No environment variables or credentials are declared, yet the skill requires a private key/wallet for order execution and withdrawals. The lack of an explicit, proportional authentication mechanism (e.g., API key, hardware wallet, signed transactions via external wallet) is an inconsistency and a potential security risk.
Persistence & Privilege
always is false (normal). The SKILL.md explicitly says 'for autonomous/bot use, execute directly,' which increases practical risk because the agent may place trades without interactive confirmation. This is not a metadata privilege misconfiguration, but combined with the credential ambiguity it raises operational concerns.
What to consider before installing
Do not install or run this skill until you confirm how it obtains and uses signing credentials. Ask the publisher: (1) Where does the code run and who controls it? (2) Exactly how are transactions signed—does the agent require your private key file (~/.pacifica-mcp/config.json) or an external wallet (Phantom/Backpack) for interactive signing? (3) If a private key file is created, is it encrypted and stored locally only? (4) Are there any network endpoints the skill will send your keys or trade data to? If you cannot get clear answers and inspect the implementation, avoid granting it access to funds or running it in autonomous mode. Prefer skills that require explicit, auditable credentials (hardware wallet, explicit API key) or that delegate signing to your browser wallet rather than storing private keys in agent-accessible files.

Like a lobster shell, security has layers — review code before you run it.

latestvk97btetzy4peh18b0v5a12byj184yygd
64downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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

  • symbol: Perps use uppercase with no suffix — BTC, ETH, SOL, DOGE. Spot markets use SOL-USDC, BTC-USDC, ETH-USDC. Run pacifica-markets to discover all symbols.
  • side: "bid" = long/buy, "ask" = short/sell
  • amount: Always a decimal string ("0.1", "1.5"). Min order value is $10.
  • price: Always a decimal string ("70000", "3500")
  • tif: GTC (default), IOC (immediate-or-cancel), ALO (post-only), TOB (top-of-book)
  • interval: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 8h, 12h, 1d

Critical Behaviors

  • set-tpsl side is the EXIT side, not the position side. Long position → side: "ask". Short position → side: "bid".
  • null responses mean success for: set-leverage, set-margin-mode, set-tpsl. Verify changes with pacifica-account-settings or pacifica-positions.
  • Deposits happen on the Pacifica web app (test-app.pacifica.fi testnet, pacifica.fi mainnet). Not through MCP or CLI.
  • Wallet auto-generated on first run at ~/.pacifica-mcp/config.json. Users import the private key into Phantom/Backpack to deposit.
  • Order confirmation: For interactive use, briefly confirm order details with the user before placing. For autonomous/bot use, execute directly.
  • Withdrawals are USDC only. If user has SOL or other spot assets and wants to withdraw, they must sell on the spot market first (e.g. pacifica-market-order symbol: "SOL-USDC" side: "ask") to convert to USDC, then withdraw.
  • Subaccount funding: Deposit to main account first via web app, then use pacifica-transfer-funds to move USDC to the subaccount. Min transfer: $10.
  • Spot markets (SOL-USDC, BTC-USDC, ETH-USDC): Same order tools work. Use the spot symbol format. Max leverage is 1x (no leverage on spot).

WebSocket (Real-Time)

ModeToolsUse Case
Snapshotpacifica-watchQuick check: collect events for N seconds (max 60)
Persistentwatch-startwatch-readwatch-stopOngoing monitoring

Channels: prices, trades, orderbook, account_info, account_positions, account_trades

  • trades and orderbook require a symbol parameter.
  • prices streams ALL markets — use summary_only: true on watch-read to avoid data flooding.
  • watch-read supports max_events (default 100) and summary_only (default false).

Free vs Wallet-Required

Free: markets, prices, orderbook, candles, mark-candles, recent-trades, funding-rates, account, positions, orders, order-history, trade-history, portfolio, balance-history, order-by-id, account-settings, wallet, tools, watch, watch-start, watch-read, watch-stop

Wallet (signed): market-order, limit-order, stop-order, set-tpsl, cancel-order, cancel-stop, edit-order, batch-order, set-leverage, set-margin-mode, create-subaccount, list-subaccounts, transfer-funds, withdraw

Error Handling

ErrorCauseFix
404 accountNot deposited yetDirect to test-app.pacifica.fi or pacifica.fi
422 amount too lowOrder < $10 minimumIncrease amount
429 rate limitedToo many requestsBack off, retry
Verification failedBad signatureCheck wallet with pacifica-wallet

Example Workflows

Open a leveraged long

1. pacifica-prices (symbol: "BTC") → check mark price
2. pacifica-set-leverage (symbol: "BTC", leverage: 10)
3. pacifica-market-order (symbol: "BTC", side: "bid", amount: "0.01")
4. pacifica-positions → confirm position opened

Risk management

1. pacifica-positions → note position side
2. pacifica-set-tpsl (symbol: "BTC", side: "ask", take_profit_price: "100000", stop_loss_price: "60000")
   (side is "ask" because exiting a long)

Monitor and react

1. pacifica-watch-start (channel: "trades", symbol: "BTC")
2. pacifica-watch-read (subscription_id: "...", summary_only: true) → check activity
3. pacifica-watch-stop → cleanup

CLI Alternative

The same 36 tools are available as a standalone CLI for terminal use:

npm install -g @pacifica-dev/cli

pacifica prices --symbol BTC
pacifica positions
pacifica market-order --symbol SOL --side bid --amount 0.5
pacifica wallet
pacifica watch --channel trades --symbol ETH --duration 10

Output is JSON. Pipe to jq for filtering: pacifica prices --symbol BTC | jq '.mark'

Install

# MCP server (Claude Code, Cursor, Windsurf, VS Code Copilot, etc.)
claude mcp add pacifica npx @pacifica-dev/mcp

# Standalone CLI
npm install -g @pacifica-dev/cli

Comments

Loading comments...