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.
| id | description |
|---|
minara.data-studio | Author a live-data dashboard app from a plain-language request |
minara.account | Minara 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.autopilot | Use minara_autopilot for autopilot (fully-managed) strategy lifecycle, futures grid config, SharpeGuard backtests, and account performance snapshots on Minara. |
minara.institution | Multi-agent institution mode (analysts, debate, trader, risk, PM) for high-stakes single-asset or multi-asset analysis. Preloaded for institution sessions. |
minara_perp_wallets | Manage perpetual trading sub-accounts on Minara: list, create, rename, transfer USDC, sweep funds, and fetch autopilot records for perp wallets. |
minara_perps | Use 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.proactive | Use 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.spot | Minara spot trade: swap / buy / sell / transfer (fund-moving). Use when the user wants to execute a spot trade or transfer tokens. |
minara-strategy-codegen | Author, 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-discovery | Discover 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-studio | Strategy studio (BETA): deploy authored strategies to paper or live autopilot, manage versions, and monitor running-strategy state. |
minara.wallet-transfer | Move 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.workflow | Minara cloud financial automation pipelines: DCA, copy trade, rebalance, price alerts, Polymarket monitors. Use for finance/crypto automation that may move funds. |
| id | description |
|---|
market.btc_cycle | BTC halving cycle phase, bull/bear gain decay, next halving estimate, rainbow band. |
market.overview | Cross-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.data | Market intelligence for crypto + tradfi: news & social (Twitter, CMC), sentiment, smart-money, whale tracking, unlocks/airdrops, on-chain analytics & valuation, options, DeFi TVL/yields, derivatives |
| id | description |
|---|
analysis | Analysis 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_research | Heavyweight 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. |
| id | description |
|---|
coinglass | CoinGlass: crypto derivatives data including futures OI, funding rates, liquidations, CVD, long/short ratios, BTC/ETH ETF flows, and Hyperliquid whale positions. |
defillama | Query 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-prep | FMP public-market data: US/global equities, ETFs, indices, FX, commodities. Fundamentals, quotes, technicals, analyst ratings, earnings/dividend calendars, SEC filings, sector rotation, macro. |
| id | description |
|---|
memory.personal | Personalization memory: write preferences, search history, and profile updates for the current user. |
runtime.preferences | Change 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. |
| id | description |
|---|
capability-install | Install 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-generator | Generate 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. |