MINARA

Builtin skills

Every builtin SKILL.md package compiled into the agent binary.

Auto-generated from apps/agent/src/skills/builtin/*/SKILL.md. One page per skill package. The agent activates these via activate_skills; per-tool risk is enforced at the tool-call layer by each tool's permissionTier, not at the skill.

Builtin skills ship with the binary, are typechecked in CI, and call the in-house tool registry directly. When a capability exists as both a builtin and an external skill, prefer the builtin.

Minara.ai skills

iddescription
minara.data-studioAuthor a live-data dashboard app from a plain-language request
minara.accountMinara account: identity, holdings, balance, PnL, activities, trade config, plus a read-only query over the user's own recorded trade history / perps fills / spot activity / realized PnL / learned preferences. Use for account info, portfolio overview, and personal history.
minara.autopilotUse minara_autopilot for autopilot (fully-managed) strategy lifecycle, futures grid config, SharpeGuard backtests, and account performance snapshots on Minara.
minara.institutionMulti-agent institution mode (analysts, debate, trader, risk, PM) for high-stakes single-asset or multi-asset analysis. Preloaded for institution sessions.
minara_perp_walletsManage perpetual trading sub-accounts on Minara: list, create, rename, transfer USDC, sweep funds, and fetch autopilot records for perp wallets.
minara_perpsUse minara_perps for perpetuals trading on Minara: deposit/withdraw USDC, place/cancel orders, adjust leverage, fetch positions, trades, equity curves, ATR, and fund records.
minara.proactiveUse minara_proactive for managed portfolio mandates: create a themed mandate with a risk profile + budget, generate an allocation proposal, check status, edit config, and pause/resume/close. Propose-only; moves no funds without the user reviewing first.
minara.spotMinara spot trade: swap / buy / sell / transfer (fund-moving). Use when the user wants to execute a spot trade or transfer tokens.
minara-strategy-codegenAuthor, port, tweak, backtest, and validate algorithmic trading strategies on Minara Strategy Studio. Strategies are written in pine-runtime — Minara's TypeScript DSL inspired by TradingView's PineScript — and executed via public HTTP. Use when the user wants to: generate / modify / port strategy code (RSI, MACD, EMA, SuperTrend, Bollinger, breakout, grid, DCA, PineScript / Python pseudocode); backtest crypto / stock / commodity pairs (BTCUSDT, ETHUSDT, AAPL-USD, GOLD-USDC) with caller-supplied fees / slippage / sizing override (no built-in fee presets — pass --taker-fee/--maker-fee /--slippage explicitly when modelling deployability, or omit for the zero-friction default); check robustness via walk-forward (overfitting / out-of-sample degradation); test significance via Monte Carlo or permutation (p-value, "is it luck?"); run an equal-weight multi-symbol portfolio backtest; compare against marketplace baseline percentiles; A/B compare with --save; sweep fees / intervals / symbols / input() parameters via the matrix runners; produce a one-shot delivery report.
minara.strategy-discoveryDiscover and run strategies on Minara from the Top Strategies leaderboard. Browse, compare, star, follow, fork, and run another user's strategy live on autopilot.
minara.strategy-studioStrategy studio (BETA): deploy authored strategies to paper or live autopilot, manage versions, and monitor running-strategy state.
minara.wallet-transferMove USDC between Minara wallets: send to an address, transfer between perp sub-accounts, sweep a sub-account back to default, and fund the perps account from spot.
minara.workflowMinara cloud financial automation pipelines: DCA, copy trade, rebalance, price alerts, Polymarket monitors. Use for finance/crypto automation that may move funds.

Market data

iddescription
market.btc_cycleBTC halving cycle phase, bull/bear gain decay, next halving estimate, rainbow band.
market.overviewCross-asset market briefing: indices, futures, forex, yields, sector rotation, crypto fear & greed, movers, news, and earnings. Summarize the whole market, one asset type, or a sector.
market.dataMarket intelligence for crypto + tradfi: news & social (Twitter, CMC), sentiment, smart-money, whale tracking, unlocks/airdrops, on-chain analytics & valuation, options, DeFi TVL/yields, derivatives

Analysis & research

iddescription
analysisAnalysis frameworks for crypto tokens, stocks, DeFi protocols, price forecasting, trading setup, portfolio allocation, and event impact. Use when asked to analyze, evaluate, forecast, or allocate.
deep_researchHeavyweight multi-source research: fan out data collection, chart the numbers, synthesize a cited long-form report. Triggered by the Deep Research toggle or /deep-research command for report topics.

Data providers

iddescription
coinglassCoinGlass: crypto derivatives data including futures OI, funding rates, liquidations, CVD, long/short ratios, BTC/ETH ETF flows, and Hyperliquid whale positions.
defillamaQuery DefiLlama for DeFi protocol TVL, volumes, fees, yields, stablecoins, bridges, treasuries, unlocks, derivatives, real-world assets, and price data. Returns blockchain financial metrics…
financial-modeling-prepFMP public-market data: US/global equities, ETFs, indices, FX, commodities. Fundamentals, quotes, technicals, analyst ratings, earnings/dividend calendars, SEC filings, sector rotation, macro.

Memory & preferences

iddescription
memory.personalPersonalization memory: write preferences, search history, and profile updates for the current user.
runtime.preferencesChange the agent's runtime settings on the user's behalf: thinking, search, voice, messaging, learning, Data Studio, and other behavior toggles. Use when the user asks to turn a setting on/off, adjust a limit, switch a provider, or reset a preference to default.

Meta & tooling

iddescription
capability-installInstall a new skill package or MCP server at runtime, in chat. Use when the user asks to add / install a skill, add an MCP server, or wire up a new tool source into the running agent (not the dev-repo codegen toolchain).
skill-generatorGenerate a Minara skill from an interface source. Use when given an OpenAPI spec, an MCP server URL, an mcp.json, or an HTTP API doc and asked to import the API or wire up a new data source or tool.

On this page