From ibkr-trade-analyzer
Runs targeted IBKR analysis by mapping user intent to the best analysis section (P&L, trade, portfolio, cost, FX, diluted cost). Accepts period and asset-type filters.
How this command is triggered — by the user, by Claude, or both
Slash command
/ibkr-trade-analyzer:analyze [--sections=trade,pnl,portfolio,cost,fx,diluted_cost] [--period=YYYY-MM-DD:YYYY-MM-DD] [--asset-types=STK,OPT] [--mode=flex|file] [--source=/path/activity.xml]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run targeted IBKR analysis using the section that best matches the user's intent. ## Intent Routing - P&L, profit, loss, drawdown, Sharpe, monthly returns → `sections=["pnl"]` or `ibkr_pnl_summary`. - Trading habits, win rate, frequency, holding period, profit factor → `sections=["trade"]` or `ibkr_trade_patterns`. - Holdings, allocation, concentration, cash, exposure → `sections=["portfolio"]` or `ibkr_portfolio`. - Fees, commissions, interest, dividends, fee drag → `sections=["cost"]` or `ibkr_cost_analysis`. - FX, currency conversion, non-base cash → `sections=["fx"]` or `ibkr_fx_analy...
Run targeted IBKR analysis using the section that best matches the user's intent.
sections=["pnl"] or ibkr_pnl_summary.sections=["trade"] or ibkr_trade_patterns.sections=["portfolio"] or ibkr_portfolio.sections=["cost"] or ibkr_cost_analysis.sections=["fx"] or ibkr_fx_analysis.sections=["diluted_cost"] or ibkr_analyze.ibkr_fetch_data.period and asset_types to ibkr_analyze when the user provides filters.Return Markdown with these sections:
price as available through ibkr_analyze; the MCP analyzer sections are trade, pnl, portfolio, cost, fx, diluted_cost, and china_tax.npx claudepluginhub esonhugh/ibkr-trade-analyzer --plugin ibkr-trade-analyzer/portfolio-analysisAnalyzes complete crypto portfolio, computes allocation, risk metrics (Sharpe, Sortino, VaR), diversification, and rebalancing recommendations.
/openbb-portfolioAnalyzes portfolio performance, calculates risk metrics (Sharpe, drawdown, VaR), and provides optimization recommendations using OpenBB.
/screen-esg-portfolioScreens portfolio holdings against ESG criteria using SASB materiality and produces an educational exposure report with detractors, improvers, and quantified screen results.
/rebalanceAnalyzes portfolio allocation drift and generates tax-aware rebalancing recommendations for a specified client or account.
/backtestCombines factor library into a composite signal and quintile-backtests the implied portfolio under transaction costs, reporting net long-short return.