Skip to content

v3.0.0 — Claude Code Support

Choose a tag to compare

@lowesyang lowesyang released this 30 Mar 12:59
· 60 commits to main since this release

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