Sandbox
@Minara-AI/minara-skills

Minara trading skills for Claude Code and Codex

Minara Skills adds trading, wallet, and market-data commands to agent workflows. The repo ships a skill folder plus setup scripts that install the Minara CLI, copy the skill into the right place, and start login.

344 stars36 forksShellUpdated 1mo ago
Who it's for

Builders who want their agent to place trades, manage wallets, and fetch market data in chat.

What it delivers

You can ask your agent to trade, move funds, and check markets without switching to a separate app.

What it does

Spot trading

Buy, sell, swap, convert, and transfer by ticker, token name, or contract address.

Perpetual futures

Open and close positions, use leverage, manage multiple wallets, and inspect trade history on Hyperliquid.

Limit orders

Create, list, and cancel spot and perps limit orders.

Wallet and funds

Check balances, get deposit addresses, fund spot or perps accounts, withdraw, transfer, and use MoonPay.

Market and AI insights

Pull real-time on-chain data, token fundamentals, whale flows, trending assets, and research views.

Setup scripts

Install the Minara CLI and copy the skill into Claude Code, OpenClaw, or Hermes with one command.

How to get it

  1. 1One-click (recommended): Send this prompt to your Claude Code agent
    Run "curl -fsSL https://raw.githubusercontent.com/Minara-AI/skills/main/scripts/claudecode-minara-skill-setup.sh | bash" to install Minara CLI, Minara Skills and set following config. Follow the login URL when prompted.
  2. 2Manual
    npm install -g minara@latest
    git clone https://github.com/Minara-AI/skills.git /tmp/minara-skills
    cp -r /tmp/minara-skills/skills/minara ~/.claude/skills/minara
  3. 3Run
    Run "curl -fsSL https://raw.githubusercontent.com/Minara-AI/skills/main/scripts/openclaw-minara-skill-setup.sh | bash" to install Minara CLI, Minara Skills and set following config. Follow the login URL when prompted.
  4. 4ClawHub
    clawhub install lowesyang/minara
  5. 5Manual
    git clone --branch main https://github.com/Minara-AI/skills.git /tmp/minara-skills
    cp -r /tmp/minara-skills/skills/minara ~/.openclaw/workspace/skills/minara
    
    or
    
    cp -r /tmp/minara-skills/skills/minara path/to/openclaw/workspace/skills
  6. 6One-click (recommended): Send this prompt to your Hermes agent
    Run "curl -fsSL https://raw.githubusercontent.com/Minara-AI/skills/main/scripts/hermes-minara-skill-setup.sh | bash" to install Minara CLI, Minara Skills and set following config. Follow the login URL when prompted.

README

Minara Skills

Xneuro

version License: MIT Benchmark Claude Code OpenClaw Static Badge

Minara is an AI-native financial OS, and these skills bring it into your agent. Trade US and Korean stocks, futures, indices, commodities, forex, and crypto in plain language. Run on-chain transactions, manage wallets, and get real-time market data across EVM, Solana, and Hyperliquid.

⚡ Strategy Studio — go beyond execution: AI-powered backtesting and AI factor-combination strategies. Available now on the web at strategy.minara.ai.

Works with

Claude Code     Codex     Hermes Agent     OpenClaw

Table of Contents

Features

  • Spot Trading — Buy, sell, swap, convert, and transfer by ticker, token name, or contract address across supported chains.
  • Perpetual Futures — Open/close positions, leverage, multi-wallet management, trade history, and AI autopilot on Hyperliquid.
  • Limit Orders — Create, list, and cancel spot and perps limit orders.
  • Wallet & Funds — Built-in wallet, balance, portfolio, deposit addresses, spot/perps funding, withdrawals, transfers, and credit card on-ramp via MoonPay.
  • AI Insights & Market — Real-time on-chain data, token fundamentals, whale flows, trending tokens/stocks, equity research, commodities, and forex.
  • x402 Payment — Pay x402-enabled HTTP APIs directly from the Minara wallet.
  • Premium — Plans, credits, and subscription management.

Supported Networks

Ethereum, Base, Arbitrum, Optimism, Polygon, Avalanche, Solana, BSC, Berachain, Blast, Manta, Mode, Sonic, Conflux, Merlin, Monad, Polymarket, XLayer, and Hyperliquid (perps).

Installation

Claude Code

One-click (recommended): Send this prompt to your Claude Code agent:

Run "curl -fsSL https://raw.githubusercontent.com/Minara-AI/skills/main/scripts/claudecode-minara-skill-setup.sh | bash" to install Minara CLI, Minara Skills and set following config. Follow the login URL when prompted.

This installs the Minara CLI, copies skill files to ~/.claude/skills/minara and starts the login flow.

Manual:

npm install -g minara@latest
git clone https://github.com/Minara-AI/skills.git /tmp/minara-skills
cp -r /tmp/minara-skills/skills/minara ~/.claude/skills/minara
OpenClaw **One-click (recommended):** Send this prompt to your OpenClaw agent:
Run "curl -fsSL https://raw.githubusercontent.com/Minara-AI/skills/main/scripts/openclaw-minara-skill-setup.sh | bash" to install Minara CLI, Minara Skills and set following config. Follow the login URL when prompted.

This installs the CLI, copies skill files to ~/.openclaw/skills/minara, registers the skill in openclaw.json, starts login.

ClawHub:

clawhub install lowesyang/minara

Manual:

git clone --branch main https://github.com/Minara-AI/skills.git /tmp/minara-skills
cp -r /tmp/minara-skills/skills/minara ~/.openclaw/workspace/skills/minara

or

cp -r /tmp/minara-skills/skills/minara path/to/openclaw/workspace/skills

Add to ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "minara": {
        "enabled": true
      }
    }
  }
}
Hermes

One-click (recommended): Send this prompt to your Hermes agent:

Run "curl -fsSL https://raw.githubusercontent.com/Minara-AI/skills/main/scripts/hermes-minara-skill-setup.sh | bash" to install Minara CLI, Minara Skills and set following config. Follow the login URL when prompted.

This installs the Minara CLI, copies skill files to ~/.hermes/skills/minara and starts the login flow.

Manual:

npm install -g minara@latest
git clone https://github.com/Minara-AI/skills.git /tmp/minara-skills
cp -r /tmp/minara-skills/skills/minara ~/.hermes/skills/minara

Quick Start

> Login to Minara
> Show my Minara deposit address
> Buy 100 USDC worth of ETH
> What tokens are trending?

Usage

Talk to the agent in natural language. It runs the right commands for you.

Basic flow

StepExample prompts
Login"Login to Minara"
Deposit"Show my deposit address" / "Buy crypto with credit card" / "Deposit 500 USDC to perps"
Trade"Buy 100 USDC worth of ETH" / "Swap 0.1 ETH to USDC" / "Sell all SOL"

Perps and limit orders

GoalExample prompts
Open position"Long ETH perp" / "Short BTC, 10x leverage"
AI analysis"Analyze ETH long or short" / "Should I long BTC?"
Autopilot"Enable AI autopilot for perps"
Limit order"Buy ETH when price hits $3000" / "Buy SOL at $150"
Manage orders"List my limit orders" / "Cancel limit order [id]"

More examples

  • "Show my crypto portfolio" / "What's my balance?"
  • "What tokens are trending?" / "Search for SOL tokens"
  • "Pay 100 USDC to [address]" / "Withdraw 10 SOL to [address]"

See examples.md for full CLI examples.

Benchmark

88/100 on crypto-skill-bench (v3.0.2, Claude Sonnet 4.6, 76 scenarios)

DimensionScore
Safety91
Coverage86
Robustness88
Routing88
UX86

66 passed, 10 partial, 0 failed. Safety gate: PASS.

Scripts

ScriptPurpose
scripts/claudecode-minara-skill-setup.shOne-click installer for Claude Code: installs CLI, copies skill, runs login
scripts/openclaw-minara-skill-setup.shOne-click installer for OpenClaw: installs CLI, copies skill, registers in openclaw.json, runs login
scripts/hermes-minara-skill-setup.shOne-click installer for Hermes: installs CLI, copies skill, runs login
skills/minara/scripts/version-check.shSession-level version detector — outputs UP_TO_DATE, SNOOZED, or UPGRADE cli:X→Y [skill:X→Y]
scripts/gen-star-history.pyRegenerates assets/star-history.svg from live stargazer data (needs gh authed). Run, then commit.

All setup scripts are idempotent and support the same three-tier skill download fallback: ClawHub → GitHub → clawhub CLI.

Security

This repo contains documentation files and setup scripts. No binaries or long-running services. The setup scripts install the Minara CLI from npm and copy skill files into the skills directory. Credentials are handled by the CLI's official login flow; this repo does not collect or store secrets.

Links

License

MIT

Star History

Star History Chart

Files in the repo

Repository payload7 top-level entries
  • .github
  • assets
  • scripts
  • skills
  • .DS_Store
  • .gitignore
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Jakeschincariol/
linkedin-agent-skill

Eleven free Claude skills that run a LinkedIn account: posts off 21 hook formulas, comments, replies, profile score, weekly plan, and a humanizer that strips the AI fingerprint and scores the draft before it goes out.

108

File your Indian income tax return (ITR) from your terminal. Deterministic tax engine, both regimes, AY 2026-27. Claude Code / Codex / Gemini skill.

859

AI agent skill for end-to-end hotel search and booking—compare live rates across leading OTAs and hotel suppliers, verify availability, book stays, and manage reservations, cancellations, and payments via the TourMind API.

868
tczyliu/
china-travel-kit

Source-aware China inbound travel data, CLI, HTTP API, and MCP server

170
vaibhavarora14/
job-application-agent

Privacy-first Codex skill for discovering, validating, completing, and tracking job applications

145
yanliudesign/
offer-toolkit-skill

Full job-hunt Claude skill bundle — Job Description decoder + Resume builder (11 templates) + Behavioral Interview / story bank. Three self-contained sub-skills with a top-level router.

425