MINARA

Built-in Skills & Tools

Complete reference of every skill and tool bundled with Minara Agent

🟢 Informational — this page lists what's built in. Whether a skill or tool is available depends on your environment variables and permission tier.

Minara Agent ships with a skill registry (domain expertise modules that shape how the agent reasons) and a tool registry (callable functions the agent executes). Both are composable — the right set activates automatically based on your query.

For the complete developer reference (activation conditions, permission tiers, tool schemas), see Reference → Tools.


Built-in Skills

Skills inject domain knowledge and reasoning frameworks into the agent. Most activate automatically (activation: "auto") when relevant; a few are always-on.

Foundation

Skill IDNameDescription
base.coreBase CoreAlways-on identity, safety, and formatting layer. Provides price search, token search, fear & greed, and basic memory.

Trading & Execution

Skill IDNameDescription
minara.coreMinara CoreUnified Minara API — spot/perps trading, portfolio management, account sub-account management.
minara.perps_analyticsPerps AnalyticsDeep perps analytics: equity chart, ATR, fund records, and user trade action history.
minara.autopilotAutopilotManaged perps automation — create profiles, enable with caps, review decisions, and disable when needed.
local.workflowLocal WorkflowQuery-first builder for local workflows. Preserves user intent, separates inferred defaults, validates drafts, and stops at test / modify / publish / activate.
minara.workflowWorkflowCloud n8n-based financial automation pipelines: DCA schedules, copy-trade monitors, alerts, and custom triggers.
minara.strategy-studioStrategy Studio (BETA)Author, backtest, and deploy algorithmic trading strategies into Autopilot.

Market Data

Skill IDNameDescription
market.spotMarket SpotToken fundamentals, price action, and CEX/DEX deep analysis.
market.defiDeFiDeFi TVL, yield opportunities, protocol comparisons, staking and lending.
market.derivativesDerivativesFunding rates, open interest, liquidations, options max pain, and ETF flows.
market.onchainOn-ChainWallet flows, whale movements, and on-chain activity.
market.sentimentSentimentSocial volume, fear & greed index, and narrative signals.
glassnodeMacroGlassnode MVRV bands, LTH P&L, cost basis, and BTC cycle indicators.

Analysis Frameworks

These skills add reasoning methodology to the agent — they don't call external APIs but shape how the agent structures its analysis.

Skill IDNameDescription
analysis.valuationValuationFundamental valuation: P/E, comparable companies, β/ρ, NAV/mNAV for digital asset treasuries.
analysis.spot_marketSpot Market AnalysisOn-chain supply dynamics, MVRV, LTH/STH cost basis, and futures basis.
analysis.speculationSpeculationSizing frameworks: Kelly criterion, Turtle rules, max pain, and Nash equilibrium game theory.
analysis.macro_cycleMacro CycleMacro regime identification: CPI, Fed policy, DXY, sector/ETF flows, and rate differentials.
analysis.backtestingBacktestingBacktest validation: hypothesis framing, robustness checks, red flags, and deployability assessment.

Research

Skill IDNameDescription
deep_researchDeep ResearchMulti-step research pipeline — orchestrates data collection, synthesis, and citable report generation.
research.knowledge_baseKnowledge BaseSemantic search over a Qdrant vector store of news, projects, people, and documentation. Requires QDRANT_URL.
research.socialSocial ResearchSocial media trend analysis and Twitter/X profile evaluation.
research.webWeb ResearchWeb search and page fetch for real-time news and data.

Predictions & Markets

Skill IDNameDescription
prediction.polymarketPolymarketRead-only access to Polymarket prediction markets: trending events, search, and outcome details.
stocks.tradfiStocks / TradFiTraditional equity research, earnings, indices, FX, commodities, and crypto-TradFi crossovers.

Memory & Personalization

Skill IDNameDescription
memory.personalPersonal MemoryStores and retrieves user preferences, trading style, and session history for personalization.
memory.trading-casesTrading CasesRole-scoped case memory: recall past decisions, store new ones, and reflect on outcomes.

Workspace & Execution

Skill IDNameDescription
workspace.filesFilesSandboxed file read/write/patch/search. All paths are jailed to the sandbox — no access to the host filesystem.
workspace.shellShellSandboxed shell command execution for running external skill tools.
workspace.e2bE2B SandboxCloud-isolated code execution via e2b. Opt-in only unless FORCE_E2B=1. Requires E2B_API_KEY.
workspace.documentsDocumentsGenerate Word (.docx), PDF, and PowerPoint (.pptx) files in the sandbox.

Agent Meta

Skill IDNameDescription
meta.skill_creatorSkill CreatorDraft, review, and iterate new domain skills (built-in or external packages).
meta.skill_managerSkill ManagerCRUD over user-saved reusable procedures and tool sequences.
airdrop-huntAirdrop HuntDetect airdrop eligibility, track campaigns, and optimize participation.

Special Integrations

Skill IDNameDescription
x.apiX (Twitter) APIOfficial X API: recent tweet search, tweet lookup, and user profile retrieval. Requires X_API_BEARER_TOKEN.
x402-paymentx402 PaymentPay HTTP 402 / x402 paywalled APIs using the managed Minara wallet.

Blockchain Explorers (MCP Sub-agents)

These skills delegate blockchain queries to MCP sub-agents. Each requires the corresponding MCP server URL.

Skill IDNameDescription
mcp.evm_rpcEVM RPCRaw EVM JSON-RPC queries: eth_call, simulate, raw event logs. Requires MCP_EVM_RPC_URL.
mcp.etherscanEtherscanBlock explorer for 60+ EVM chains: transactions, tokens, contracts. Requires MCP_ETHERSCAN_URL.
mcp.solscanSolscanSolana explorer: wallets, transactions, token metadata. Requires MCP_SOLSCAN_URL.
mcp.goplusGoPlusMulti-chain Web3 security risk analytics: token risk, contract audit, and phishing detection. Requires MCP_GOPLUS_URL.

Built-in Tools

Tools are the callable functions the agent uses to act. They are grouped into named sets; individual tools within each set are listed below.

Market & Price

Tool SetKey ToolsDescription
Marketget_price, search_tokens, get_trending, get_fear_greedReal-time price lookup, token search, trending assets, and crypto fear & greed index.
Hyperliquidall_mids, meta_and_asset_ctxs, candles_snapshot, l2_bookHyperliquid market data: spot/perps prices, candlesticks, order book depth.
Polymarketpolymarket_trending_markets, polymarket_search_events, polymarket_get_eventPrediction market events, odds, and search.

Trading & Fund Movement

⚠️ All fund-moving tools require explicit confirmation before execution. See Finance Safety.

Tool SetKey ToolsDescription
Tradeswap_tokens, buy_token, sell_token, transfer_tokenSpot execution: swap, buy, sell tokens, and cross-chain transfers.
Perpsopen_perps_position, close_perps_positionOpen and close leveraged perpetual futures positions on Hyperliquid.
Perps WalletsSub-account CRUD, transfer_between_accountsManage Hyperliquid sub-accounts and sweep balances.

Account & Portfolio

Tool SetKey ToolsDescription
Accountminara_pnl, minara_activities, minara_tx_status, minara_trade_configAccount PnL, activity history, transaction status, and trade configuration.
Autopilotautopilot_list, autopilot_create, autopilot_enable, autopilot_disableManage capped perps automation profiles and their lifecycle.
Workflowworkflow_create, workflow_run, workflow_status, workflow_listLocal workflow lifecycle surface for the built-in WorkflowEngine. Distinct from cloud minara.workflow and from minara.autopilot.
Strategy Studiostrategy_chat, strategy_backtest, strategy_deployAuthor and deploy algorithmic strategies.
Perps Analyticsminara_perps_equity_chart, minara_perps_atr, minara_perps_fund_recordsDeep analytics for open perps positions.

Memory & Session

Tool SetKey ToolsDescription
Memorymemory, memory_write, memory_searchRead and write cross-session user memory.
Role Memoryrole_memory_recall, role_memory_store, role_memory_reflectRole-scoped decision case storage and reflection.
Sessionsession_searchSearch the current session's conversation history.
Personalizationpersonalization_snapshot, update_financial_profileUpdate user profile and financial preferences.

Workspace & Files

Tool SetKey ToolsDescription
Fileread_file, write_file, patch, search_filesSandboxed filesystem: read, write, patch, and search files.
Shellterminal, processSandboxed shell commands and process management.
E2Be2b_run_code, e2b_run_command, e2b_write_file, e2b_read_fileCloud-isolated code and command execution.
Documentsdocx_create, pdf_create, pptx_createGenerate Office documents and PDFs.

Research & Web

Tool SetKey ToolsDescription
Webweb_search, web_fetchWeb search (multiple providers) and page content fetch.
Deep Researchdeep_research, get_research_reportTrigger and retrieve multi-step research reports.
X APIx_search_recent_tweets, x_get_tweet, x_get_user_by_usernameOfficial X/Twitter API queries.

Browser & Media

Tool SetKey ToolsDescription
Browserbrowser_navigate, browser_click, browser_snapshot, browser_visionHeadless browser: navigate, interact with, and screenshot web pages.
Imageimage_generateAI image generation.
Visionvision_analyzeAnalyze and describe images.
TTStext_to_speechText-to-speech audio synthesis.

Utilities

Tool SetKey ToolsDescription
VisualizationChart and spreadsheet toolsGenerate charts, tables, and spreadsheets from data.
DelegationsubagentSpawn a sub-agent to handle a parallel or specialized task.
Croncron_create, cron_list, cron_deleteSchedule recurring tasks.
TodotodoTask list management within a session.
ClarifyclarifyAsk the user a clarifying question when intent is ambiguous.
Methodologymethodology_lookupLook up graduated strategy frameworks from the learning store.

On this page