ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

minara

Crypto trading: swap, perps, transfer, pay, deposit (credit card / crypto), withdraw, AI chat, market discovery, x402 payment, autopilot. Built-in wallet via Minara CLI. EVM + Solana.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lowesyang/minara
Or

Minara — crypto trading & wallet skill

USE THIS SKILL when the user's message mentions any of:

  • Crypto tokens or tickers: ETH, BTC, SOL, USDC, BONK, PEPE, DOGE, ARB, OP, AVAX, MATIC, $TICKER, or any token name / contract address
  • Blockchain / chain names: Solana, Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, Avalanche, Berachain, Hyperliquid
  • Trading actions: swap, buy, sell, trade, exchange, convert, long, short, perps, futures, leverage, limit order
  • Wallet / finance actions: balance, portfolio, deposit, withdraw, transfer, send, pay, fund, on-ramp, credit card
  • Market / research: trending, price, chart, analysis, DeFi, yield, liquidity, fear and greed, prediction market
  • Explicit references: Minara, minara, x402, MoonPay, autopilot
  • Stock tickers in crypto context: AAPL, TSLA, NVDAx, trending stocks

Routing gate (anti-collision): apply this skill only when the message includes a finance/trading action and at least one crypto/chain/Minara signal (token, chain, DeFi term, or "Minara"). If missing crypto context, do not route here.

Requires logged-in CLI: check ~/.minara/credentials.json; if missing → minara login (prefer device code). If device login prints a verification URL/code, relay it to the user and wait for completion (do not claim login is impossible). If MINARA_API_KEY is set, CLI authenticates automatically.

Transaction confirmation (CRITICAL)

For any fund-moving command (swap, transfer, withdraw, perps order, perps deposit, perps withdraw, limit-order create, deposit buy):

  1. Before executing: show the user a summary of what will happen (action, token, amount, recipient/chain) and ask for explicit confirmation. Do NOT auto-confirm.
  2. After the CLI returns a confirmation prompt (e.g. "Are you sure you want to proceed?"): relay the details back to the user and wait for the user to approve before answering y. Never answer y on the user's behalf without their consent.
  3. -y / --yes policy: never add -y (or any auto-confirm flag) unless the user explicitly asks to skip confirmation.
  4. If the user declines: abort the operation immediately.

This applies to all operations that move funds. Read-only commands (balance, assets, chat, discover, etc.) do not require confirmation.

Intent routing

Match the user's message to the first matching row.

Swap / buy / sell tokens

Triggers: message contains token names/tickers + action words (swap, buy, sell, convert, exchange, trade) + optionally a chain name.

Chain is auto-detected from the token. If a token exists on multiple chains, the CLI prompts the user to pick one (sorted by gas cost). Sell mode supports -a all to sell entire balance.

Metadata

Author@lowesyang
Stars1601
Views1
Updated2026-02-27
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-lowesyang-minara": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.