Releases: Minara-AI/minara-skills
Releases · Minara-AI/minara-skills
Release list
v3.0.4
v3.0.3
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
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
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.mdif 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/--yesflag on all fund-moving commands - Natural language confirmation ("yes", "是的") is accepted only after structured choices are presented
v3.0.0 — Claude Code Support
v3.0.0 — Claude Code Support
Highlights
- Full Claude Code support — One-click install script, auto-injection into
~/.claude/skills/andCLAUDE.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.mdrewritten with intent routing table — loads references on demand to minimize context consumptionsetup.mdnow 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-skill→Minara-AI/skills) - Compatible with Minara CLI v0.4.6
Breaking Changes
- Removed
CLAUDE.mdfrom repo; skill config now driven bySKILL.mdmetadata +setup.md - All reference docs split and reorganized
scripts/install.shrenamed toscripts/openclaw-minara-skill-setup.sh
v2.6
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
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
--tpslflag 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 tpFull Changelog: v2.5.2...v2.5.3
v2.5.2
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
Minara Skills v2.5
Highlights
- One-click install — simplified
curl | bashcommand 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 | bashSupported Chains
Ethereum, Base, Arbitrum, Optimism, Polygon, Avalanche, BNB Chain, Solana, Berachain, Blast, Manta, Mode, Sonic.