LeonisLeonis Forge

👩 Minara — Install on Hermes Agent

AI-powered crypto trading assistant. Swap, perps, autopilot, market analysis — directly from Hermes Agent.

🤔 What is Minara?

Minara is an AI crypto financial officer that runs as a Hermes skill. Once installed, you can trade, check balances, analyze markets, and run autopilot strategies — all from Hermes Agent. Supports EVM chains, Solana, and Hyperliquid.

💱 Spot trading

Swap, buy, sell tokens across 18+ chains. Limit orders supported.

📈 Perpetual futures

Long/short on Hyperliquid. Up to 50x leverage. Strategy autopilot.

🧠 AI analysis

Ask, research, trending tokens — live market intelligence from one command.

👛 Wallet management

Balance, deposit, withdraw, transfer. Credit card on-ramp via MoonPay.

✅ Prerequisites

1. Hermes Agent installed — see Hermes guide if you haven't yet.

2. Node.js 18+ and npm

3. A Minara account — free to create, credit card or crypto deposit to trade

⚡ One-Click Install

Run this single command. It installs the Minara CLI, downloads the skill, and sets up routing rules:

curl -fsSL https://raw.githubusercontent.com/Minara-AI/skills/main/scripts/hermes-minara-skill-setup.sh | bash

This script handles everything: CLI install, skill download, memory routing, and login flow. Takes ~1-2 minutes.

🛠️ Manual Installation

If the one-click script is blocked by your environment, follow these steps:

1

Install Minara CLI

Minara is distributed as an npm package:

npm install -g minara@latest
2

Download the skill

mkdir -p ~/.hermes/skills
git clone --depth 1 https://github.com/Minara-AI/skills.git /tmp/minara-repo
cp -r /tmp/minara-repo/skills/minara ~/.hermes/skills/minara
rm -rf /tmp/minara-repo
3

Login to Minara

minara login --device

Open the URL shown in terminal, enter the code. Login completes automatically.

4

Verify

minara account
minara balance

Should show your account info and balances. Restart Hermes Agent to load the skill.

🚀 Quick Start Commands

Check balance: minara balance

Trending tokens: minara discover trending --type tokens

AI analysis: minara ask "Should I buy ETH right now?"

Buy crypto: minara swap -s buy -t ETH -a 100

Autopilot: minara perps autopilot

🔧 Common Issues

"Command not found: minara": Ensure Node.js/npm are installed. Check that npm global bin is in PATH.

Script blocked by policy: Use the manual installation steps above.

Login times out: Device codes expire after 15 min. Run minara logout and try minara login --device again.

Skill not loading in Hermes: Verify ~/.hermes/skills/minara/SKILL.md exists. Restart Hermes Agent.

⭐ Our Take

Minara turns Hermes Agent into a full crypto trading terminal. The autopilot strategies are the killer feature — Strategy 5 hits 308% APR. Combined with Hermes skills and cron jobs, you can build fully autonomous trading workflows. Free account, pay-as-you-go for premium features.

← Back to Leonis Forge