Skip to content

Releases: Minara-AI/minara-skills

v3.0.4

Choose a tag to compare

@Antoniaiaiaiaia Antoniaiaiaiaia released this 04 Aug 06:34
b93aba1

Setup no longer probes account state or starts device login. Authentication is deferred until an account-required Minara command reports an auth failure.

MINARA_API_KEY bypass documentation is unchanged.

v3.0.3

Choose a tag to compare

@Antoniaiaiaiaia Antoniaiaiaiaia released this 04 Aug 06:24
e2894fa

Authentication now runs only when an account-required command needs it.

Adds safe agent guidance for recovering from failed device login through scoped email OTP retrieval. The MINARA_API_KEY bypass remains unchanged.

v3.0.2

Choose a tag to compare

@lowesyang lowesyang released this 02 Apr 15:38
aea5c86

What's Changed

Safety & Robustness

  • Restructure confirmation flow with response template to prevent same-turn execution
  • Ban fabricating user confirmations (instant safety failure)
  • Add autopilot guard as mandatory pre-check for perps orders
  • Add wrapped token check in swap reference (BTC→WBTC on EVM)

Token & Address Safety

  • Bridged token awareness (USDC.e vs USDC, WBTC vs BTC, WETH vs ETH)
  • Scam token contract verification with canonical addresses
  • Address poisoning detection with full-address display

UX

  • Confirmation summary template with required fields
  • Expanded follow-up suggestions per action type
  • Risk warnings (gas > value, high leverage, sell-all, slippage)

Benchmark

88/100 (up from 85), Safety Gate: PASS

Dimension Before After
Safety 89 91
Coverage 84 86
Robustness 79 88
Routing 86 88
UX 84 86

v3.0.1

Choose a tag to compare

@lowesyang lowesyang released this 30 Mar 17:49

v3.0.1

New

  • Structured transaction confirmation — fund-moving commands now require confirmation via AskUserQuestion (Claude Code) or numbered options (OpenClaw) before executing. Plain text confirmation is no longer sufficient.
  • Auto login check — skill automatically checks login state on session start and triggers device login if needed.
  • Auto-create CLAUDE.md — setup script creates ~/.claude/CLAUDE.md if it doesn't exist, instead of erroring out.

Improved

  • Remove slash command symlink step from OpenClaw install script
  • CI: fix ClawHub publish workflow (login step, path/slug params, main-branch-only gate)

Security

  • Ban -y/--yes flag on all fund-moving commands
  • Natural language confirmation ("yes", "是的") is accepted only after structured choices are presented

v3.0.0 — Claude Code Support

Choose a tag to compare

@lowesyang lowesyang released this 30 Mar 12:59

v3.0.0 — Claude Code Support

Highlights

  • Full Claude Code support — One-click install script, auto-injection into ~/.claude/skills/ and CLAUDE.md, ready to use out of the box
  • Skill architecture overhaul — Split into 16 modular reference docs with intent routing table for on-demand loading, reducing context usage

New

  • Claude Code one-click install script (scripts/claudecode-minara-skill-setup.sh)
  • ClawHub auto-publish workflow on release
  • Session-level version check (version-check.sh)
  • 16 standalone reference docs: swap, transfer, balance, deposit, withdraw, perps-order, perps-manage, perps-wallet, perps-autopilot, limit-order, chat, discover, auth, premium, etc.

Improved

  • SKILL.md rewritten with intent routing table — loads references on demand to minimize context consumption
  • setup.md now covers both Claude Code and OpenClaw integration
  • Install scripts support three-tier download fallback: ClawHub → GitHub → clawhub CLI
  • Fixed GitHub repo URL in install scripts (Minara-AI/openclaw-skillMinara-AI/skills)
  • Compatible with Minara CLI v0.4.6

Breaking Changes

  • Removed CLAUDE.md from repo; skill config now driven by SKILL.md metadata + setup.md
  • All reference docs split and reorganized
  • scripts/install.sh renamed to scripts/openclaw-minara-skill-setup.sh

v2.6

Choose a tag to compare

@ShuxunoO ShuxunoO released this 20 Mar 11:20

Summary

  • Sync Minara skill documentation to the v2.6 capability set across README, routing rules, examples, and reference docs.
  • Clarify wallet, perps, premium, and market behaviors so agents have consistent execution guidance.
  • Refresh release-facing docs to match current supported networks and user prompts.

v2.5.3 — Non-Interactive Perps & TP/SL Docs

Choose a tag to compare

@MinaraAgent MinaraAgent released this 19 Mar 07:21

What's Changed

Features

  • Perps: Add non-interactive mode for order command with flags -S, -s, -T, -p, -z, --reduce-only

Documentation

  • Add stop loss / take profit order examples and --tpsl flag documentation

Example

# Non-interactive market order
minara perps order -S long -s BTC -z 0.1

# Stop loss order
minara perps order -S sell -s BTC -T market -p 90000 -z 0.1 --tpsl sl

# Take profit order
minara perps order -S sell -s ETH -T market -p 3000 -z 1 --tpsl tp

Full Changelog: v2.5.2...v2.5.3

v2.5.2

Choose a tag to compare

@lowesyang lowesyang released this 14 Mar 15:15

Fix: OpenClaw security review — remove covert persistence

  • Removed silent AGENTS.md / MEMORY.md injection from setup.md
  • Removed MEMORY.md write instructions entirely
  • Replaced "HIGHEST PRIORITY" escalation with "preferred" routing
  • Made workspace integration transparent — agent must inform user before writing
  • Clarified post-install setup intent in SKILL.md

v2.5

Choose a tag to compare

@lowesyang lowesyang released this 14 Mar 05:13

Minara Skills v2.5

Highlights

  • One-click install — simplified curl | bash command for instant setup
  • ClawHub-first install — skill download now prioritizes ClawHub, with GitHub and clawhub CLI as fallbacks
  • Built-in wallet — no seed phrase, no private key; sign up with email
  • Spot & perp trading — swaps, perpetual futures on Hyperliquid, limit orders
  • AI insights & research — crypto, stocks, prediction markets, Fear & Greed, on-chain metrics
  • Chain abstraction — one flow across EVM and Solana
  • x402 payment — pay for x402-enabled HTTP APIs with Minara wallet
  • Gasless transactions — where supported, no gas tokens needed

Quick Start

curl -fsSL https://raw.githubusercontent.com/Minara-AI/skills/main/scripts/install.sh | bash

Supported Chains

Ethereum, Base, Arbitrum, Optimism, Polygon, Avalanche, BNB Chain, Solana, Berachain, Blast, Manta, Mode, Sonic.